<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
de85e320-350c-4dbc-98a0-981648c16ac5|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="de85e320-350c-4dbc-98a0-981648c16ac5">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-23T00:00:00" End="2026-09-27T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="bbookholiday@gmail.com" Password="Punjab@1717" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de85e320-350c-4dbc-98a0-981648c16ac5|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de85e320-350c-4dbc-98a0-981648c16ac5|InfiniteSearch|supplier interation failed||Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de85e320-350c-4dbc-98a0-981648c16ac5|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
de85e320-350c-4dbc-98a0-981648c16ac5|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
de85e320-350c-4dbc-98a0-981648c16ac5|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
de85e320-350c-4dbc-98a0-981648c16ac5|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
de85e320-350c-4dbc-98a0-981648c16ac5|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
de85e320-350c-4dbc-98a0-981648c16ac5|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-08-11T06:39:26.8385356+01:00" Version="0" EchoToken="Search" TransactionIdentifier="de85e320-350c-4dbc-98a0-981648c16ac5" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="383.71" OriginalAmount="379.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4756195" Longitude="-0.0382368" StarRating="0" HotelCode="|75787" HotelName="NX London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NEW CROSS ROAD 323A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/8/7/75787_96197131554.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a bar, breakfast service and WiFi (free of charge). SITUATION: This establishment, is between New Cross and New Cross Gate the metro stations 2 minutes away, guests can find a car park, el puente de Londres 5 minutes away from the establishment guests have O2 Arena 10 minutes away from the establishment, guests will find Greenwich it is situated 1,5 kilometres away from 20 minutes away, guests can find Millwall the football club. ROOM: Clients are offered shared rooms with bunk beds, a sink, shared bathrooms, a launderette and lockers. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast, The establishment also offers a fridge, oven, a microwave, a living room, sofas, TV and books.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.00" OriginalAmount="400.00" MarkupRule="1.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="94" TotalAmount="616.93" OriginalAmount="610.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53266" Longitude="-0.03111" StarRating="1" HotelCode="|232952" HotelName="City View Roman Road Market" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>527 Roman Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/5/2/232952_1_2610.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="617.31" OriginalAmount="611.20" MarkupRule="1.00">
      <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 14/09/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="636.30" OriginalAmount="630.00" MarkupRule="1.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="94" TotalAmount="649.86" OriginalAmount="643.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.563479" Longitude="0.070648" StarRating="2" HotelCode="|72666" HotelName="Cranbrook" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 - 24 Coventry RdIlford</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/6/6/72666_095e0201433.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 20 minutes away fromLondon the city centre of 10 minutes away from the establishment you have London City Airport 20 minutes away from the establishment, guests will find Stansted Airport It is close to the Olympic Stadium. ROOM: The establishment has single rooms, double rooms and family rooms. Some rooms have a bathroom, They have a satellite TV, a radio, a direct line telephone, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="660.09" OriginalAmount="653.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.001154" Longitude="-81.184417" StarRating="2" HotelCode="|122144" HotelName="Knights Inn London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1739 Dundas St E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/4/4/122144_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: 5 minutes away, you can find the city centre, is located near Londres the International Airport of near the establishment, you will find tourist attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="691.97" OriginalAmount="685.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1490549" Longitude="-84.1152978" StarRating="2" HotelCode="|281359" HotelName="Budget Host Westgate Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>254 Russell Dyche Memorial Highway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/1/3/5/9/281359_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="757.74" OriginalAmount="750.24" MarkupRule="1.00">
      <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 14/09/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="63" TotalAmount="775.68" OriginalAmount="768.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53699143" Longitude="-0.47635733" StarRating="3" HotelCode="780579|brunel_lodge" HotelName="Brunel Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 The Greenway, Uxbridge UB8 2PL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/82/b382a297cab38beac610db4e9307dfec0693cdff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London, approximately 9.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="782.50" OriginalAmount="774.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.473586" Longitude="-0.027283" StarRating="0" HotelCode="|198354" HotelName="Book A Bed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TANNERS HILL 86</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/3/5/4/198354_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="783.36" OriginalAmount="775.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.567787" Longitude="0.06523" StarRating="2" HotelCode="|72703" HotelName="Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>327 Cranbrook RoadIlford</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/0/3/72703_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is opposite a park, Where you can find tennis, mini-golf, go swimming and go on boat rides. in the surrounding area, clients have a metro station, 20 minutes away, you can find London the city centre of. ROOM: The establishment has single rooms, double rooms and family rooms. Some rooms a bathroom, They have central heating, a television and a courtesy tea and coffee service. FACILITIES: The establishment boasts a car park (free of charge) and a lounge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="808.00" OriginalAmount="800.00" MarkupRule="1.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="817.86" OriginalAmount="809.76" MarkupRule="1.00">
      <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 14/09/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="94" TotalAmount="827.14" OriginalAmount="818.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9263852" Longitude="-81.2145918" StarRating="0" HotelCode="|108796" HotelName="6 London, On - Ontario" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>810 Exeter Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/7/9/6/108796_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="838.79" OriginalAmount="830.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1483537" Longitude="-84.1097134" StarRating="2" HotelCode="|282112" HotelName="Quality Inn London" Meals="BED &amp; BREAKFAST" 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="63" TotalAmount="850.42" OriginalAmount="842.00" MarkupRule="1.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="63" TotalAmount="862.54" OriginalAmount="854.00" MarkupRule="1.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="8" TotalAmount="871.47" OriginalAmount="862.84" MarkupRule="1.00">
      <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 17/09/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="94" TotalAmount="872.83" OriginalAmount="864.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5751598" Longitude="-0.1980402" StarRating="2" HotelCode="|76775" HotelName="Oyo Central  Golders Green" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Hoop Lane, Golden Green</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/7/5/76775_abef2441515.jpg</HotelPictures>
        <HotelDescription>HOTEL: This bed and breakfast establishment has 23 rooms, The establishment boasts a breakfast room. SITUATION: This urban hotel is in Golders Green the heart of it is in a quiet area, near the establishment, you will find shops, restaurants and the metro station. olders Hill Park it is situated 5 minutes away from it is situated 21 kilometres away from London Heathrow Airport 36 kilometres away from the establishment, guests will find Luton Airport it is situated 45 kilometres away from Gatwick Airport it is 46 kilometres away from Stansted Airport. ROOM: The comfortable rooms, have a television, a coffee maker, a kettle and a direct line telephone. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="897.89" OriginalAmount="889" MarkupRule="1.00">
      <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="94" TotalAmount="904.29" OriginalAmount="895.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1124977" Longitude="-84.1011719" StarRating="2" HotelCode="|278332" HotelName="Baymont By Wyndham London Ky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2075 Highway 192</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/3/3/2/278332_839aac41727.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="914.01" OriginalAmount="904.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1447234" Longitude="-84.1080666" StarRating="2" HotelCode="|282392" HotelName="Econo Lodge London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>105 Melcon Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/3/9/2/282392_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="914.34" OriginalAmount="905.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9258043" Longitude="-81.2188308" StarRating="2" HotelCode="|122145" HotelName="London Travel Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>738 Exeter Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/4/5/122145_bb57ead0943.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated a few minutes away from the motorway, close to the establishment, clients can find restaurants, shops. HOTEL: This comfortable hotel and great value.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="917.08" OriginalAmount="908.00" MarkupRule="1.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="94" TotalAmount="924.86" OriginalAmount="915.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.564116" Longitude="0.065466" StarRating="3" HotelCode="|74135" HotelName="Britannia Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MANSFIELD ROAD 54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/1/3/5/74135_d3e69fe1551.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and WiFi (free of charge). SITUATION: This cosy hotel is close to Ilford the city centre of Ilford the Station of it is 20 minutes away from Londres the city centre of 10 minutes away from London City Airport this hotel is situated 20 kilometres away from Stansted Airport it is 10 minutes away from the Olympic Stadium.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="925.79" OriginalAmount="916.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.143859" Longitude="-84.107457" StarRating="0" HotelCode="|273370" HotelName="6 London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>285 West Hwy 80</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/3/7/0/273370_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="946.37" OriginalAmount="937.00" MarkupRule="1.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 17/09/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="94" TotalAmount="946.67" OriginalAmount="937.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9324308" Longitude="-81.2220986" StarRating="2" HotelCode="|108802" HotelName="Days Inn By Wyndham London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1100 Wellington Road South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/8/0/2/108802_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="952.95" OriginalAmount="943.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1446076" Longitude="-84.108547" StarRating="3" HotelCode="|365432" HotelName="Red Roof Inn London I-75" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="971.79" OriginalAmount="962.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.560537" Longitude="0.069939" StarRating="4" HotelCode="|217546" HotelName="Signature London" Meals="ROOM ONLY" 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="63" TotalAmount="973.64" OriginalAmount="964.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.581039894104" Longitude="0.23742914199829" StarRating="3" HotelCode="97102|palms_hotel" HotelName="Palms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="980.71" OriginalAmount="971.00" MarkupRule="1.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="94" TotalAmount="999.03" OriginalAmount="989.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.3765482" Longitude="-0.2782984" StarRating="3" HotelCode="|450944" HotelName="Premier Inn Premier Inn London Tolworth" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Kingston Road ,Tolworth</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/9/4/4/450944_c8eca621200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1005.25" OriginalAmount="995.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.68682" Longitude="-0.22132" StarRating="3" HotelCode="|179837" HotelName="Holiday Inn South Mimms M25/j23" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Swanland Road, South Mimms, Potters Bar, England, UK, EN6 3NH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/8/3/7/179837_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1010.00" OriginalAmount="1000.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.380376627664" Longitude="-0.28072755208018" StarRating="2" HotelCode="114990|travelodge_london_chessington_tolworth" HotelName="Travelodge Chessington Tolworth" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="1015.05" OriginalAmount="1005.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.527730177342" Longitude="-0.021143747208498" StarRating="2" HotelCode="146092|citystay_hotel" HotelName="CityStay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Bow Road, Bow, London E3 3AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/ae/05aeac62cd1fd27fce7416004a4f1f62f57146b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is CityStay Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1016.06" OriginalAmount="1006.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5570262" Longitude="0.06681187" StarRating="2" 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="1018.08" OriginalAmount="1008.00" MarkupRule="1.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="94" TotalAmount="1024.88" OriginalAmount="1014.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.3635115" Longitude="-0.1943421" StarRating="3" HotelCode="|450993" HotelName="Premier Inn London Sutton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>St. Nicholas Way, Sutton,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/9/9/3/450993_b5814ac1537.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1031.21" OriginalAmount="1021.00" MarkupRule="1.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="1033.23" OriginalAmount="1023.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.55238215" Longitude="-0.21056942" StarRating="2" 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="8" TotalAmount="1043.17" OriginalAmount="1032.84" MarkupRule="1.00">
      <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 17/09/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="63" TotalAmount="1052.42" OriginalAmount="1042.00" MarkupRule="1.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="Free CXL until 16/09/2026" 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="1054.44" OriginalAmount="1044.00" MarkupRule="1.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="1057.47" OriginalAmount="1047.00" MarkupRule="1.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 17/09/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="1066.59" OriginalAmount="1056.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.55239" Longitude="-0.21028" StarRating="2" HotelCode="|237901" HotelName="Cricklewood Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cricklewood Broadway, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/9/0/1/237901_1_9433.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1070.60" OriginalAmount="1060" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.37492242" Longitude="-0.09034449" StarRating="2" 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="94" TotalAmount="1072.97" OriginalAmount="1062.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.388166" Longitude="-0.454273" StarRating="3" HotelCode="|184680" HotelName="Warren Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Church Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/8/0/184680_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1077.67" OriginalAmount="1067.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503987676285" Longitude="-0.33376733201601" StarRating="4" HotelCode="77777|boston_manor_hotel" HotelName="Boston Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="1079.23" OriginalAmount="1068.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9515238" Longitude="-83.3810619" StarRating="2" HotelCode="|274472" HotelName="Fairbridge Inn Express London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>870 U.S. 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/4/7/2/274472_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1081.71" OriginalAmount="1071.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.39411677" Longitude="0.11471817" StarRating="3" HotelCode="636408|tlk_apartments_and_hotel" HotelName="TLK Apartments and Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>36-50 High Street, Green Street, Orpington BR5 3NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/93/989350b2456c43b5fed4ad2c5c73d2f8f00576d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Orpington.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1090.12" OriginalAmount="1079.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.94884" Longitude="-81.22803" StarRating="0" HotelCode="|228136" HotelName="Super 7" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>697 Wellington Rd. South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/1/3/6/228136_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1093.83" OriginalAmount="1083.00" MarkupRule="1.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 16/09/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="1094.84" OriginalAmount="1084.00" MarkupRule="1.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="Free CXL until 17/09/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="1095.85" OriginalAmount="1085.00" MarkupRule="1.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="1097.87" OriginalAmount="1087.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47885806353" Longitude="-0.40939391534425" StarRating="3" HotelCode="115077|travelodge_london_heathrow_central" HotelName="Travelodge London Heathrow Central" Meals="ROOM ONLY" 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="1103.93" OriginalAmount="1093.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4663643" Longitude="-0.42073768" StarRating="3" HotelCode="780895|atrium_hotel_heathrow" HotelName="Atrium Hotel Heathrow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="1106.96" OriginalAmount="1096.00" MarkupRule="1.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="1108.98" OriginalAmount="1098.00" MarkupRule="1.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="94" TotalAmount="1112.90" OriginalAmount="1101.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491956" Longitude="-0.318469" StarRating="3" HotelCode="|218067" HotelName="Oyo Bostons Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146-152 Boston Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/0/6/7/218067_1_9530.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1121.29" OriginalAmount="1110.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.11219" Longitude="-84.09548" StarRating="0" HotelCode="|457335" HotelName="Microtel Inn And Suites By Wyndham London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1895 Highway 192 W</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/3/3/5/457335_dccf4d91848.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1129.18" OriginalAmount="1118.00" MarkupRule="1.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="1131.77" OriginalAmount="1120.56" MarkupRule="1.00">
      <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="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="1135.24" OriginalAmount="1124.00" MarkupRule="1.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="1135.24" OriginalAmount="1124.00" MarkupRule="1.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="1144.33" OriginalAmount="1133.00" MarkupRule="1.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="1160.49" OriginalAmount="1149.00" MarkupRule="1.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 17/09/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="8" TotalAmount="1163.52" OriginalAmount="1152.00" MarkupRule="1.00">
      <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 18/09/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="1175.64" OriginalAmount="1164.00" MarkupRule="1.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 11/09/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="1180.69" OriginalAmount="1169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.356886" Longitude="-0.113381" StarRating="3" HotelCode="152727|93565" HotelName="Premier Inn London Croydon Purley A23" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="1180.69" OriginalAmount="1169.00" MarkupRule="1.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="1187.76" OriginalAmount="1176.00" MarkupRule="1.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 17/09/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="1193.82" OriginalAmount="1182.00" MarkupRule="1.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 16/09/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="1202.91" OriginalAmount="1191.00" MarkupRule="1.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="8" TotalAmount="1203.52" OriginalAmount="1191.60" MarkupRule="1.00">
      <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 18/09/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="94" TotalAmount="1210.47" OriginalAmount="1198.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.165836" Longitude="-0.17821" StarRating="3" HotelCode="|126560" HotelName="Travelodge Gatwick Airport Central" Meals="ROOM ONLY" 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="1216.32" OriginalAmount="1204.28" MarkupRule="1.00">
      <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 18/09/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="94" TotalAmount="1221.55" OriginalAmount="1209.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494156" Longitude="-0.091582" StarRating="0" HotelCode="|80910" HotelName="RestUp London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 New Kent Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/1/0/80910_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Londres the centre of it is situated 5 minutes away from Elephant the Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1230.18" OriginalAmount="1218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.36895734" Longitude="-0.09648989" StarRating="3" 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="1232.20" OriginalAmount="1220.00" MarkupRule="1.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="1237.69" OriginalAmount="1225.44" MarkupRule="1.00">
      <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="Non Refundable">
        <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="1245.33" OriginalAmount="1233.00" MarkupRule="1.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="27" TotalAmount="1247.35" OriginalAmount="1235" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49100038" Longitude="-0.30423647" StarRating="3" HotelCode="467740|93606" HotelName="London Brentford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="1255.43" OriginalAmount="1243" MarkupRule="1.00">
      <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="63" TotalAmount="1256.44" OriginalAmount="1244.00" MarkupRule="1.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="1258.46" OriginalAmount="1246.00" MarkupRule="1.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="94" TotalAmount="1267.87" OriginalAmount="1255.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.41307" Longitude="-0.12405" StarRating="3" HotelCode="|247045" HotelName="Guest House London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1530 LONDON ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/0/4/5/247045_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1268.56" OriginalAmount="1256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49542657" Longitude="-0.18946535" StarRating="2" 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="63" TotalAmount="1269.57" OriginalAmount="1257.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493002034591" Longitude="-0.19247855809025" StarRating="1" HotelCode="101992|aquarius_2" HotelName="Aquarius" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" 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="94" TotalAmount="1272.00" OriginalAmount="1259.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9304736" Longitude="-81.2202109" StarRating="2" HotelCode="|95276" HotelName="Comfort Inn London - Wellington Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1156 Wellington Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/2/7/6/95276_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1273.61" OriginalAmount="1261.00" MarkupRule="1.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="94" TotalAmount="1275.34" OriginalAmount="1262.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50301" Longitude="-0.30695" StarRating="3" HotelCode="|227824" HotelName="Aron Guest House 'Second Home'" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 South Ealing Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/7/8/2/4/227824_759bbe92241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1278.66" OriginalAmount="1266.00" MarkupRule="1.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="1278.66" OriginalAmount="1266.00" MarkupRule="1.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="94" TotalAmount="1280.05" OriginalAmount="1267.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.629222" Longitude="-0.263898" StarRating="4" HotelCode="|57186" HotelName="Ramada By Wyndham London North M1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Between Jct 2-4, Gateway Services, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/1/8/6/57186_4c57f810804.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Days Inn North is rated three stars. It has a car park (free of charge), a bar, a restaurant and air-conditioning. SITUATION: This establishment is in northern London. It is well-connected with the motorway. ROOM: The spacious rooms have a bathroom with hydromassage shower, a hairdryer, a coffee maker, a television, a direct line telephone and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1283.53" OriginalAmount="1270.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506754" Longitude="-0.244466" StarRating="2" HotelCode="|558598" HotelName="261" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>261-263 Uxbridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/5/9/8/558598_ec86b801648.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1288.76" OriginalAmount="1276.00" MarkupRule="1.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="Non Refundable" 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="63" TotalAmount="1289.77" OriginalAmount="1277.00" MarkupRule="1.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="1293.81" OriginalAmount="1281.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48083" Longitude="-0.430632" StarRating="3" HotelCode="13247|ibis_london_heathrow_airport" HotelName="ibis London Heathrow Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="1294.03" OriginalAmount="1281.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.532998" Longitude="-0.240413" StarRating="3" HotelCode="|524442" HotelName="Diana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>248 high street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/4/4/2/524442_e290b5e0914.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1300.88" OriginalAmount="1288.00" MarkupRule="1.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="8" TotalAmount="1303.87" OriginalAmount="1290.96" MarkupRule="1.00">
      <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 18/09/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="1319.06" OriginalAmount="1306.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.3465257" Longitude="-0.31551454" StarRating="3" HotelCode="159593|premier_inn_chessington" HotelName="Premier Inn Chessington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Leatherhead Road, Chessington, Surrey KT9 2NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/28/0428cbfd8d5dca21470e8dcc160f50eabb72f02d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Epsom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1322.09" OriginalAmount="1309.00" MarkupRule="1.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="63" TotalAmount="1323.10" OriginalAmount="1310.00" MarkupRule="1.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="1333.20" OriginalAmount="1320.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.410995023811" Longitude="-0.054952248809059" StarRating="2" 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="94" TotalAmount="1339.46" OriginalAmount="1326.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1103832" Longitude="-84.0957606" StarRating="3" HotelCode="|282116" HotelName="Comfort Suites London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1918 West Hwy. 192</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/1/1/6/282116_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1341.28" OriginalAmount="1328.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50286" Longitude="-0.091832" StarRating="1" 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="1342.29" OriginalAmount="1329.00" MarkupRule="1.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="1345.32" OriginalAmount="1332.00" MarkupRule="1.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="1348.35" OriginalAmount="1335.00" MarkupRule="1.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="1349.36" OriginalAmount="1336.00" MarkupRule="1.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="1359.46" OriginalAmount="1346.00" MarkupRule="1.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="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="94" TotalAmount="1360.64" OriginalAmount="1347.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.926057" Longitude="-81.215695" StarRating="3" HotelCode="|40610" HotelName="Ramada By Wyndham London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>817 EXETER ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/1/0/40610_01aff251657.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2003, has 124 rooms and 2 floors. The establishment has air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service, a bar, a restaurant, a living room and a games room. The establishment also offers room service, a laundry service, 9 meeting rooms, 2 dance halls, WiFi, a restaurant, a living room, the business centre and playgrounds. SITUATION: Toronto and Michigan It is located between near the establishment, guests will find the motorway, close to the establishment, guests have restaurants, bars, the nightlife and shops. 15 minutes away from the establishment, guests will find Londres the city centre of St. Thomas 20 minutes away from the establishment clients have it is well-connected with places of interest, 15 minutes away from the establishment clients have the bus station. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, internet, a radio, cable television, a microwave, a fridge and a coffee maker. They also have an answering machine, individual heating, individual air-conditioning, an ironing set and a king size or double bed. FACILITIES: The establishment has a covered heated pool and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast, an Ã  la carte lunch and an Ã  la carte or set-menu dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1363.04" OriginalAmount="1349.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.112073" Longitude="-84.1003686" StarRating="3" HotelCode="|363071" HotelName="Country Inn and Suites By Radisson, London, Ky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2035 West Highway 192</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/3/0/7/1/363071_222ff450758.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1368.55" OriginalAmount="1355.00" MarkupRule="1.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="Non Refundable" 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="1374.61" OriginalAmount="1361" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.362324" Longitude="-0.071093" StarRating="3" HotelCode="152726|93566" HotelName="Premier Inn Croydon South A212" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="1374.61" OriginalAmount="1361.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3" HotelCode="189438|best_western_plus_park_grand_london_heathrow_gateway" HotelName="Park Grand London Heathrow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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="94" TotalAmount="1375.65" OriginalAmount="1362.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544971" Longitude="0.049518" StarRating="3" HotelCode="|80911" HotelName="OYO The Manor Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>386 High Street North</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/1/1/80911_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays and has attentive service. SITUATION: This hotel is in the heart of Londres. Near the establishment, you will find the exhibition centre ExCeL, the commercial area of ExCeL and the West Ham United Golf Course. It is near East Ham Metro Station, Woodgrange Park and Manor Park Train Station. 2 minutes away from the establishment, clients can find the shopping centres, bars and restaurants. ROOM: The establishment has 59 modern rooms with an air-conditioning system. It also has disabled access rooms. All the rooms have a bathroom, a direct line telephone, modem connection, films (available for a fee) and a satellite TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1376.63" OriginalAmount="1363.00" MarkupRule="1.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="1383.70" OriginalAmount="1370.00" MarkupRule="1.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="1384.71" OriginalAmount="1371.00" MarkupRule="1.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="1384.71" OriginalAmount="1371.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.446831724276" Longitude="-0.4112734546311" StarRating="2" 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="12" TotalAmount="1384.75" OriginalAmount="1371.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|1967289" HotelName="Holiday Inn Express London - Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel">
        <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="1391.46" OriginalAmount="1377.68" MarkupRule="1.00">
      <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 16/09/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="63" TotalAmount="1391.78" OriginalAmount="1378.00" MarkupRule="1.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="1398.85" OriginalAmount="1385.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504244889241" Longitude="-0.033500790596008" StarRating="4" HotelCode="25680|hilton_london_docklands_riverside" HotelName="DoubleTree by Hilton London - Docklands Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,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="63" TotalAmount="1400.87" OriginalAmount="1387.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="1401.46" OriginalAmount="1387.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.538114" Longitude="-0.283125" StarRating="3" HotelCode="|74588" HotelName="Travelodge Wembley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>North Circular Road, Ealing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/5/8/8/74588_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel reopened in 2006. SITUATION: 15 minutes away from the establishment you have the stadium, is well-connected with London the city centre of the motorway. ROOM: The establishment has double rooms, family rooms and disabled access rooms. The rooms a bathroom, a television with channels (available for a fee) and a courtesy tea and coffee service. OTHERS: Regarding the food and beverage provision, the establishment offers a cafÃ© and a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1404.91" OriginalAmount="1391" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.409681" Longitude="-0.301294" StarRating="3" HotelCode="350601|93673" HotelName="Premier Inn London Kingston Upon Thames" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="94" TotalAmount="1415.99" OriginalAmount="1401.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.25493" Longitude="-0.19419" StarRating="3" HotelCode="|169850" HotelName="Oyo The Bridge House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>REIGATE HILL,REIGATE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/5/0/169850_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a car park, 39 stylish rooms with air-conditioning. SITUATION: This establishment, is in Reigate Hill It has excellent transport links to the motorway and Gatwick and London Heathrow Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1418.92" OriginalAmount="1404.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4771871" Longitude="-0.015272" StarRating="3" HotelCode="|448164" HotelName="Travelodge London Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Greenwich High Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/6/4/448164_00a1c211524.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1421.07" OriginalAmount="1407.00" MarkupRule="1.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="27" TotalAmount="1427.13" OriginalAmount="1413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.60805176" Longitude="-0.27684555" StarRating="3" HotelCode="159619|93571" HotelName="Premier Inn London Edgware" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="1427.13" OriginalAmount="1413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.574226" Longitude="0.08598" StarRating="3" HotelCode="69650|167941" HotelName="Holiday Inn Express London - Newbury Park" 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/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>713 Eastern Avenue, Newbury Park, London IG2 7RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/15/e415368db5e638e16567fa5b51c02bcf342445da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the A12 which is the main arterial road into the centre of London and within...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1436.22" OriginalAmount="1422" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.434443" Longitude="0.063892" StarRating="3" HotelCode="639213|227186" HotelName="Premier Inn London Eltham" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="8" TotalAmount="1440.50" OriginalAmount="1426.24" MarkupRule="1.00">
      <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 18/09/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="1443.58" OriginalAmount="1429.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48787" Longitude="0.03125" StarRating="2" HotelCode="|226133" HotelName="The Antigallican by Nestor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>428 Woolwich Road Charlton</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/1/3/3/226133_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1444.30" OriginalAmount="1430" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.376191" Longitude="-0.097858" StarRating="3" HotelCode="37754|10171" HotelName="Jurys Inn London Croydon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Wellesley Road, Croydon, South London CR0 9XY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/a4/85a453b2906ec3a7c962bbf96fb8c8a81067b21b.JPEG</HotelPictures>
        <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="1444.30" OriginalAmount="1430.00" MarkupRule="1.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="1444.30" OriginalAmount="1430.00" MarkupRule="1.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="27" TotalAmount="1449.35" OriginalAmount="1435" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.43309421" Longitude="0.10212969" StarRating="3" HotelCode="467756|94092" HotelName="Premier Inn London Sidcup Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="94" TotalAmount="1453.99" OriginalAmount="1439.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.16808" Longitude="-0.18042" StarRating="3" HotelCode="|203808" HotelName="Holiday Inn London-gatwick Airport, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Povey Cross Road, Horley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/0/8/203808_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1460.46" OriginalAmount="1446.00" MarkupRule="1.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 11/09/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="1461.47" OriginalAmount="1447.00" MarkupRule="1.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 14/09/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="1467.53" OriginalAmount="1453" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="986374|518576" HotelName="Premier Inn London Romford Town Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="63" TotalAmount="1471.57" OriginalAmount="1457.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544521878123" Longitude="-0.088979601860046" StarRating="3" HotelCode="189758|islington_inn" HotelName="Islington Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>366 Essex Road, Highbury, Islington, London N1 3PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/bc/c3bcb81107134ddcac873daa21b39aee7b178813.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1483.15" OriginalAmount="1468.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.6067177" Longitude="0.0581255" StarRating="4" HotelCode="|75784" HotelName="London Chigwell Prince Regent , Bw Signature Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Manor Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/8/4/75784_0bbe2ad1439.jpeg</HotelPictures>
        <HotelDescription>SITUATION: It has good links to Londres the centre of, is located near the airport. ROOM: The medium-sized rooms traditional-style and have modern facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1483.69" OriginalAmount="1469.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.487784240793" Longitude="0.031464993953705" StarRating="2" HotelCode="189762|the_antigallican_hotel" HotelName="The Antigallican" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Woolwich Road, London SE7 8SU, Charlton</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/b8/62b89df0d6ab609e2ba52619c5c0fc709acc62d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Charlton. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1490.64" OriginalAmount="1475.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515418" Longitude="-0.160374" StarRating="2" HotelCode="|525099" HotelName="Berkeley Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Upper Berkeley Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/0/9/9/525099_d0dfe321112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1498.84" OriginalAmount="1484.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513433214613" Longitude="-0.19361525774002" StarRating="3" 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="8" TotalAmount="1503.08" OriginalAmount="1488.20" MarkupRule="1.00">
      <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 16/09/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="63" TotalAmount="1503.89" OriginalAmount="1489.00" MarkupRule="1.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="94" TotalAmount="1504.50" OriginalAmount="1489.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489039" Longitude="-0.19389" StarRating="2" HotelCode="|533436" HotelName="Wembar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Warwick Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/3/6/533436_4f9de311119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1508.94" OriginalAmount="1494.00" MarkupRule="1.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="8" TotalAmount="1510.88" OriginalAmount="1495.92" MarkupRule="1.00">
      <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 18/09/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="94" TotalAmount="1514.25" OriginalAmount="1499.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49029" Longitude="-0.19894" StarRating="2" HotelCode="|533778" HotelName="Bob W London Earl's Court - Philbeach Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-28 Philbeach Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/7/7/8/533778_1ea1a3b1146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1520.05" OriginalAmount="1505" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.486602313202" Longitude="-0.25394305753025" StarRating="3" HotelCode="639205|227188" HotelName="Premier Inn London Chiswick" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="1530.15" OriginalAmount="1515.00" MarkupRule="1.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="94" TotalAmount="1533.62" OriginalAmount="1518.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491069" Longitude="-0.143053" StarRating="2" HotelCode="|217821" HotelName="Oyo Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Warwick Way, Victoria 104</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/8/2/1/217821_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1536.21" OriginalAmount="1521.00" MarkupRule="1.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="1540.25" OriginalAmount="1525.00" MarkupRule="1.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="27" TotalAmount="1544.29" OriginalAmount="1529" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4109" Longitude="-0.30002" StarRating="2" HotelCode="114427|215503" HotelName="Travelodge London Kingston Upon Thames" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/23 Old London Road, Kingston upon Thames, London KT2 6ND</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/fd/b7fd8faa421cf6ec18146db657070692e176e8be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1546.31" OriginalAmount="1531.00" MarkupRule="1.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="1550.35" OriginalAmount="1535.00" MarkupRule="1.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="1551.36" OriginalAmount="1536.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502596617111" Longitude="-0.20195969604106" StarRating="3" 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="1553.38" OriginalAmount="1538.00" MarkupRule="1.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="1554.39" OriginalAmount="1539.00" MarkupRule="1.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="1563.48" OriginalAmount="1548.00" MarkupRule="1.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="94" TotalAmount="1566.29" OriginalAmount="1550.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1127001" Longitude="-84.0981642" StarRating="2" HotelCode="|361400" HotelName="Holiday Inn Express and Suites London, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>506 Minton Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/4/0/0/361400_5be7b461003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1566.51" OriginalAmount="1551.00" MarkupRule="1.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="94" TotalAmount="1566.98" OriginalAmount="1551.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51007" Longitude="-0.32479" StarRating="3" HotelCode="|191731" HotelName="Holiday Inn Express London - Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Broadway, Ealing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/7/3/1/191731_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1567.52" OriginalAmount="1552.00" MarkupRule="1.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="1568.53" OriginalAmount="1553.00" MarkupRule="1.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="1568.53" OriginalAmount="1553.00" MarkupRule="1.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="Non Refundable" HotelFacility="Parking">
        <Address>
          <AddressLines>
            <AddressLine>319-321 Ewell Road, Surbiton, Surrey, KT6 7BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/7d/197df0ab9837c54d5694f790f3c9b9b5108414ba.jpeg</HotelPictures>
        <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="1571.56" OriginalAmount="1556.00" MarkupRule="1.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="1572.57" OriginalAmount="1557.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516222" Longitude="-0.419286" StarRating="3" HotelCode="94518|fountain_house_hotel" HotelName="Fountain House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Garden,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>116-118 Church Road, Hayes, Middlesex, UB3 2LW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/13/d9139f8d472c046a593374f078aad5e9486900db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, Fountain House Hotel puts everything the city has to offer just o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1572.62" OriginalAmount="1557.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.37416" Longitude="-0.10195" StarRating="3" HotelCode="|203799" HotelName="Holiday Inn Express London - Croydon, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddys Yard Frith Rd Croydon CR0 1TS England</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/7/9/9/203799_2f814f81143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1585.62" OriginalAmount="1569.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5122" Longitude="-0.311543" StarRating="0" HotelCode="|445464" HotelName="ibis Styles London Ealing" Meals="ROOM ONLY" 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="63" TotalAmount="1585.70" OriginalAmount="1570.00" MarkupRule="1.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="1585.70" OriginalAmount="1570.00" MarkupRule="1.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="1597.82" OriginalAmount="1582.00" MarkupRule="1.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="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="94" TotalAmount="1603.09" OriginalAmount="1587.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5364297" Longitude="-0.1920401" StarRating="4" HotelCode="|68136" HotelName="Maitrise Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53-59 Kilburn High Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/1/3/6/68136_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Quality Maitrise is rated four stars, boutique, renovated in 2009 and has 58 rooms. The establishment offers a continental breakfast (free of charge), WiFi, air-conditioning and a safety deposit box service. Guests can also find a minibar, a gym, a swimming pool, a sauna, a steam bath and spa treatments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1607.52" OriginalAmount="1591.60" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="1608.27" OriginalAmount="1592.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.473888" Longitude="-0.063388" StarRating="3" HotelCode="|478684" HotelName="Peckham Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Queens Road , Peckham</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/6/8/4/478684_5f794811343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1608.93" OriginalAmount="1593.00" MarkupRule="1.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="94" TotalAmount="1614.23" OriginalAmount="1598.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4906254" Longitude="-0.1383938" StarRating="3" HotelCode="|21824" HotelName="Huttons" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELGRAVE ROAD 53-57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/2/4/21824_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1800 and it is situated in a Victorian building. SITUATION: The establishment, is in the city centre, Close to, and, In the surrounding area you can also find shops, leisure areas and public transport. Victoria Station it takes 5 minutes to get to Westminster Abbey just a few minutes away, you will find.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1620.04" OriginalAmount="1604" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.606130790241" Longitude="0.05867063999176" StarRating="4" HotelCode="98294|37425" HotelName="London Chigwell Prince Regent Hotel, BW Signature Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Manor Road, Chigwell, Woodford Green, Greater London, Essex IG8 8AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/78/0478bf90337909b2a487b217dc8640dab56db9b7.jpeg</HotelPictures>
        <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="1621.05" OriginalAmount="1605.00" MarkupRule="1.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="1624.08" OriginalAmount="1608.00" MarkupRule="1.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="1630.14" OriginalAmount="1614.00" MarkupRule="1.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="27" TotalAmount="1646.30" OriginalAmount="1630" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|13283" HotelName="Thistle London Heathrow Terminal 5" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Longford, London UB7 0EQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/73/ff735807bac2a3a779e6a0e9f1620963357e27e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location near London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1647.31" OriginalAmount="1631" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.580207" Longitude="0.14071" StarRating="3" HotelCode="152963|93961" HotelName="Premier Inn London Romford West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="94" TotalAmount="1649.51" OriginalAmount="1633.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51296" Longitude="-0.17907" StarRating="3" HotelCode="|184371" HotelName="The Craven" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Craven Terrace</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/3/7/1/184371_7548da11857.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1654.38" OriginalAmount="1638.00" MarkupRule="1.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="1657.41" OriginalAmount="1641.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525212129347" Longitude="-0.12637577911585" StarRating="1" 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="1661.45" OriginalAmount="1645.00" MarkupRule="1.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="1671.55" OriginalAmount="1655.00" MarkupRule="1.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="27" TotalAmount="1674.58" OriginalAmount="1658" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.482560198505" Longitude="-0.4506762356167" StarRating="4" HotelCode="28974|5501" HotelName="Radisson Hotel &amp; Conference Centre London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Building A, Heathrow, Middlesex UB7 0DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/96/3a965a2ff728b3fa575a4a6a97a33b3ae870353f.jpeg</HotelPictures>
        <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="1676.60" OriginalAmount="1660.00" MarkupRule="1.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="1678.62" OriginalAmount="1662.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.66497113" Longitude="-0.04434452" StarRating="2" HotelCode="519888|dharma_lodge_hotel" HotelName="Dharma Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 15/09/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="1681.65" OriginalAmount="1665.00" MarkupRule="1.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 03/09/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="1687.71" OriginalAmount="1671.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="1687.82" OriginalAmount="1671.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4259136" Longitude="-0.1782168" StarRating="3" HotelCode="|216196" HotelName="Pelican London and Residence" Meals="ROOM ONLY" 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="8" TotalAmount="1701.28" OriginalAmount="1684.44" MarkupRule="1.00">
      <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 18/09/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="1704.88" OriginalAmount="1688.00" MarkupRule="1.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="1705.89" OriginalAmount="1689.00" MarkupRule="1.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="1706.90" OriginalAmount="1690.00" MarkupRule="1.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="1707.91" OriginalAmount="1691.00" MarkupRule="1.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 16/09/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="1708.92" OriginalAmount="1692.00" MarkupRule="1.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="1719.02" OriginalAmount="1702.00" MarkupRule="1.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="Non Refundable">
        <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="1722.05" OriginalAmount="1705.00" MarkupRule="1.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="8" TotalAmount="1740.11" OriginalAmount="1722.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495083002218" Longitude="-0.19042234873064" StarRating="3" HotelCode="76159|155310" HotelName="1 Lexham Gardens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/09/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="63" TotalAmount="1742.25" OriginalAmount="1725.00" MarkupRule="1.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="1742.25" OriginalAmount="1725.00" MarkupRule="1.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="94" TotalAmount="1746.40" OriginalAmount="1729.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5048792" Longitude="-0.0339955" StarRating="4" HotelCode="|18009" HotelName="a&amp;o London Docklands Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROTHERHITHE STREET 265</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/0/9/18009_96d60d21526.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 365 rooms and 4 apartments. The establishment has a bar, a terrace, a restaurant, 26 meeting rooms and a health centre. SITUATION: This hotel is 20 minutes away from the centre of Londres where you can find shops and leisure areas. The establishment offers a transfer service to the metro station Canada Water. It is situated 25 minutes away from London City Airport. This hotel is situated next to Thames River Thames. ROOM: All the rooms have a hairdryer, a television, an iron, a coffee maker and a kettle. FACILITIES: The hotel has a covered swimming pool, a health centre with a sauna and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. Dietary restrictions can be accommodated.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1750.33" OriginalAmount="1733.00" MarkupRule="1.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="63" TotalAmount="1752.35" OriginalAmount="1735.00" MarkupRule="1.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="1756.39" OriginalAmount="1739.00" MarkupRule="1.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="94" TotalAmount="1757.54" OriginalAmount="1740.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481105" Longitude="-0.019785" StarRating="3" HotelCode="|448824" HotelName="Zedwell Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cavatina Point 7 Harmony Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/8/2/4/448824_9124da11301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1759.74" OriginalAmount="1742.32" MarkupRule="1.00">
      <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 10/09/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="94" TotalAmount="1772.98" OriginalAmount="1755.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507895" Longitude="-0.273024" StarRating="4" HotelCode="|218058" HotelName="The Kings Head" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214 High Street, Acton</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/0/5/8/218058_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1773.40" OriginalAmount="1755.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5164298" Longitude="-0.1712302" StarRating="3" HotelCode="|72373" HotelName="Belmont &amp; Astoria " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 &amp; 104 SUSSEX GARDENS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/3/7/3/72373_1_1435.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel an ideal place for relaxing and has attentive service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1773.56" OriginalAmount="1756.00" MarkupRule="1.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="1773.56" OriginalAmount="1756.00" MarkupRule="1.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="27" TotalAmount="1775.58" OriginalAmount="1758" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47405" Longitude="-0.021159" StarRating="3" HotelCode="199817|36943" HotelName="Travelodge London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Blackheath Road, Greenwich, London SE10 8DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/c1/0fc16492b0d8c133713074fcace7c4eb4fc51e8e.jpeg</HotelPictures>
        <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="1779.62" OriginalAmount="1762.00" MarkupRule="1.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="1786.69" OriginalAmount="1769.00" MarkupRule="1.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="1786.69" OriginalAmount="1769.00" MarkupRule="1.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="Non Refundable" 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="1789.72" OriginalAmount="1772.00" MarkupRule="1.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="1792.75" OriginalAmount="1775.00" MarkupRule="1.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="1797.80" OriginalAmount="1780.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.56272076" Longitude="0.06813166" StarRating="3" HotelCode="519268|ilford_apartments_3" HotelName="Ilford Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3a Coventry Road, Gunveer Court, London IG1 4FB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/2e/cb2e710f57ce90a508705ce100bef9fffd5a113f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Ilford Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1804.75" OriginalAmount="1786.88" MarkupRule="1.00">
      <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="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="1804.87" OriginalAmount="1787.00" MarkupRule="1.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="94" TotalAmount="1808.65" OriginalAmount="1790.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49458" Longitude="-0.20726" StarRating="4" HotelCode="|184490" HotelName="Simply Rooms and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Avonmore Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/9/0/184490_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1808.91" OriginalAmount="1791.00" MarkupRule="1.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="1809.92" OriginalAmount="1792.00" MarkupRule="1.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="1815.98" OriginalAmount="1798.00" MarkupRule="1.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="94" TotalAmount="1816.20" OriginalAmount="1798.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5116005" Longitude="-0.185" StarRating="2" HotelCode="|20740" HotelName="Apollo Hotel London Near Hyde Park and Paddington Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Queensborough Terrace, Bayswater</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/4/0/20740_8e1a2391410.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, is ideal for holidays or business trips. SITUATION: This establishment, London King's Cross it is in Well connected with places of interest, tourist points of interest and shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1821.47" OriginalAmount="1803.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4801499" Longitude="-0.4243301" StarRating="3" HotelCode="|46123" HotelName="Premier Inn London Heathrow Airport T2 &amp; T3 (Bath Road) " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BATH ROAD 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/2/3/46123_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern airport hotel and has 590 rooms, The establishment has a hall, express check-out, a reception, a currency exchange service, a lift, a cafÃ©, 2 bars and a restaurant. The establishment also offers conference rooms, WiFi (for a fee), room service and a car park (for a fee). SITUATION: Is situated in the motorway, London, Hounslow and Feltham it is well-connected with 15 minutes away from the establishment guests have Hounslow the city centre of It is situated 25 minutes away fromThorpe Park Amusement Park Chessington World of Adventures Resort It is situated 40 minutes away from 2 kilometres away, you can find the bus station, is 2 kilometres away from London Heathrow Airport. ROOM: Customers can find spacious, comfortable rooms with a shower or bath, a hairdryer, a television and internet (available for a fee), They also have a coffee maker, a kettle, an ironing set, an air-conditioning system and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and an Ã  la carte restaurant with buffet. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard, Visa and debit cards. The hotel does not accept Visa Electron and Solo.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1828.10" OriginalAmount="1810.00" MarkupRule="1.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="27" TotalAmount="1837.19" OriginalAmount="1819" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.442871822629" Longitude="-0.15299800546904" StarRating="2" HotelCode="199812|225950" HotelName="Travelodge London Balham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Balham High Road, Balham, London SW12 9BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9f/cd/9fcdda974f6219fc1b2d72c1c009a64bc9e8bee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1839.21" OriginalAmount="1821.00" MarkupRule="1.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="94" TotalAmount="1839.56" OriginalAmount="1821.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.96328" Longitude="-81.22475" StarRating="0" HotelCode="|223335" HotelName="Country Inn and Suites By Radisson, London South, On" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>774 Base Line Rd E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/3/3/3/5/223335_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1841.23" OriginalAmount="1823.00" MarkupRule="1.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="63" TotalAmount="1845.27" OriginalAmount="1827.00" MarkupRule="1.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="1845.27" OriginalAmount="1827.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.41678043" Longitude="-0.209324" StarRating="0" HotelCode="780565|goodenough_guesthouse" HotelName="Goodenough Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Goodenough Road, Wimbledon, London SW19 3QW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/9b/979b0f8bc1a05c21ceef9021a3daf82216fae581.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1848.30" OriginalAmount="1830.00" MarkupRule="1.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="16" TotalAmount="1853.15" OriginalAmount="1834.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526002392352" Longitude="-0.12469321489334" StarRating="1" HotelCode="18318|1080958" HotelName="Generator London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Free CXL until 17/09/2026" 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="1854.36" OriginalAmount="1836" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517758" Longitude="-0.064875" StarRating="2" HotelCode="210603|400330" HotelName="ibis budget London Whitechapel - Brick Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Whitechapel Road, London E1 1JG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/53/0453804b180369719205048d8e134c0de7e3f854.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1859.65" OriginalAmount="1841.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.927389" Longitude="-81.217889" StarRating="3" HotelCode="|40210" HotelName="Four Points By Sheraton London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1150 WELLINGTON ROAD S.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/1/0/40210_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-friendly hotel, renovated in 2007, it offers a conference centre, has 181 rooms and suites. The establishment has a restaurant, a living room, a lobby with a reception, a reception, a cafÃ© and a bar. The establishment also offers internet, WiFi, room service, a laundry service and a car park (free of charge). SITUATION: Near the establishment, guests will find the city centre, in the surrounding area, clients have a commercial centre, Next to the establishment, guests will find the motorway, in the surrounding area, clients have places of interest. ROOM: The rooms have mineral water, internet (free of charge), a writing desk, an ironing set, a coffee maker, a bathroom with a shower or bath, a hairdryer and a direct line telephone. They also have satellite or cable TV, a radio, a washing machine, a fridge, a king size or double bed, an air-conditioning system and heating. FACILITIES: The establishment boasts a gym, a covered swimming pool and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte, menu or buffet lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1865.47" OriginalAmount="1847.00" MarkupRule="1.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="1866.48" OriginalAmount="1848.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514166" Longitude="-0.207499" StarRating="4" HotelCode="189774|notting_hill__concept_serviced_apartments" HotelName="Notting Hill - Concept Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>74 Ladbroke Grove, Notting Hill, Kensington and Chelsea, London W11 2HF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/8c/308c2d4a1702d8a19113c4c96774fb15e390acbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1867.49" OriginalAmount="1849.00" MarkupRule="1.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="8" TotalAmount="1868.02" OriginalAmount="1849.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481009629761" Longitude="-0.46171178772124" StarRating="4" HotelCode="779886|632082" HotelName="Staybridge Suites London - Heathrow Bath Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 16/09/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="63" TotalAmount="1870.52" OriginalAmount="1852.00" MarkupRule="1.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="Non Refundable" 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="63" TotalAmount="1870.52" OriginalAmount="1852.00" MarkupRule="1.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="8" TotalAmount="1871.00" OriginalAmount="1852.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492332479851" Longitude="-0.16479287235256" StarRating="4" HotelCode="285086|315269" HotelName="Nell Gwynn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/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="63" TotalAmount="1871.53" OriginalAmount="1853.00" MarkupRule="1.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="27" TotalAmount="1872.54" OriginalAmount="1854" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.602972" Longitude="-0.019518" StarRating="3" HotelCode="34555|35329" HotelName="Holiday Inn Express Chingford - North Circular" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Walthamstow Avenue, London E4 8ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5e/415e1897feed941137df37e3aa5ae11535d8adf6.jpeg</HotelPictures>
        <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="8" TotalAmount="1874.28" OriginalAmount="1855.72" MarkupRule="1.00">
      <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 17/09/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>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1879.02" OriginalAmount="1860.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5120225" Longitude="-0.1866331" StarRating="3" HotelCode="|17966" HotelName="Berjaya Eden Park London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>INVERNESS TERRACE 35-39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/6/17966_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a concierge, a business centre, a bar and a restaurant. SITUATION: This hotel Bayswater it is in Bayswater and Queensway nearby, you will find Clients can also find and.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1882.64" OriginalAmount="1864.00" MarkupRule="1.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="1886.68" OriginalAmount="1868.00" MarkupRule="1.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="1887.69" OriginalAmount="1869.00" MarkupRule="1.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="1892.74" OriginalAmount="1874.00" MarkupRule="1.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="94" TotalAmount="1895.36" OriginalAmount="1876.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524868" Longitude="-0.049252" StarRating="3" HotelCode="|537754" HotelName="City Gate Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Colebert Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/7/5/4/537754_9ce47b70904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1895.39" OriginalAmount="1876.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.475556" Longitude="-0.5162" StarRating="4" HotelCode="|78256" HotelName="Hilton London Heathrow Airport Terminal 5" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>POYLE ROAD, COLNBROOK, BERKSHIRE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/2/5/6/78256_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a spa, 2 restaurants, 2 bars, 350 standard rooms and WiFi (free of charge). SITUATION: This hotel It's 1.6 kilometres from London Heathrow Airport. It is 5 minutes away from the motorway. 20 minutes away from the establishment, you can find Paddington Railway Station. ROOM: All the rooms have an air-conditioning system, a television, a hairdryer, a bathroom and complimentary bathroom items. OTHERS: Clients have at their disposal a set-menu restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1895.77" OriginalAmount="1877.00" MarkupRule="1.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="94" TotalAmount="1897.51" OriginalAmount="1878.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5127529" Longitude="-0.1914573" StarRating="3" HotelCode="|18016" HotelName="Park Avenue Bayswater Inn Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES SQUARE 8-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/1/6/18016_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1850 and renovated in 2002. It has 201 rooms, 6 floors, 22 single rooms and 114 double rooms. The establishment boasts a cosy bar, a restaurant and lifts. SITUATION: It is in a central area, Hyde Park, Kensington Gardens and Queensway it is close to in the surrounding area, clients can find shops, leisure areas, 300 metres away, clients have Bayswater the metro station. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a television, a trouser press, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1905.34" OriginalAmount="1886.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490505" Longitude="-0.138433" StarRating="3" HotelCode="119418" HotelName="Huttons Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>53-57 Belgrave Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/19418/119418/1.jpg?f=17748799</HotelPictures>
        <HotelDescription>A refurbished modern Victorian building that provides comfortable clean Hotel Accommodation at budget prices for both city breaks and business travellers requiring a central London location. We are within walking distance from Victoria coach, train and underground stations but also Buckingham Palace, Houses of Parliament, Big Ben and The London Eye also UK Passport office ,South Bank ,Business districts and Queen Elizabeth Conference Centre . Our Hotel Accommodation includes complimentary continental breakfast and each rooms contains Colour lcd televisions, Hairdryers, En-suite shower rooms and Complimentary tea and coffee making facilities. All our bedrooms have wooden floors and are fresh and clean .Free high speed fibre WIFI Internet in Bedrooms . Our Lift covers the whole building Up to 1 child under 7 stays for free sharing the room with 2 adults Shopping? This Hotel is close to Oxford Street ,Regents Street,Harrods and many other Knightsbridge shops are a short bus ride from the hotel .
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1908.90" OriginalAmount="1890.00" MarkupRule="1.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/09/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="1914.03" OriginalAmount="1895.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544330048204" Longitude="-0.16245603561401" StarRating="3" HotelCode="32099|14141" HotelName="Britannia Hampstead Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/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="1914.96" OriginalAmount="1896.00" MarkupRule="1.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="94" TotalAmount="1916.09" OriginalAmount="1897.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514425" Longitude="-0.19143" StarRating="3" HotelCode="|60433" HotelName="The Royale Chulan Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Leinster Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/4/3/3/60433_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, is ideal for holidays or business trips and has 53 standard rooms. The establishment boasts air-conditioning, a lobby, a reception, a lift, WiFi, room service, a laundry service and a car park (for a fee). SITUATION: This hotel is situated between Notting Hill and Hyde Park is situated in West End near the establishment, you will find Paddington Railway Station. 15 minutes away from the establishment you have London Heathrow Airport. 5 minutes away from the establishment, you can find the metro station. 5 minutes away from the establishment guests have bars, restaurants, nightclubs, pubs and shops. It is 21 kilometres from the London City Airport. It is 24 kilometres away from London Heathrow Airport. Is 51 kilometres from Gatwick Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, luxurious furniture, an air-conditioning system, central heating, a kitchenette, a fridge, a microwave, an LCD television, internet (available for a fee), a direct line telephone, an ironing set, a king size or double bed, a radio, a coffee maker and a kettle. MEALS: The establishment serves a continental breakfast. PAYMENT METHODS: The establishment accepts credit cards, American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1928.09" OriginalAmount="1909.00" MarkupRule="1.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="Free CXL until 17/09/2026" 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="94" TotalAmount="1932.08" OriginalAmount="1912.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.850739" Longitude="-81.275746" StarRating="3" HotelCode="|65918" HotelName="Best Western Plus Stoneridge Inn and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6675 BURTWISTLE LANE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/9/1/8/65918_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a bar and 3 event rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1938.84" OriginalAmount="1919.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.931507" Longitude="-81.218742" StarRating="2" HotelCode="|95277" HotelName="Quality Suites London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1120 Dearness Drive,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/2/7/7/95277_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1943.36" OriginalAmount="1924.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.927198" Longitude="-81.211768" StarRating="3" HotelCode="|95266" HotelName="Courtyard By Marriott London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Exeter Road London, Ontario,864</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/2/6/6/95266_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1945.26" OriginalAmount="1926.00" MarkupRule="1.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="1950.31" OriginalAmount="1931.00" MarkupRule="1.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="8" TotalAmount="1951.72" OriginalAmount="1932.40" MarkupRule="1.00">
      <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/09/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="1953.34" OriginalAmount="1934.00" MarkupRule="1.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="1957.38" OriginalAmount="1938.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491257702222" Longitude="-0.14276444369643" StarRating="2" HotelCode="903018|the_warwick_by_aura_collection" HotelName="Surtees Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Warwick Way, London SW1V 1SB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/17/a517d9454e1cedd629982dfb97c3106c687a5cc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 7 rooms. Services and facilities at the hotel include a restaurant an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1961.45" OriginalAmount="1942.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.57458" Longitude="-0.201454" StarRating="4" HotelCode="|217545" HotelName="NOX Golders Green" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146-150 GOLDERS GREEN ROAD 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/5/4/5/217545_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1971.62" OriginalAmount="1952.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.461514" Longitude="-0.192143" StarRating="3" HotelCode="|56975" HotelName="Holiday Inn Express London Wandsworth, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SMUGGLER'S WAY, WANDSWORTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/9/7/5/56975_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to Chelsea and Fulham the stadiums of excellent transport links to public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1972.53" OriginalAmount="1953.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512837298397" Longitude="-0.19210785627365" StarRating="3" HotelCode="10915|bayswater_inn_2" HotelName="Bayswater Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-16 Princes Square, Bayswater, London W24NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/0d/ed0db5113240df1bf7f09046f16a34a3bdd92367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unostentatious hotel is centrally located near to Hyde Park, Kensington Gardens and Queensway. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1977.58" OriginalAmount="1958.00" MarkupRule="1.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="94" TotalAmount="1979.55" OriginalAmount="1959.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513721" Longitude="-0.1923241" StarRating="2" HotelCode="|18088" HotelName="Wedgewood" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LEINSTER SQUARE 49-51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/8/8/18088_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is small, inviting. SITUATION: Is situated inBayswater the centre of it is 500 metres away from Bayswater the metro station of Hyde Park 5 minutes away from the establishment, clients can find. ROOM: The establishment has 60 rooms and fully-equipped. They are equipped with a hairdryer, a TV and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1980.61" OriginalAmount="1961.00" MarkupRule="1.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 16/09/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="1981.18" OriginalAmount="1961.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524139" Longitude="-0.116486" StarRating="2" HotelCode="94586|312462" HotelName="Guilford House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/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="1983.64" OriginalAmount="1964.00" MarkupRule="1.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="94" TotalAmount="1983.81" OriginalAmount="1964.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507137" Longitude="-0.025562" StarRating="2" HotelCode="|202396" HotelName="Point A - London, Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>West,21 Hertsmere Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/3/9/6/202396_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1992.73" OriginalAmount="1973.00" MarkupRule="1.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="1994.75" OriginalAmount="1975.00" MarkupRule="1.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="1998.79" OriginalAmount="1979.00" MarkupRule="1.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 09/09/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="2004.85" OriginalAmount="1985.00" MarkupRule="1.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="8" TotalAmount="2011.72" OriginalAmount="1991.80" MarkupRule="1.00">
      <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 18/09/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="2012.93" OriginalAmount="1993.00" MarkupRule="1.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="27" TotalAmount="2013.94" OriginalAmount="1994" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52863508" Longitude="-0.05564725" StarRating="3" HotelCode="769821|457014" HotelName="The East London Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="2024.54" OriginalAmount="2004.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9260157" Longitude="-81.2162322" StarRating="3" HotelCode="|65445" HotelName="Towneplace Suites By Marriott London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>800 EXETER ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/4/4/5/65445_17429711035.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel and has 3 floors. ROOM: The rooms have a fridge, a microwave, a coffee maker and internet. OBSERVATIONS: Hotel is non-smoking.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2029.07" OriginalAmount="2008.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.6568985" Longitude="-0.2503" StarRating="4" HotelCode="|21497" HotelName="Doubletree By Hilton London Elstree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barnet By Pass</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/4/9/7/21497_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 131 rooms and 2 suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. Our guests can find conference rooms, an Ã  la carte restaurant with air-conditioning, a bar and an English bar. The establishment offers guests room service, a laundry service and a car park. SITUATION: This hotel London it is in 20 minutes away from the establishment, guests will find the city centre, is 1,5 kilometres away from a commercial centre, Where you can find shops and leisure areas. it is situated 25 kilometres away from Luton Airport the establishment is 35 kilometres away from London Heathrow Airport. ROOM: The cosy rooms, have a bathroom with a hairdryer, satellite or cable TV and a radio. They also have a direct line telephone, internet, a central heating system and a safety deposit box (available for a fee). FACILITIES: The establishment has a spa, a covered swimming pool, a sauna, a steam bath, a jacuzzi and a massage service. Clients can enjoy activities such as aerobics and playing billiards. it is 9 kilometres away from a golf course. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC. MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant and Ã  la carte lunch and dinner. OTHERS: Pets are allowed dependent on availability.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2032.12" OriginalAmount="2012.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|ibis_styles_london_kensington" HotelName="ibis Styles London Kensington" 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,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="94" TotalAmount="2039.93" OriginalAmount="2019.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4919998" Longitude="-0.1939589" StarRating="3" HotelCode="|67145" HotelName="Trebovir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18-20 TREBOVIR ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/4/5/67145_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2009 and has 2 rooms. SITUATION: It is situated nearEarls Court the metro station of It is well-connected. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a television and a radio. They also have internet, a coffee maker, a kettle, an ironing set and a double bed. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast at no extra charge. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2046.23" OriginalAmount="2025.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52426" Longitude="-0.09464" StarRating="3" HotelCode="|443913" HotelName="easyHotel London City Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Old Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/9/1/3/443913_a0cf9221804.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2046.26" OriginalAmount="2026.00" MarkupRule="1.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="94" TotalAmount="2050.79" OriginalAmount="2030.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4909248" Longitude="-0.193634" StarRating="4" HotelCode="|95126" HotelName="Mornington London Kensington, Bw Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Penywern Road, Earls Court,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/1/2/6/95126_3.jpg</HotelPictures>
        <HotelDescription>OBSERVATIONS: Pets are not allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2053.13" OriginalAmount="2032.80" MarkupRule="1.00">
      <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="94" TotalAmount="2059.40" OriginalAmount="2039.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.464397" Longitude="-0.213432" StarRating="0" HotelCode="|522405" HotelName="Mk London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>317 Putney Bridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/4/0/5/522405_0facbdb1055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2061.49" OriginalAmount="2041.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525924" Longitude="-0.081953" StarRating="3" HotelCode="|534854" HotelName="Berkley Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Rivington Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/5/4/534854_61696191125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2063.43" OriginalAmount="2043.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.462221096318" Longitude="-0.18891334533691" StarRating="3" HotelCode="34473|holiday_inn_express_london_wandsworth" HotelName="Holiday Inn Express London - Wandsworth" 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,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="27" TotalAmount="2066.46" OriginalAmount="2046" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50716071124" Longitude="-0.025383423278754" StarRating="2" 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="8" TotalAmount="2068.88" OriginalAmount="2048.40" MarkupRule="1.00">
      <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 15/09/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>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2074.37" OriginalAmount="2053.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493557" Longitude="-0.192132" StarRating="3" HotelCode="|167210" HotelName="Heeton Concept  Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 -25 Hogarth Road,Earls Court, Kensington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/1/0/167210_dfa0b681747.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in the heart of Kensington. It is close to Earls Court close to the establishment, clients can find the exhibition centre Olimpia. It has good links to West-End the theatres of. It has good links to Victoria and Albert the Museum of. It is close to the metro station of Earls Court. It has excellent transport links to the airports. ROOM: The establishment has 100 inviting rooms with satellite television, a direct line telephone, a bathroom, internet, WiFi, a coffee maker, a kettle, an iron and an ironing board. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service. The hotel has conference rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2083.63" OriginalAmount="2063.00" MarkupRule="1.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="2084.64" OriginalAmount="2064.00" MarkupRule="1.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="Free CXL until 17/09/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="94" TotalAmount="2090.35" OriginalAmount="2069.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51455" Longitude="-0.05484" StarRating="4" HotelCode="|483609" HotelName="Aldgate by Excel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Bromehead Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/6/0/9/483609_e2024ae2202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2094.74" OriginalAmount="2074.00" MarkupRule="1.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="Free CXL until 19/08/2026" 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="94" TotalAmount="2099.20" OriginalAmount="2078.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517309" Longitude="-0.130386" StarRating="3" HotelCode="|452307" HotelName="Zedwell Underground Tottenham Court Road" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112a Great Russell Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/3/0/7/452307_efdc6f01151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2103.18" OriginalAmount="2082.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9261559" Longitude="-81.2153872" StarRating="3" HotelCode="|95265" HotelName="Staybridge Suites London, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Exeter Road London, Ontario,824</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/2/6/5/95265_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2103.83" OriginalAmount="2083.00" MarkupRule="1.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="94" TotalAmount="2103.84" OriginalAmount="2083.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49085" Longitude="-0.18073" StarRating="0" HotelCode="|455167" HotelName="Roland House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Old Brompton Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/1/6/7/455167_fe325350802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2104.84" OriginalAmount="2084.00" MarkupRule="1.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="2104.84" OriginalAmount="2084.00" MarkupRule="1.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="63" TotalAmount="2106.86" OriginalAmount="2086.00" MarkupRule="1.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="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Longridge, London SW5 9SB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/zz/2cadc49e8b6302efded270ece6684d714eff0dcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2113.93" OriginalAmount="2093.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="14859|millennium_copthorne_hotels_at_chelsea_football_club" HotelName="Millennium &amp; Copthorne Hotels at Chelsea Football Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,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="63" TotalAmount="2119.99" OriginalAmount="2099.00" MarkupRule="1.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="94" TotalAmount="2126.35" OriginalAmount="2105.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.556162" Longitude="-0.214128" StarRating="4" HotelCode="|23019" HotelName="The Crown London Hotel, Cricklewood North West London, WorldHotels Distinctive" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Cricklewood Broadway, Cricklewood</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/1/9/23019_1346fc00343.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, urban hotel and was built in 2003. It has 4 floors, 116 rooms and 111 double rooms. In the establishment entrance, guests will find a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a cafÃ©, a conference room and an Ã  la carte restaurant with air-conditioning, The establishment offers internet, room service and a car park. SITUATION: This hotel is in London northern The Cricklewood Broadway it is close to It is well-connected with public transport services, a few minutes' walk away, clients have Brent Cross the shopping centre 1000 metres away from the establishment, guests can find leisure areas. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet and a sofa. They also have tiled floors, a safety deposit box and a central heating system. FACILITIES: The establishment boasts a covered pool, a swimming pool, a jacuzzi and a sauna. Customers can make use of a gym. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2134.13" OriginalAmount="2113.00" MarkupRule="1.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="27" TotalAmount="2135.14" OriginalAmount="2114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|17196" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/09/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="63" TotalAmount="2135.14" OriginalAmount="2114.00" MarkupRule="1.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="94" TotalAmount="2140.36" OriginalAmount="2119.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512148" Longitude="-0.311256" StarRating="3" HotelCode="|74604" HotelName="Travelodge London Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Uxbridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/0/4/74604_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 800 metres away from Ealing Broadway Underground Station. Is 15 kilometres from London Heathrow Airport. ROOM: The rooms have a bathroom, a television and a courtesy tea and coffee service. OTHERS: The establishment offers a cafÃ©, a breakfast service, a dinner service and a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2143.20" OriginalAmount="2121.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5140297" Longitude="-0.1780714" StarRating="2" HotelCode="|20384" HotelName="Mina House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CRAVEN ROAD 21-23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/4/20384_f0861571100.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has a reception and attentive service. SITUATION: This hotel Paddington it is in 5 minutes away from the establishment, you can find metro stops, in the surrounding area, clients have shops, leisure areas, tourist points of interest and monuments. ROOM: The establishment has 27Â cosy rooms with a bathroom, a hairdryer, a satellite television, a direct line telephone, central heating and fitted carpets. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Diners Club. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2143.34" OriginalAmount="2122.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.468317690451" Longitude="-0.41878938674927" StarRating="3" HotelCode="370530|25682" HotelName="Hilton Garden Inn London Heathrow Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,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="2145.24" OriginalAmount="2124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523308097102" Longitude="-0.17449378967285" StarRating="3" HotelCode="97053|24615" HotelName="Comfort Inn Edgware Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>450 Edgware Road, London W2 1EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/45/e3457523c77c0b139f93a74272b2780d5089a392.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2150.29" OriginalAmount="2129.00" MarkupRule="1.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="94" TotalAmount="2152.12" OriginalAmount="2130.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54886" Longitude="-0.19232" StarRating="2" HotelCode="|184687" HotelName="Charlotte Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>195-197 Sumatra Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/8/7/184687_8b8f13e1539.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2154.33" OriginalAmount="2133.00" MarkupRule="1.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="2155.34" OriginalAmount="2134.00" MarkupRule="1.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="94" TotalAmount="2155.37" OriginalAmount="2134.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544313" Longitude="-0.162501" StarRating="3" HotelCode="|20048" HotelName="Britannia Hampstead" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="2157.65" OriginalAmount="2136.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5158958" Longitude="-0.173818" StarRating="3" HotelCode="|20357" HotelName="Dolphin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NORFOLK SQUARE 32-34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/5/7/20357_bd956dc1229.jpg</HotelPictures>
        <HotelDescription>HOTEL: Dolphin is rated two stars. It has a breakfast room and a living room. SITUATION: This establishment is next to Paddington Station. It is in Bayswater ROOM: The rooms have a television, a direct line telephone, a fridge, a kettle and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2159.60" OriginalAmount="2138.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4859366" Longitude="-0.1991855" StarRating="4" HotelCode="|552337" HotelName="Mercure London Earls Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47 Lillie Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/3/3/7/552337_af99f711103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2162.36" OriginalAmount="2140.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4920129" Longitude="-0.2198886" StarRating="4" HotelCode="|17994" HotelName="Novotel London West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHORTLANDS, HAMMERSMITH 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/9/4/17994_0e691361322.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 625 rooms, The establishment boasts a reception, room service, a laundry service, non-smoking floors, 2 restaurants, a cafÃ©, 2 bars and a pub. You can request a computer with internet, At an extra cost you can use the car park. SITUATION: This hotel is situated in London the western area of Close to Hammersmith the underground station of The establishment offers direct access to and London Heathrow Airport, nearby, you will find the city centre, is situated 800 metres away from restaurants, bars, shops and public transport services. ROOM: The establishment has 625 comfortable rooms with a bathroom, a hairdryer, a radio, an air-conditioning system, a mini-bar, a trouser press, an iron, an ironing board, kettle, a satellite television (available for a fee), a direct line telephone, internet and fitted carpets. FACILITIES: Customers can enjoy a small gym. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and buffet or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2163.70" OriginalAmount="2142.28" MarkupRule="1.00">
      <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="Free CXL until 18/09/2026" 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="2165.00" OriginalAmount="2143.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51510499" Longitude="-0.1730636" StarRating="2" HotelCode="517310|849619" HotelName="Balmoral House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 21/08/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="94" TotalAmount="2166.05" OriginalAmount="2144.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.6178633" Longitude="-0.1074895" StarRating="4" HotelCode="|167186" HotelName="Lodge Drive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Lodge Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/1/8/6/167186_fe2f9a01806.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge) and a car park (free of charge). SITUATION: This establishment, Palmers Green it is in In the surrounding area, you can find shops, supermarkets, restaurants and bars. it is located 800 metres away from Broomfield the Park of it is a 20-minute train ride away from Londres the centre of. ROOM: Each apartment has an LCD TV, a kitchen, a dining room, a kitchen, a dishwasher, a washing machine, tumble drier, kitchen utensils, a sitting room, wooden floors, a television, a DVD player and leather seats. Some apartments have a balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2168.47" OriginalAmount="2147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515937" Longitude="-0.171949" StarRating="3" HotelCode="13655|gresham_hotel" HotelName="The Gresham Hotel London" Meals="ROOM ONLY" 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="94" TotalAmount="2169.70" OriginalAmount="2148.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5112507" Longitude="-0.1850477" StarRating="3" HotelCode="|18055" HotelName="Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49-67 QUEENSBOROUGH TERRACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/5/18055_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is situated in the residential area of Bayswater, close to Hyde Park and Kensington Gardens. ROOM: The establishment has non-smoking rooms with a bathroom, a satellite TV, courtesy tray, a direct line telephone, a hairdryer, courtesy service, a mini-bar and WiFi (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2169.78" OriginalAmount="2148.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5181999" Longitude="-0.1309" StarRating="3" HotelCode="|17942" HotelName="STG Oxford Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BEDFORD AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/4/2/17942_b5c09f41153.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 13 floors, 705 standard rooms, 96 single rooms and 266 double rooms. In the entrance, you can find a reception with safety deposit boxes, a cloakroom and lifts. Some of the establishment facilities on offer are a car park, a restaurant, conference rooms and a laundry service. SITUATION: This hotel is in the West End a few minutes walk away, guests will find the Oxford Street shopping area. 200 metres away from the establishment, you can find restaurants, pubs, bars and nightclubs. It is 50 metres away from Tottenham Court Road Underground Station. ROOM: The inviting rooms have a bathroom with a hairdryer, a direct line telephone, a television and a safety deposit box. FACILITIES: There are many facilities and services available at the establishment, including a sports centre, a covered swimming pool and a gym. Clients can enjoy activities such as aerobics. Facilities (available for a fee). OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2170.49" OriginalAmount="2149" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.45990844" Longitude="-0.30250824" StarRating="3" HotelCode="467883|215506" HotelName="Travelodge London Richmond Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Paradise Road, Richmond TW9 1RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/64/31/6431d5771a1fc5a642108bddec4dc2bf1a66d289.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Richmond upon Thames.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2177.06" OriginalAmount="2155.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503592" Longitude="-0.224055" StarRating="4" HotelCode="|448218" HotelName="Dao By Dorsett West London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Shepherd's Bush Green</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/2/1/8/448218_17bfbbe1351.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2178.57" OriginalAmount="2157.00" MarkupRule="1.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="2182.61" OriginalAmount="2161.00" MarkupRule="1.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="2185.64" OriginalAmount="2164.00" MarkupRule="1.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="94" TotalAmount="2186.61" OriginalAmount="2164.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4989662" Longitude="-0.192014" StarRating="4" HotelCode="|18032" HotelName="Copthorne Tara London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SCARSDALE PLACE, WRIGHTS LANE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/2/18032_4f39c210939.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, comfortable hotel, has a reception, lifts, a currency exchange service, a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning and conference rooms with internet. The establishment offers guests room service and a laundry service. SITUATION: This well known and popular hotel is in Kensington High Street, close to public transport services. It is situated near Victoria and Albert Museum and Kensington Gardens shops and leisure areas. ROOM: The establishment has 833 rooms with a bathroom with a hairdryer, a direct line telephone, a satellite TV, internet and a fridge. OTHERS: The establishment serves tasty dishes, special menus and meals for specific diets can be ordered.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2192.71" OriginalAmount="2171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515499664797" Longitude="-0.17266988754272" StarRating="3" HotelCode="25447|olympic_house_hotel" HotelName="Olympic House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138-140 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/af/91afacff120dae8fc9f7809031838fd8d767280f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of London. There are connections to the public transport network...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2194.73" OriginalAmount="2173.00" MarkupRule="1.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="2198.77" OriginalAmount="2177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516444391893" Longitude="-0.17091438174248" StarRating="3" HotelCode="25448|orchard_hotel" HotelName="Orchard Paddington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>86-90 Sussex Gardens, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c0/aec0c1cfbcdc9a5c23b37e170fa81e97ac28fd31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in a highly convenient location just a short walk away from Paddington Station, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2199.78" OriginalAmount="2178.00" MarkupRule="1.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="94" TotalAmount="2200.95" OriginalAmount="2179.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492923" Longitude="-0.189746" StarRating="3" HotelCode="|455959" HotelName="Cleveland Residences Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Courtfield Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/9/5/9/455959_24413a91720.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2207.86" OriginalAmount="2186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515644" Longitude="-0.172399" StarRating="3" HotelCode="27216|nayland" HotelName="Nayland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132-134 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ff/b7fffdd66d98b67e1bb1011dbc8758310f69be12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Renovated in 2001, this hotel is situated in Sussex Gardens, close to Hyde Park. Oxford Street, whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2207.86" OriginalAmount="2186.00" MarkupRule="1.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="94" TotalAmount="2213.38" OriginalAmount="2191.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.545213" Longitude="0.017454" StarRating="3" HotelCode="|468881" HotelName="Dc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>207 Romford Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/8/8/1/468881_3b4de0f1235.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2213.92" OriginalAmount="2192" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4941275" Longitude="-0.24471" StarRating="4" HotelCode="902779|45421" HotelName="Chiswick Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>407 Goldhawk Road, London, Greater London W6 0SA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/a9/6ea9e73114c178fb20e9ae033939b7a15e13bb01.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="2213.92" OriginalAmount="2192.00" MarkupRule="1.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="94" TotalAmount="2219.63" OriginalAmount="2197.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.486093" Longitude="-0.199655" StarRating="3" HotelCode="|18005" HotelName="Ibis London Earls Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LILLIE ROAD 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/0/5/18005_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has meeting facilities, conference facilities, a restaurant, a cafÃ©, a car park (for a fee) and a laundry service. SITUATION: This hotel is in London the western area of 500 metres away from Earls Court the Exhibition Centre it is situated 7 kilometres away from the city centre, 2 minutes away, guests can find West Brompton the underground station of it is situated 5 minutes away from Earls Court the Station of 10 minutes away from Stamford Bridge the football stadium. ROOM: The rooms have a bathroom with a shower, a hairdryer, a satellite television, a direct line telephone, a coffee maker, a kettle and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2222.00" OriginalAmount="2200.00" MarkupRule="1.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 15/09/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="2228.06" OriginalAmount="2206.00" MarkupRule="1.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="2229.07" OriginalAmount="2207.00" MarkupRule="1.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="2230.08" OriginalAmount="2208.00" MarkupRule="1.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="2230.08" OriginalAmount="2208.00" MarkupRule="1.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="94" TotalAmount="2231.13" OriginalAmount="2209.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4910088" Longitude="-0.19387" StarRating="3" HotelCode="|17941" HotelName="Oxford Earl's Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PENYWERN ROAD - EARL'S COURT 16-18 &amp; 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/4/1/17941_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Kensington and Chelsea it is close to it is situated close to Earls Court the metro stop Close to points of interest, parks, museums and the commercial area. Around the establishment, clients can find banks and restaurants. Hyde Park it is situated near Earl's Court and Olympia the exhibition centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2232.10" OriginalAmount="2210.00" MarkupRule="1.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="94" TotalAmount="2239.83" OriginalAmount="2217.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511861" Longitude="0.011168" StarRating="3" HotelCode="|28005" HotelName="Holiday Inn Express London Royal Docks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SILVERTOWN WAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/0/5/28005_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming, modern hotel, has 88 comfortable rooms. SITUATION: London Docklands It is in Canary Wharf and the Excel Exhibition Centre it is close to. ROOM: They have a hairdryer, a radio, a coffee maker, a kettle, a direct line telephone and satellite and cable television. FACILITIES: The establishment boasts a bar and. OTHERS: Regarding the food and beverage provision, the establishment offers a continental buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2240.18" OriginalAmount="2218.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="2241.07" OriginalAmount="2218.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493118" Longitude="-0.231517" StarRating="3" HotelCode="|18021" HotelName="Holiday Inn Express London Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KING STREET 120-124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/2/1/18021_54ad2fb0956.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a bar, tennis courts, a gym and breakfast service. SITUATION: This establishment, Hammersmith it is in 10 minutes away, you can find the city centre, 800 metres away, guests have shops, close to the establishment, clients can find Hammersmith the metro station of it is situated 16 kilometres away from a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2241.63" OriginalAmount="2219.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493374" Longitude="-0.1916111" StarRating="3" HotelCode="|80912" HotelName="The Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Hogarth Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/1/2/80912_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: Jade is rated three stars. is economic. SITUATION: It is situated in Kensington the hotel is 100 metres away from the Station of Earls Court. It is near Knightsbridge and Harrods and the museums. Clients can also find shops and restaurants. ROOM: The rooms have a bathroom, a shower, bathroom items, an air-conditioning system, parquet flooring, a small kitchen with fridge, luxurious bedding, a television and a DVD player.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2243.35" OriginalAmount="2221.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.6121" Longitude="-0.135992" StarRating="0" HotelCode="|451297" HotelName="Premier Inn London New Southgate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ladderswood Way Arnos Grove London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/2/9/7/451297_8546f861249.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2244.22" OriginalAmount="2222.00" MarkupRule="1.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="63" TotalAmount="2247.25" OriginalAmount="2225.00" MarkupRule="1.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 17/09/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="94" TotalAmount="2250.65" OriginalAmount="2228.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5163002" Longitude="-0.1706" StarRating="3" HotelCode="|20374" HotelName="Orchard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUSSEX GARDENS 86-90</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/7/4/20374_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 40 rooms, 3 floors, a lift and a car park. SITUATION: This hotel is in a central area. Close to the establishment, clients can find shops, restaurants and a public transport stop. It is 60 minutes away from London Heathrow Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio, heating and a safe. OTHERS: The establishment serves English breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2250.81" OriginalAmount="2228.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49406" Longitude="-0.19777" StarRating="3" HotelCode="|445091" HotelName="Point A Kensington Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42-48 West Cromwell Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/9/1/445091_3061b131452.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2255.33" OriginalAmount="2233.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.480574457705" Longitude="-0.4460181031023" StarRating="4" HotelCode="28981|renaissance_london_heathrow_ho" HotelName="Renaissance London Heathrow Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/09/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="63" TotalAmount="2261.39" OriginalAmount="2239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|st_giles_london__st_giles_classic_hotel" 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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2265.45" OriginalAmount="2243.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51193" Longitude="-0.1823" StarRating="3" HotelCode="|246165" HotelName="Craven Hill Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Craven Hill Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/1/6/5/246165_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2269.50" OriginalAmount="2247.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.552709" Longitude="-0.124062" StarRating="3" HotelCode="|447851" HotelName="City Prime Camden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>376-380 Camden Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/8/5/1/447851_c5dac541341.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2270.48" OriginalAmount="2248.00" MarkupRule="1.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="63" TotalAmount="2272.50" OriginalAmount="2250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498497905328" Longitude="-0.19086867570877" StarRating="4" HotelCode="24570|copthorne_tara_hotel_london_kensington" HotelName="Copthorne Tara Hotel London Kensington" 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,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="94" TotalAmount="2273.89" OriginalAmount="2251.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491994" Longitude="-0.19873" StarRating="3" HotelCode="|537756" HotelName="Kensington Rooms - Warwick Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Warwick Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/7/5/6/537756_9eaaa1a0906.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2275.92" OriginalAmount="2253.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54797" Longitude="-0.13037" StarRating="3" HotelCode="|184414" HotelName="Camden Town" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>203 Camden Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/1/4/184414_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2281.95" OriginalAmount="2259.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47595429" Longitude="-0.01870235" StarRating="3" HotelCode="323927|662503" HotelName="Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/09/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="63" TotalAmount="2282.60" OriginalAmount="2260.00" MarkupRule="1.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="2283.61" OriginalAmount="2261.00" MarkupRule="1.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="27" TotalAmount="2285.63" OriginalAmount="2263" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521045131387" Longitude="-0.077661588954925" StarRating="2" 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="63" TotalAmount="2292.70" OriginalAmount="2270.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494466367886" Longitude="-0.18739014599805" StarRating="3" HotelCode="387912|kensington_rooms" HotelName="K Hotel Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>131-137 Cromwell Road, Kensington, London SW7 4DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/b3/22b37c3b9aa86b651def2c1b8ae3f19cdaf81e0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The incredibly stylish hotel is located in a fashionable area near Earl's Court and Knightsbridge. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2299.77" OriginalAmount="2277.00" MarkupRule="1.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="94" TotalAmount="2300.06" OriginalAmount="2277.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523357" Longitude="-0.127106" StarRating="3" HotelCode="|18030" HotelName="Royal National" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38-51 Bedford Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/0/18030_9060ba21216.jpg</HotelPictures>
        <HotelDescription>HOTEL: This central hotel, has 1600 rooms, a lobby with elevators, 3 restaurants, a pub and shops. The establishment boasts internet, conference rooms, a car park, room service and a laundry service. SITUATION: This trendy hotel Covent Garden it is near, the theatres and Russel Square the metro station Around the establishment, clients can find restaurants, bars, leisure areas and public transport services. ROOM: All the rooms have a bathroom, a television, a radio, a direct line telephone, a coffee maker, a kettle, internet, a safety deposit box, computer connection and a trouser press (available on request). FACILITIES: The establishment boasts a health centre. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OBSERVATIONS:.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2301.79" OriginalAmount="2279.00" MarkupRule="1.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 16/09/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="2309.87" OriginalAmount="2287.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491544615869" Longitude="-0.14228504910852" StarRating="2" HotelCode="462032|the_blair_victoria_hotel_3" HotelName="The Blair Victoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>78-84 Warwick Way, Victoria, London SW1V 1RZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/59/ce597e94c53426034f758d3c75378967cd854dd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2312.15" OriginalAmount="2289.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54757" Longitude="-0.05637" StarRating="2" HotelCode="|240878" HotelName="Kip" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Aspland Grove Hackney (7-19 Amhurst Road Hackney Central)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/8/7/8/240878_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2315.70" OriginalAmount="2292.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520089" Longitude="-0.123923" StarRating="3" HotelCode="|537833" HotelName="The Thanet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Bedford Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/8/3/3/537833_cd905b20953.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2318.96" OriginalAmount="2296.00" MarkupRule="1.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="2319.97" OriginalAmount="2297.00" MarkupRule="1.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="94" TotalAmount="2325.95" OriginalAmount="2302.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5305" Longitude="-0.12293" StarRating="3" HotelCode="|183834" HotelName="Kings Cross Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Euston Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/3/4/183834_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2328.14" OriginalAmount="2305.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5116005" Longitude="-0.2907" StarRating="4" HotelCode="|25257" HotelName="Doubletree By Hilton London - Ealing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-8 Hanger Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/5/7/25257_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is in the city centre, nearby, you will find the shopping area, the business area and leisure areas. ROOM: The establishment has 189 comfortable rooms and fully-equipped. FACILITIES: The establishment boasts a conference room, a restaurant and a bar. Hotel is perfect for business and holiday stays.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2330.17" OriginalAmount="2307.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47589" Longitude="-0.01883" StarRating="3" HotelCode="|184650" HotelName="Staycity s Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Greenwich High Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/5/0/184650_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2330.98" OriginalAmount="2307.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.565689" Longitude="-0.010787" StarRating="3" HotelCode="|198884" HotelName="The Lion and Key" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>475-477 High Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/8/8/4/198884_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2337.14" OriginalAmount="2314.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.485936169226" Longitude="-0.1996636390686" StarRating="3" HotelCode="18403|hotel_ibis_london_earls_court" HotelName="ibis London Earls Court 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">
        <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="94" TotalAmount="2340.84" OriginalAmount="2317.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522604" Longitude="-0.084264" StarRating="3" HotelCode="|211575" HotelName="Point A London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Paul Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/5/7/5/211575_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2345.50" OriginalAmount="2322.28" MarkupRule="1.00">
      <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 16/09/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="63" TotalAmount="2349.26" OriginalAmount="2326.00" MarkupRule="1.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="8" TotalAmount="2349.46" OriginalAmount="2326.20" MarkupRule="1.00">
      <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 10/09/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="2351.28" OriginalAmount="2328.00" MarkupRule="1.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="2355.32" OriginalAmount="2332.00" MarkupRule="1.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="94" TotalAmount="2360.01" OriginalAmount="2336.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48624" Longitude="-0.202616" StarRating="3" HotelCode="|30422" HotelName="Premier Inn London Fulham" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NORTH END ROAD 295</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/2/2/30422_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2005, has 100 rooms, 5 rooms adapted for people with reduced mobility and non-smoking rooms. It has air-conditioning, a lobby, a reception, a safety deposit box service, a lift, a bar, a television room, a dining room, conference rooms, internet and a car park. SITUATION: Earls Court Arena It is located near nearby, you will find Olympia Exhibition Centre the Exhibition Centre it has good links to the metro station, the bus, 46 kilometres away, you can find Gatwick Airport it is 22 kilometres away from London Heathrow Airport. ROOM: The rooms have a bathroom with a hairdryer, a double bed, a terrace, a kettle, a coffee maker, an ironing set, a safety deposit box, a direct line telephone, a satellite or cable television, internet and a central air-conditioning system. OTHERS: Regarding the food and beverage offering, clients have a continental breakfast, Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2364.38" OriginalAmount="2340.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522603" Longitude="-0.086963" StarRating="3" HotelCode="|67619" HotelName="Travelodge London Central City Road" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="2366.43" OriginalAmount="2343.00" MarkupRule="1.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="94" TotalAmount="2369.21" OriginalAmount="2345.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52957" Longitude="-0.294027" StarRating="4" HotelCode="|18036" HotelName="Crowne Plaza London Ealing, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Ealing, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/6/18036_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 120 double rooms, 4 suites and 6 floors. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. The establishment boasts a bar, an Ã  la carte restaurant with air-conditioning, internet at an extra charge and a conference room. The establishment offers guests indoor parking, a car park, room service and a laundry service. SITUATION: This cosy hotel is near London city centre where you can find shops, leisure areas and entertainment. It is near the botanical garden. 10 metres away, there is a public transport stop. 200 metres away from the establishment, clients can find shops. It is 500 metres away from bars and restaurants. 20 kilometres away, you can find the airport. ROOM: All the rooms have a bathroom with a hairdryer, a safe (available for a fee), a direct line telephone, internet, a sitting room and a satellite or cable television. FACILITIES: 1 kilometre away from the establishment, customers can find a golf course. OTHERS: The establishment serves a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2369.46" OriginalAmount="2346" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.573121" Longitude="-0.431205" StarRating="3" HotelCode="263530|93569" HotelName="Premier Inn London Ruislip" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Ickenham Road, Ruislip, Middlesex HA4 7DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/94/0394c60c99b0f1731aca7306c81c3abceb8fd0ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2370.53" OriginalAmount="2347.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5392" Longitude="-0.05641" StarRating="3" HotelCode="|224076" HotelName="City Inn Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>144a Mare Street, Hackney</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/0/7/6/224076_614e6541413.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.53" OriginalAmount="2353.00" MarkupRule="1.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="Free CXL until 15/09/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="94" TotalAmount="2377.81" OriginalAmount="2354.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523079" Longitude="-0.193916" StarRating="3" HotelCode="|475369" HotelName="Sutherland Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Sutherland Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/3/6/9/475369_2550b3a1225.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2377.94" OriginalAmount="2354.40" MarkupRule="1.00">
      <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 17/09/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="2378.55" OriginalAmount="2355.00" MarkupRule="1.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="2381.58" OriginalAmount="2358.00" MarkupRule="1.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="8" TotalAmount="2381.98" OriginalAmount="2358.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523558" Longitude="-0.127674" StarRating="3" HotelCode="17453|6607" HotelName="The Royal National Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/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="63" TotalAmount="2383.60" OriginalAmount="2360.00" MarkupRule="1.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="2387.64" OriginalAmount="2364.00" MarkupRule="1.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="94" TotalAmount="2387.98" OriginalAmount="2364.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.581" Longitude="-0.22595" StarRating="0" HotelCode="|476705" HotelName="The Hide London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>230 Hendon Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/7/0/5/476705_a56526b0057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2391.68" OriginalAmount="2368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51327676" Longitude="-0.19303982" StarRating="2" HotelCode="665331|816041" HotelName="Notting Hill Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/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="2392.65" OriginalAmount="2368.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492708" Longitude="-0.250816" StarRating="3" HotelCode="78070|109734" HotelName="Best Western Chiswick Palace &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/09/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="63" TotalAmount="2393.70" OriginalAmount="2370.00" MarkupRule="1.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="2393.70" OriginalAmount="2370.00" MarkupRule="1.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="94" TotalAmount="2395.39" OriginalAmount="2371.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5268377" Longitude="-0.088565" StarRating="0" HotelCode="|175493" HotelName="The Z Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136-144 City Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/5/4/9/3/175493_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2399.76" OriginalAmount="2376.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.449825825015" Longitude="-0.33001022104895" StarRating="2" HotelCode="204206|travelodge_london_twickenham_2" HotelName="Travelodge London Twickenham" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="2401.09" OriginalAmount="2377.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5142021" Longitude="-0.174966" StarRating="2" HotelCode="|22961" HotelName="Edward Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SPRING STREET 1A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/6/1/22961_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1910 43 rooms and 5 floors. In the entrance, guests are offered a lobby with a reception and lifts. The establishment offers a breakfast room, internet, a laundry service and a car park (for a fee). SITUATION: It is inPaddington the district of it is a few minutes' walk away from Paddington the Station of Where you can find, in the surrounding area, clients can find shops, leisure areas, is near Lancaster Gate the underground station of Hyde Park and Kensington Gardens It is close to. ROOM: The rooms a bathroom with a hairdryer, They are equipped with a direct line telephone, internet, a television, a kettle, a coffee maker and heating. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2402.79" OriginalAmount="2379.00" MarkupRule="1.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="2408.85" OriginalAmount="2385.00" MarkupRule="1.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="Non Refundable" 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="2410.87" OriginalAmount="2387.00" MarkupRule="1.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="94" TotalAmount="2412.53" OriginalAmount="2388.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.151703" Longitude="-84.117003" StarRating="3" HotelCode="|311820" HotelName="Fairfield Inn &amp; Suites London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>201 Shiloh Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/1/8/2/0/311820_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2412.65" OriginalAmount="2388.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.01924" Longitude="-81.26231" StarRating="3" HotelCode="|222444" HotelName="Ivey Spencer Leadership Centre " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>551 Windermere Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/4/4/4/222444_1576c7e1557.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2417.94" OriginalAmount="2394" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="986343|480524" HotelName="Premier Inn London New Southgate Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="63" TotalAmount="2417.94" OriginalAmount="2394.00" MarkupRule="1.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="2420.97" OriginalAmount="2397.00" MarkupRule="1.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="94" TotalAmount="2421.39" OriginalAmount="2397.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513517" Longitude="-0.186697" StarRating="3" HotelCode="|461002" HotelName="Royal Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86-92 Inverness Terrace, Bayswater</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/0/0/2/461002_e2928160042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2424.00" OriginalAmount="2400.00" MarkupRule="1.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="2424.00" OriginalAmount="2400.00" MarkupRule="1.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="8" TotalAmount="2431.92" OriginalAmount="2407.84" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="2433.48" OriginalAmount="2409.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5135994" Longitude="-0.17802" StarRating="3" HotelCode="|20359" HotelName="Prince William" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GLOUCESTER TERRACE 42-44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/5/9/20359_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Paddington, close to public transport services and Paddington and Lancaster metro stations. Well connected with London Heathrow Airport. It is situated near Hyde Park and dining facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2436.56" OriginalAmount="2412.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51556" Longitude="-0.173438" StarRating="3" HotelCode="|60250" HotelName="The Voyage Hotel Paddington " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 - 17 Norfolk Square Paddington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/2/5/0/60250_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, elegant hotel, has 54 rooms and 3 houses. It has a lobby, a reception, a safety deposit box service, a television room and a breakfast room. The establishment also offers WiFi. SITUATION: Paddington It is close to is situated in London the city centre of It is in a quiet area. ROOM: The rooms a radio, a direct line telephone, a coffee maker, a kettle, some rooms have, a television and a bathroom, have and a WC. You are offered a hairdryer (available on request). MEALS: Regarding the food and beverage offering, the establishment offers English and continental breakfast and some services at an additional cost. PAYMENT METHODS: The establishment accepts Mastercard, Switch and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2437.13" OriginalAmount="2413" MarkupRule="1.00">
      <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="94" TotalAmount="2437.80" OriginalAmount="2413.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5209274" Longitude="-0.262953" StarRating="4" HotelCode="|20387" HotelName="Holiday Inn London West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PORTAL WAY 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/7/20387_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2004, has 6 floors, 150 rooms, 57 single rooms and 93 double rooms. It has a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a cafÃ©, a bar, a pub, a television room, an Ã  la carte restaurant with air-conditioning and conference rooms. The establishment offers WiFi, a laundry service, a medical care service and a car park. SITUATION: This hotel is in northern Acton. 30 minutes away from the establishment, clients can find the city centre. It is well-connected with the motorway, the airport and the railway station. Nearby, you will find tourist points of interest and shopping areas. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, internet, a double bed, tiled floors, fitted carpets and a central heating system. OTHERS: The establishment serves a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2439.15" OriginalAmount="2415.00" MarkupRule="1.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="2439.15" OriginalAmount="2415.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517499726848" Longitude="-0.12958578406142" StarRating="3" HotelCode="165983|cheshire" 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="2439.15" OriginalAmount="2415.00" MarkupRule="1.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="2450.26" OriginalAmount="2426.00" MarkupRule="1.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 15/09/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="2452.28" OriginalAmount="2428.00" MarkupRule="1.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="94" TotalAmount="2454.18" OriginalAmount="2429.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490572" Longitude="-0.196593" StarRating="3" HotelCode="|474609" HotelName="Kensington Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Philbeach Gdns</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/6/0/9/474609_757cce61213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2458.91" OriginalAmount="2434.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5116" Longitude="-0.30572" StarRating="4" HotelCode="|184500" HotelName="Xanadu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="2462.22" OriginalAmount="2437.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.536232" Longitude="-0.004711" StarRating="3" HotelCode="|95122" HotelName="Holiday Inn Express London - Stratford, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>High Street,196</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/1/2/2/95122_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception. SITUATION: This establishment, is in Londres east Close to the Olympic Stadium and the shopping centre. 8 minutes away from the establishment clients have a metro station, is 2 minutes away from Stratford High Street the Station of. ROOM: The rooms have an air-conditioning system, WiFi (free of charge), a writing desk and a satellite television. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2465.41" OriginalAmount="2441.00" MarkupRule="1.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="2465.41" OriginalAmount="2441.00" MarkupRule="1.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="2467.43" OriginalAmount="2443.00" MarkupRule="1.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="94" TotalAmount="2467.92" OriginalAmount="2443.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49803" Longitude="-0.22748" StarRating="0" HotelCode="|228966" HotelName="Lamington Apartments - London Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109 Hammersmith Grove</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/6/6/228966_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2474.50" OriginalAmount="2450.00" MarkupRule="1.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="Free CXL until 16/09/2026" 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="94" TotalAmount="2477.70" OriginalAmount="2453.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5116272" Longitude="-0.179976" StarRating="3" HotelCode="|17970" HotelName="Lancaster Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66-71, Lancaster Gate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/0/17970_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2478.54" OriginalAmount="2454.00" MarkupRule="1.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="2478.54" OriginalAmount="2454.00" MarkupRule="1.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="2486.62" OriginalAmount="2462.00" MarkupRule="1.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="63" TotalAmount="2486.62" OriginalAmount="2462.00" MarkupRule="1.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="27" TotalAmount="2487.63" OriginalAmount="2463" MarkupRule="1.00">
      <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="Non Refundable">
        <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="2487.63" OriginalAmount="2463.00" MarkupRule="1.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="94" TotalAmount="2490.16" OriginalAmount="2465.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4853549" Longitude="-0.1239556" StarRating="3" HotelCode="|217823" HotelName="Travelodge London Vauxhall" Meals="ROOM ONLY" 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="63" TotalAmount="2492.68" OriginalAmount="2468.00" MarkupRule="1.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="95" TotalAmount="2497.38" OriginalAmount="2472.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491253" Longitude="-0.142791" StarRating="4" HotelCode="4024908" HotelName="The Warwick By Aura Collection" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>94 Warwick Way, Westminster Borough</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/24908/4024908/1.jpg?f=17702956</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and tour/ticket assistance.. Featured amenities include express check-in and express check-out..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2497.73" OriginalAmount="2473" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522165" Longitude="-0.108716" StarRating="4" HotelCode="437547|199830" HotelName="The Bryson Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="2499.75" OriginalAmount="2475.00" MarkupRule="1.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="94" TotalAmount="2501.49" OriginalAmount="2476.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510433" Longitude="-0.068182" StarRating="2" HotelCode="|459207" HotelName="Wombat's City Hostel London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Dock Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/2/0/7/459207_c3534571815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2503.79" OriginalAmount="2479.00" MarkupRule="1.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="2510.86" OriginalAmount="2486.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.458986956818" Longitude="-0.4410544047546" StarRating="4" HotelCode="28979|hilton_london_heathrow_airport_hotel" HotelName="Hilton London Heathrow Airport" Meals="ROOM ONLY" 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,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="95" TotalAmount="2511.55" OriginalAmount="2486.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513454" Longitude="-0.190695" StarRating="4" HotelCode="287786" HotelName="Grand Plaza Serviced Apartments Hyde Park" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>42 Princes Square,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/87786/287786/1.jpg?f=17748608</HotelPictures>
        <HotelDescription>This establishment offers luxurious private apartments that are well-placed for Hyde Park, Notting Hill and Kensington Palace. All apartments have modern, open-plan kitchenettes and are fully furnished with high-quality modern appliances. They are ideal if you require independence, space and serviced accommodation. Grand Plaza is 5 minutes’ walk from Paddington Train Station and is a short walk from Whiteley's shopping centre. Bayswater and Queensway Tube stations are a short distance away. Complimentary high-speed broadband internet is available. The apartments, holding up to 6 people, have a double room and the rest of the guests sleep in the living room. The bathroom is inside the master bedroom.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2516.79" OriginalAmount="2491.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514261" Longitude="-0.191671" StarRating="2" HotelCode="|20383" HotelName="Lords" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LEINSTER SQUARE 20-22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/3/20383_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century and is ideal for friends and couples. SITUATION: This establishment, is in a peaceful area, Close to the city centre and public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2518.94" OriginalAmount="2494.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511387204815" Longitude="-0.18503198528481" StarRating="4" HotelCode="37755|kings_hotel_6" HotelName="Park Avenue J Hotel Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Queensborough Terrace, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/6f/a66f998229b4f7076cafb8d1359946fe25107cb9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of London within a few metres of Hyde Park, just 50 m from links ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2519.95" OriginalAmount="2495" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48688225" Longitude="-0.196914" StarRating="2" HotelCode="986339|480511" HotelName="Hub by Premier Inn London West Brompton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="94" TotalAmount="2520.78" OriginalAmount="2495.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5284946" Longitude="-0.1226533" StarRating="2" HotelCode="|221346" HotelName="King's Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Argyle Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/4/6/221346_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2527.02" OriginalAmount="2502.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.457525838165" Longitude="-0.20607835910801" StarRating="3" HotelCode="77360|the_lodge_hotel" HotelName="The Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="2529.04" OriginalAmount="2504.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.577665" Longitude="-0.10403" StarRating="2" HotelCode="94587|london_shelton_hotel" HotelName="Shelton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60-62 Wightman Road, Finsbury Park, London N4 1RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9f/7c9f42287d78b601bc5afbab469e7bfccfce2573.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Shelton.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2531.71" OriginalAmount="2506.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501174" Longitude="-0.221866" StarRating="0" HotelCode="|478537" HotelName="Euro Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Shepherds Bush Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/5/3/7/478537_3d370251305.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2535.10" OriginalAmount="2510.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489657288863" Longitude="-0.13725131750107" StarRating="3" HotelCode="29188|holiday_inn_express_london_victoria" 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="94" TotalAmount="2538.12" OriginalAmount="2512.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.536002" Longitude="-0.138957" StarRating="4" HotelCode="|522074" HotelName="The Wesley Camden Town" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Plender Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/7/4/522074_ccdd8f01128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2541.16" OriginalAmount="2516.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513584991845" Longitude="-0.18002293958023" StarRating="4" HotelCode="15500|best_western_shaftesbury_paddington_court" HotelName="Park Grand Paddington Court London" Meals="ROOM ONLY" 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="2541.16" OriginalAmount="2516.00" MarkupRule="1.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="2541.16" OriginalAmount="2516.00" MarkupRule="1.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="2544.19" OriginalAmount="2519.00" MarkupRule="1.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="Free CXL until 13/09/2026" 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="2544.19" OriginalAmount="2519.00" MarkupRule="1.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="63" TotalAmount="2546.21" OriginalAmount="2521.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54290135" Longitude="-0.00035488" StarRating="2" 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="94" TotalAmount="2556.35" OriginalAmount="2531.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522129" Longitude="-0.1324341" StarRating="3" HotelCode="|166746" HotelName="Arran House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Gower Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/7/4/6/166746_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has breakfast service, WiFi (free of charge) and a living room with satellite TV. SITUATION: This establishment, is in Bloomsbury the heart of British Museum it is situated 5 minutes walk away from the establishment is 2,7 kilometres away from the zoo and, 25 minutes away from the establishment clients have a public transport stop, is situated 5 minutes walk away from Euston Square the underground station of a 15-minute walk away from London King's Cross the underground station of Regent's Park and Oxford Street it is situated 15 minutes walk away from. ROOM: The rooms have a television, a courtesy tea and coffee service and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2565.40" OriginalAmount="2540.00" MarkupRule="1.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="2569.44" OriginalAmount="2544.00" MarkupRule="1.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="94" TotalAmount="2573.01" OriginalAmount="2547.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49261" Longitude="-0.230033" StarRating="4" HotelCode="|74620" HotelName="Seraphine Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Kings Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/2/0/74620_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, is ideal for holidays or business trips. SITUATION: King Street Is situated in a few minutes walk away from the establishment, clients can find Hammersmith the metro station of It is near the bus station, is well-connected, in the surrounding area, clients can find shops, bars and restaurants. the Hammersmith Apollo and the Lyric Hammersmith It is close to. ROOM: They have internet (free of charge), WiFi, computer safe, a bathroom with a shower, an iPod docking station, a kettle, a coffee maker, an air-conditioning system, a direct line telephone, double-glazed windows, a writing desk, an electronic key and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2575.50" OriginalAmount="2550" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499112" Longitude="-0.112541" StarRating="2" 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="2578.53" OriginalAmount="2553.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49273767182" Longitude="-0.22999942302704" StarRating="3" 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 11/09/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="2579.54" OriginalAmount="2554.00" MarkupRule="1.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="2580.55" OriginalAmount="2555.00" MarkupRule="1.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="94" TotalAmount="2580.75" OriginalAmount="2555.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4935969" Longitude="-0.190689" StarRating="3" HotelCode="|167513" HotelName="Premier Inn London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Knaresborough Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/5/1/3/167513_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms family rooms and a business centre. SITUATION: This establishment is in the heart of Londres. It is situated close to the metro station of Earls Court. Near the establishment, guests will find points of interest. Such as Royal Albert Hall, the Natural History Museum, the Museum of Science and Technology of Catalonia, el Museo Victoria and Albert, los teatros del West End. It is close to Craven Cottage, close to the establishment, clients can find the exhibition centre Earls Court. It is near the exhibition centre Olympia.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2581.56" OriginalAmount="2556.00" MarkupRule="1.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="94" TotalAmount="2583.00" OriginalAmount="2557.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510619" Longitude="-0.043442" StarRating="3" HotelCode="|27994" HotelName="Holiday Inn Express London - Limehouse, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>469-475 THE HIGHWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/9/4/27994_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2002 150 rooms and 7 floors. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, WiFi and a lift. Guests have access to an inviting coffee shop, a bar, an Ã  la carte restaurant with air-conditioning, with highchairs, a television room, a dining room, conference rooms with features that offer you the maximum level of comfort and catering (on request), There are many services available at the establishment, including a laundry service and a car park. SITUATION: It is inLondon Docklands the city centre of it is near the business district, the city centre and the leisure centre. the London Tower near the establishment, you will find It is located close toDocklands Light Railway the metro line it has good links to the city centre, the trade fair ground and the airport. ROOM: The contemporary style rooms, have suite facilities, a double bed, a bathroom with a shower, a hairdryer, satellite or cable TV with pay channels, internet, a coffee maker, a kettle, a safety deposit box (available for a fee), central heating, an iron, an ironing board, fitted carpets, individual heating, individual air-conditioning and a sitting room. Clients are offered disabled access rooms (available on request). PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2584.01" OriginalAmount="2558.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511181" Longitude="-0.071057" StarRating="3" HotelCode="|566918" HotelName="Bob W Tower Hill Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 - 67 Chamber Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/1/8/566918_d7b8d2c1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2584.59" OriginalAmount="2559.00" MarkupRule="1.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="2588.63" OriginalAmount="2563.00" MarkupRule="1.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="2591.66" OriginalAmount="2566.00" MarkupRule="1.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 17/09/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="2599.74" OriginalAmount="2574.00" MarkupRule="1.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="2607.82" OriginalAmount="2582.00" MarkupRule="1.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="94" TotalAmount="2609.57" OriginalAmount="2583.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.45299" Longitude="-0.0004" StarRating="3" HotelCode="|191534" HotelName="The Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Staplehurst Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/5/3/4/191534_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2610.85" OriginalAmount="2585" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521031767128" Longitude="-0.26280011190261" StarRating="3" HotelCode="34468|11627" 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="63" TotalAmount="2612.87" OriginalAmount="2587.00" MarkupRule="1.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="94" TotalAmount="2618.58" OriginalAmount="2592.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528668" Longitude="-0.055586" StarRating="3" HotelCode="|446700" HotelName="Four Points Flex by Sheraton London Shoreditch East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>309-317 Cambridge Heath Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/0/0/446700_3cc0f591304.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2618.98" OriginalAmount="2593.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528897" Longitude="-0.121543" StarRating="3" HotelCode="|522227" HotelName="Argyle Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Argyle Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/2/7/522227_e96a3e11157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2624.34" OriginalAmount="2598.36" MarkupRule="1.00">
      <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 18/09/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="63" TotalAmount="2626.00" OriginalAmount="2600.00" MarkupRule="1.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="94" TotalAmount="2635.24" OriginalAmount="2609.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52206" Longitude="-0.10869" StarRating="4" HotelCode="|218061" HotelName="The Bryson" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>124-132 Clerkenwell Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/0/6/1/218061_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2636.58" OriginalAmount="2610.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49274" Longitude="-0.194" StarRating="3" HotelCode="|191812" HotelName="London Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="2639.13" OriginalAmount="2613.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512789" Longitude="-0.186328" StarRating="2" HotelCode="42733|whiteleaf_hotel" HotelName="Whiteleaf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66-68 Inverness Terrace, London W2 3LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/a5/9ba55b8f9e8e9178fff9f9f54029a367128a0305.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a peaceful side street roughly a two-minute walk from Queensway and an unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2640.14" OriginalAmount="2614.00" MarkupRule="1.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="8" TotalAmount="2648.06" OriginalAmount="2621.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529508" Longitude="-0.123886" StarRating="2" HotelCode="93104|312272" HotelName="The Fairway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/09/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="2649.23" OriginalAmount="2623.00" MarkupRule="1.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="2652.26" OriginalAmount="2626.00" MarkupRule="1.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="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="2658.32" OriginalAmount="2632.00" MarkupRule="1.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="2660.34" OriginalAmount="2634.00" MarkupRule="1.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="2660.34" OriginalAmount="2634.00" MarkupRule="1.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="2665.39" OriginalAmount="2639.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514300208022" Longitude="-0.17276257991076" StarRating="3" HotelCode="114312|barry_house" HotelName="Barry House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sussex Place, Hyde Park, London W2 2TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ec/70ecad2ce466bcb42fa4e9efbc1bf145f336a456.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2667.41" OriginalAmount="2641.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515593" Longitude="-0.172502" StarRating="3" HotelCode="903726|the_omega_hotel" HotelName="The Omega Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/c0/24c051b0b106ea5d15ed9d36c2fddaf3bb0547fe.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="2675.49" OriginalAmount="2649.00" MarkupRule="1.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="2676.50" OriginalAmount="2650.00" MarkupRule="1.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="2680.54" OriginalAmount="2654.00" MarkupRule="1.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="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="63" TotalAmount="2681.55" OriginalAmount="2655.00" MarkupRule="1.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="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="94" TotalAmount="2682.96" OriginalAmount="2656.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.458018" Longitude="-0.206523" StarRating="3" HotelCode="|53621" HotelName="The Lodge  - Putney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Upper Richmond Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/2/1/53621_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers a restaurant and a bar. SITUATION: Putney It is in Earls Court close to the establishment, guests have 5 minutes away, guests can find restaurants, bars and shopping areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2683.59" OriginalAmount="2657.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.631487" Longitude="-0.129255" StarRating="4" HotelCode="|452302" HotelName="Southgate London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Burleigh Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/3/0/2/452302_c979aff1141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2688.78" OriginalAmount="2662.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.578801" Longitude="-0.122181" StarRating="0" HotelCode="|454776" HotelName="AMTD Dao by Dorsett Hornsey" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hornsey Town Hall, The Broadway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/7/7/6/454776_e681d911238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2689.63" OriginalAmount="2663.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513343076526" Longitude="-0.17982065677643" StarRating="3" 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="2692.66" OriginalAmount="2666" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4936" Longitude="-0.190816" StarRating="3" HotelCode="114291|93556" HotelName="Premier Inn London Kensington Earls Court" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="94" TotalAmount="2694.86" OriginalAmount="2668.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9520409" Longitude="-83.3814816" StarRating="2" HotelCode="|275060" HotelName="Holiday Inn Express London, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Holiday Trail Northeast</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/5/0/6/0/275060_106b8011152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2700.50" OriginalAmount="2673.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5264" Longitude="-0.1294" StarRating="2" HotelCode="|25263" HotelName="Four Points Flex by Sheraton London Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UPPER WOBURN 8-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/6/3/25263_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 175 rooms, 98 single rooms, 77 double rooms and 7 floors. The establishment offers guests a reception, a cloakroom and lifts. The establishment has a bar, a pub and a restaurant. SITUATION: This hotel is close to the Euston and King's Cross Streets. It is well-connected close to the establishment, clients can find shops, leisure areas and monuments. It is 400 metres away from Russell Square Underground Station. ROOM: Each room has a hairdryer, a direct line telephone, a satellite or cable television, a central heating system and shared bathrooms. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2705.59" OriginalAmount="2678.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5154991" Longitude="-0.1796" StarRating="4" HotelCode="|17962" HotelName="Park Grand Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78-82 Westbourne Terrace, London W2 6QA, United Kingdom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/2/17962_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and renovated in 2004. It has a reception, lifts, an Ã  la carte restaurant and a conference room. The establishment offers internet, room service and a laundry service. SITUATION: It is in the historic centre, nearby, you will find shops, bars, nightclubs and a public transport stop. ROOM: The establishment has 119 rooms, 39 single rooms and 27 double rooms. They have a hairdryer, a direct line telephone, a satellite television, a radio and internet. Customers can find standard rooms with mini-bar, central heating and a safety deposit box. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet restaurant and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2706.80" OriginalAmount="2680.00" MarkupRule="1.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="94" TotalAmount="2707.33" OriginalAmount="2680.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514111" Longitude="-0.184017" StarRating="3" HotelCode="|126553" HotelName="Hyde Park Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47-48 Leinster Garden</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/5/5/3/126553_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This refurbished hotel is on a peaceful street, is in Centro-Oeste (Bayswater) the area Centro-Oeste (Bayswater) Close to, and. ROOM: Customers have renovated rooms rooms with a bathroom, a shower, a WC and a flat-screen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2710.84" OriginalAmount="2684.00" MarkupRule="1.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="94" TotalAmount="2715.14" OriginalAmount="2688.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5154699" Longitude="-0.1611203" StarRating="2" HotelCode="|75700" HotelName="  Upper Berkeley Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 UPPER BERKELEY STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/0/0/75700_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for family holidays, urban and has 12 rooms, The establishment also offers breakfast service. SITUATION: Marble Arch 2 minutes away from the establishment, clients can find Clients can also find, is situated 30 kilometres away from London Heathrow Airport it is 50 kilometres away from Stansted and Luton the airports of The establishment is 60 kilometres away fromGatwick Airport. ROOM: The establishment has renovated rooms with telephone, a satellite TV, a fridge, a central heating system, a hairdryer, a fan, a coffee maker and a kettle. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2715.89" OriginalAmount="2689.00" MarkupRule="1.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 16/09/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="2719.22" OriginalAmount="2692.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51489" Longitude="-0.06714" StarRating="4" HotelCode="|184043" HotelName="Marlin Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Commercial Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/4/3/184043_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2730.03" OriginalAmount="2703.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513991" Longitude="-0.189569" StarRating="3" HotelCode="21204|london_house_hotel" HotelName="London House" Meals="ROOM ONLY" 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="63" TotalAmount="2737.10" OriginalAmount="2710.00" MarkupRule="1.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="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="94" TotalAmount="2738.49" OriginalAmount="2711.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524379" Longitude="-0.128162" StarRating="3" HotelCode="|18017" HotelName="Tavistock" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48-55 Tavistock Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/1/7/18017_3db00421209.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, urban hotel a reception, a safety deposit box service and lifts. Guests can find a restaurant, a bar and a conference room. SITUATION: It is surrounded by restaurants, bars and pubs. nearby, you will find a public transport stop. ROOM: The establishment has cosy standard rooms with ensuite bathroom, They have a direct line telephone, a satellite television, a central heating system and a safe. OBSERVATIONS: Customers have a car park. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and set-menu or Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2740.46" OriginalAmount="2713.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49229" Longitude="-0.19098" StarRating="3" HotelCode="|17971" HotelName="Ellen Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BARKSTON GARDENS 18-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/1/17971_3fe68b20831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2743.19" OriginalAmount="2716.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5655432" Longitude="-0.1362509" StarRating="3" HotelCode="|218718" HotelName="Premier Inn London Archway" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hamlyn House, Macdonald Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/7/1/8/218718_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2753.26" OriginalAmount="2726.00" MarkupRule="1.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="Non Refundable" 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="2758.31" OriginalAmount="2731.00" MarkupRule="1.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="63" TotalAmount="2762.35" OriginalAmount="2735.00" MarkupRule="1.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="94" TotalAmount="2765.26" OriginalAmount="2737.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5228996" Longitude="-0.1254" StarRating="3" HotelCode="|18054" HotelName="President" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street - Russell Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/4/18054_f41d98d1008.jpg</HotelPictures>
        <HotelDescription>SITUATION: This inviting hotel, Londres it is in Next to and. el rÃ­o TÃ mesis near the establishment, guests will find, 2 minutes away from the establishment, you can find Russell Square the metro station. FACILITIES: This establishment has a restaurant, a bar and a cafÃ©.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="2766.27" OriginalAmount="2738.88" MarkupRule="1.00">
      <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/09/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="63" TotalAmount="2766.39" OriginalAmount="2739.00" MarkupRule="1.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="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="2777.50" OriginalAmount="2750.00" MarkupRule="1.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 16/09/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="2777.50" OriginalAmount="2750.00" MarkupRule="1.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="2779.52" OriginalAmount="2752.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="2780.83" OriginalAmount="2753.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515006" Longitude="-0.065421" StarRating="0" HotelCode="|444261" HotelName="Wilde Aparthotels by Staycity, Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73-77 Commercial Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/6/1/444261_282ecc71156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2786.59" OriginalAmount="2759.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51119" Longitude="-0.069877" StarRating="3" HotelCode="58829|travelodge_aldgate_east" HotelName="Travelodge London Central Aldgate East" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="2789.62" OriginalAmount="2762.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.527791327522" Longitude="-0.12734796309278" StarRating="3" HotelCode="114280|mabledon_court" HotelName="The Mabledon Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Mabledon Place, Bloomsbury, Camden, London WC1H 9AZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/09/3509515f7d8536992851e7db3847d13fb5d66356.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is beautifully located at the heart of the historical district of Bloomsbury, in London. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2796.18" OriginalAmount="2768.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508776" Longitude="-0.20037" StarRating="3" HotelCode="|447705" HotelName="Ruby Zoe London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 -164, Notting Hill Gate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/7/0/5/447705_ca198271338.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2796.69" OriginalAmount="2769.00" MarkupRule="1.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 15/09/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="2801.74" OriginalAmount="2774.00" MarkupRule="1.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="63" TotalAmount="2805.78" OriginalAmount="2778.00" MarkupRule="1.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="94" TotalAmount="2818.35" OriginalAmount="2790.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49766" Longitude="-0.0148" StarRating="4" HotelCode="|444652" HotelName="ARK Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Crossharbour Plaza</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/5/2/444652_0cb86641556.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2819.37" OriginalAmount="2791.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5113869" Longitude="-0.179493" StarRating="2" HotelCode="|31069" HotelName="The Columbia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANCASTER GATE 95-99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/0/6/9/31069_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel Hyde Park it is in Marble Arch it is located close to 3 minutes walk away, you can find Lancaster Gate the metro station it is situated 10 minutes walk away from Paddington the Railway Station of It has excellent transport links to London Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2826.04" OriginalAmount="2798.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5171" Longitude="-0.073581" StarRating="4" HotelCode="|536627" HotelName="Bob W London Spitalfields" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Commercial St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/6/2/7/536627_99c92330929.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2828.00" OriginalAmount="2800.00" MarkupRule="1.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="8" TotalAmount="2830.34" OriginalAmount="2802.32" MarkupRule="1.00">
      <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 16/09/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="2834.06" OriginalAmount="2806.00" MarkupRule="1.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="Free CXL until 09/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2836.69" OriginalAmount="2808.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504934" Longitude="-0.21454" StarRating="4" HotelCode="259330|6560" HotelName="Hilton London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="2837.09" OriginalAmount="2809" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522228519974" Longitude="-0.074702731410428" StarRating="0" HotelCode="986338|518713" HotelName="hub by Premier Inn London Shoreditch Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="2837.09" OriginalAmount="2809.00" MarkupRule="1.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="2847.19" OriginalAmount="2819.00" MarkupRule="1.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="2849.21" OriginalAmount="2821.00" MarkupRule="1.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="27" TotalAmount="2851.23" OriginalAmount="2823" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="450201|205315" HotelName="Copthorne Hotel at Chelsea Football Club" Meals="ROOM ONLY" 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="2851.23" OriginalAmount="2823.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|best_western_burns" HotelName="Best Western Burns Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,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="2860.32" OriginalAmount="2832" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515087576903" Longitude="-0.17351995713216" StarRating="3" HotelCode="145731|199943" HotelName="The Castleton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164-166 Sussex Gardens, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ac/01ac509840c0e5bfa730753b5852fbe236bce58e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2861.33" OriginalAmount="2833.00" MarkupRule="1.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="2863.35" OriginalAmount="2835.00" MarkupRule="1.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 24/08/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="2868.40" OriginalAmount="2840.00" MarkupRule="1.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="Free CXL until 17/09/2026" 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="2869.41" OriginalAmount="2841.00" MarkupRule="1.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="94" TotalAmount="2873.93" OriginalAmount="2845.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51424" Longitude="-0.31948" StarRating="4" HotelCode="|218060" HotelName="The Drayton Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 The Avenue, Ealing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/0/6/0/218060_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2895.67" OriginalAmount="2867.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544577" Longitude="-0.172655" StarRating="3" HotelCode="18450|best_western_swiss_cottage_hotel" HotelName="Best Western Swiss Cottage Hotel" 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>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="63" TotalAmount="2899.71" OriginalAmount="2871.00" MarkupRule="1.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="27" TotalAmount="2906.78" OriginalAmount="2878" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519382" Longitude="-0.07159475" StarRating="2" HotelCode="641648|227095" HotelName="hub by Premier Inn London Spitalfields" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="2908.80" OriginalAmount="2880" MarkupRule="1.00">
      <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 17/09/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="94" TotalAmount="2908.85" OriginalAmount="2880.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.626855" Longitude="-0.008913" StarRating="0" HotelCode="|522484" HotelName="Ridgeway" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115 - 117 The Ridgeway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/4/8/4/522484_66c39e51038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2911.86" OriginalAmount="2883.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502954" Longitude="-0.025522" StarRating="0" HotelCode="|444259" HotelName="Cove Landmark Pinnacle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Westferry Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/5/9/444259_26497481122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2914.86" OriginalAmount="2886" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525294709562" Longitude="-0.055639185470454" StarRating="3" HotelCode="263539|36793" HotelName="Travelodge London Bethnal Green" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231-237 Cambridge Heath Road West, London E2 0EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/1c/db1ccf9b436c9ab1c8fc3b8cc3477e863825cc56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2914.86" OriginalAmount="2886.00" MarkupRule="1.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="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="94" TotalAmount="2914.95" OriginalAmount="2886.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495215" Longitude="-0.141534" StarRating="4" HotelCode="|444399" HotelName="citizenM London Victoria Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>292 VAUXHALL BRIDGE ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/9/9/444399_0655cf60906.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2916.88" OriginalAmount="2888.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="534048|best_western_plus_vauxhall_hotel" HotelName="Best Western Plus Vauxhall Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="2918.90" OriginalAmount="2890.00" MarkupRule="1.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="2919.91" OriginalAmount="2891.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512009" Longitude="-0.185137" StarRating="3" HotelCode="18270|byron_2" HotelName="The Byron" Meals="ROOM ONLY" 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="94" TotalAmount="2929.55" OriginalAmount="2900.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.57592" Longitude="-0.2012" StarRating="0" HotelCode="|243040" HotelName="Croft Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Ravenscroft Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/0/4/0/243040_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2930.57" OriginalAmount="2901.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49189" Longitude="-0.19443" StarRating="3" HotelCode="352727" HotelName="Hotel Trebovir" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Trebovir Road, Kensington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0003/52727/352727/41.jpg?f=17594588</HotelPictures>
        <HotelDescription>Property Location With a stay at Trebovir Hotel in London (London City Centre), you'll be convenient to Stamford Bridge Stadium and Royal Albert Hall. This hotel is close to Buckingham Palace and Big Ben. Rooms Make yourself at home in one of the 62 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Conveniences include phones and coffee/tea makers, and you can also request irons/ironing boards. Amenities Make use of convenient amenities, which include complimentary wireless Internet access and concierge services. Guests can catch a ride to nearby destinations on the area shuttle (surcharge). Dining Take advantage of the hotel's room service (during limited hours). Business, Other Amenities Featured amenities include express check-in, a 24-hour front desk, and multilingual staff.
Make use of convenient amenities, which include complimentary wireless Internet access and concierge services. Guests can catch a ride to nearby destinations on the area shuttle (surcharge).
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2933.18" OriginalAmount="2904.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51352" Longitude="-0.1296448" StarRating="3" HotelCode="|189005" HotelName="Z Hotels London Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Moor Street 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/0/5/189005_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2936.07" OriginalAmount="2907.00" MarkupRule="1.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 16/09/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="94" TotalAmount="2937.19" OriginalAmount="2908.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5051249" Longitude="-0.1010336" StarRating="3" HotelCode="|450939" HotelName="Premier Inn London Southwark (Tate Modern)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15a Great Suffork Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/9/3/9/450939_02733421206.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2943.14" OriginalAmount="2914.00" MarkupRule="1.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="94" TotalAmount="2946.58" OriginalAmount="2917.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5107696" Longitude="-0.1840616" StarRating="4" HotelCode="|18056" HotelName="Thistle London Hyde Park Kensington Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 Bayswater Road - W2 3HL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/6/18056_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1961 and renovated in 1999. The establishment has 8 floors, 175 rooms, 42 single rooms and 121 double rooms. In the entrance, you can find a hall with an elevator, a reception, a currency exchange service, a safety deposit box service and a cloakroom. The establishment has a conference room and a car park with a security system. Regarding the food and beverage offering, the establishment has a bar, an Ã  la carte restaurant with air-conditioning and highchairs. The establishment offers internet, a laundry service, room service and a medical care service. SITUATION: This urban hotel is in Bayswater Road, close to Hyde Park. It takes 10 minutes to get to the Notting Hill District. In the surrounding area, clients have Queensway Metro Station. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a fridge, an air-conditioning system, central heating and a safety deposit box. MEALS: The establishment serves buffet breakfast and lunch and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: Check-in is from 16:00 and check-out is from 11:00. &lt;b title='Esta frase debe ser traducida'&gt;Los huÃ©spedes que lleguen antes de las 16:00 horas podrÃ¡n depositar sus pertenencias en la conserjerÃ­a del hotel&lt;/b&gt;.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2948.19" OriginalAmount="2919" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.546416891045" Longitude="-0.0077738128280771" StarRating="4" HotelCode="986135|474852" HotelName="The Gantry London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="2950.42" OriginalAmount="2921.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504976" Longitude="-0.104973" StarRating="3" HotelCode="|80900" HotelName="Ibis London Blackfriars" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 Blackfriars Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/0/0/80900_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant. SITUATION: This hotel is in the city centre, is situated next to Southwark and Blackfriars the underground station of close to the establishment, clients can find the tourist attractions. ROOM: The establishment has 297 rooms with a bathroom, comfortable bed, parquet flooring, a flat-screen television and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2955.26" OriginalAmount="2926.00" MarkupRule="1.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="94" TotalAmount="2957.08" OriginalAmount="2927.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49995" Longitude="-0.15979" StarRating="4" HotelCode="|18041" HotelName="Millennium London Knightsbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SLOAN STREET- KNIGHTSBRIDGE 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/4/1/18041_7bade021303.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1971, renovated in 1996, has 14 floors, 222 rooms, 22 single rooms, 71 double rooms, 32 suites and 4 apartments. In the entrance, guests are offered a lobby with elevators, a reception with safety deposit boxes, a currency exchange service and a cloakroom. Guests have access to a cafÃ©, an inviting bar, a restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. At an extra cost you can use the car park. SITUATION: This luxury, elegant hotel is in London the central area of in the surrounding area, clients can find Hyde Park and Buckingham Palace shops, leisure areas, is located 200 metres away from Knightsbridge the underground station of. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a fridge, an air-conditioning system, a central heating system, a safety deposit box and fitted carpets. FACILITIES: Guests can enjoy a massage service. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2958.29" OriginalAmount="2929.00" MarkupRule="1.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 16/09/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="94" TotalAmount="2959.05" OriginalAmount="2929.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514416" Longitude="-0.070328" StarRating="4" HotelCode="|444400" HotelName="Buckle Street Studios by Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Buckle St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/0/0/444400_4321e470939.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2961.32" OriginalAmount="2932.00" MarkupRule="1.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="2963.34" OriginalAmount="2934.00" MarkupRule="1.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="Free CXL until 17/09/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="63" TotalAmount="2978.49" OriginalAmount="2949.00" MarkupRule="1.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="2986.57" OriginalAmount="2957.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54990112696" Longitude="-0.18099009990692" StarRating="3" HotelCode="35169|quality_hotel_hampstead" HotelName="Quality Hampstead" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Frognal, Hampstead, London NW3 6AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/3d/3e3db05e366b7f9961ed156596cdc9557db9fedf.JPEG</HotelPictures>
        <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="2987.58" OriginalAmount="2958.00" MarkupRule="1.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="2987.58" OriginalAmount="2958.00" MarkupRule="1.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="94" TotalAmount="2987.74" OriginalAmount="2958.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5209007" Longitude="-0.1229" StarRating="3" HotelCode="|18010" HotelName="Thistle Bloomsbury Park" Meals="ROOM ONLY" 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="63" TotalAmount="2993.64" OriginalAmount="2964.00" MarkupRule="1.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="94" TotalAmount="3000.37" OriginalAmount="2970.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51053" Longitude="-0.12862" StarRating="3" HotelCode="|446706" HotelName="Assembly Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 - 31 Charing Cross Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/0/6/446706_456ac041001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3000.71" OriginalAmount="2971.00" MarkupRule="1.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="63" TotalAmount="3001.72" OriginalAmount="2972.00" MarkupRule="1.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="8" TotalAmount="3002.45" OriginalAmount="2972.72" MarkupRule="1.00">
      <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 16/09/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="3003.17" OriginalAmount="2973.44" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="3006.80" OriginalAmount="2977.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515995" Longitude="-0.172839" StarRating="3" HotelCode="|465716" HotelName="Grand Hôtel Bellevue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Norfolk Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/7/1/6/465716_468acef1218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3009.80" OriginalAmount="2980.00" MarkupRule="1.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="3011.82" OriginalAmount="2982.00" MarkupRule="1.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="3019.90" OriginalAmount="2990.00" MarkupRule="1.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="27" TotalAmount="3020.91" OriginalAmount="2991" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51815" Longitude="-0.15829" StarRating="4" HotelCode="114603|458283" HotelName="Z Gloucester Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Gloucester Place, London W1U 8JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348936/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3022.93" OriginalAmount="2993.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49159962976" Longitude="-0.19546241104513" StarRating="3" HotelCode="15386|oliver_plaza_hotel" 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="94" TotalAmount="3025.83" OriginalAmount="2995.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522623" Longitude="-0.104439" StarRating="4" HotelCode="|452272" HotelName="Yotel London City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96-100 Clerkenwell Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/2/7/2/452272_ecdcbe00852.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3025.88" OriginalAmount="2995.92" MarkupRule="1.00">
      <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 18/09/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="63" TotalAmount="3034.04" OriginalAmount="3004.00" MarkupRule="1.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 16/09/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="3038.08" OriginalAmount="3008.00" MarkupRule="1.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="3045.15" OriginalAmount="3015.00" MarkupRule="1.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="27" TotalAmount="3047.17" OriginalAmount="3017" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510989" Longitude="-0.074045" StarRating="3" HotelCode="137293|36332" HotelName="Travelodge London Central Tower Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Goodmans Yard, Lloyds Court Business Centre, London E1 8AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/57/8357825ac4b23858f524a4e20506bb56dd60880d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3053.24" OriginalAmount="3023.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516976" Longitude="-0.068197" StarRating="4" HotelCode="|444398" HotelName="Hyatt Place London City East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Black Lion House, 45 Whitechapel Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/9/8/444398_794d6070957.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3054.01" OriginalAmount="3023.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9276076" Longitude="-81.2130235" StarRating="3" HotelCode="|95270" HotelName="Homewood Suites London Ontario" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bessemer Road London,45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/2/7/0/95270_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3055.27" OriginalAmount="3025.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489863" Longitude="-0.137155" StarRating="3" HotelCode="|17928" HotelName="Best Western Corona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELGRAVE ROAD 85-89</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/2/8/17928_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2002, has 4 floors, 51 rooms, 15 single rooms, 27 double rooms and 9 suites. It has a lobby with an elevator, a reception, a currency exchange service, a cloakroom, a bar and a conference room. The establishment offers internet, room service and a laundry service. SITUATION: This modern, urban hotel is in London the city centre of the Thames and the Buckingham Palace nearby, you will find in front of the establishment, guests have a restaurant, a bar, 100 metres away from the establishment, clients can find a nightclub, Victoria is situated in close to the establishment, guests have Victoria and Pimlico the metro stations of. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, an air-conditioning system, a central heating system and fitted carpets. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3055.66" OriginalAmount="3025.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500135" Longitude="-0.114018" StarRating="4" HotelCode="|534276" HotelName="StowAway Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>137-139 Lower Marsh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/7/6/534276_f7ada951435.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3064.34" OriginalAmount="3034.00" MarkupRule="1.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="3065.35" OriginalAmount="3035.00" MarkupRule="1.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="3068.38" OriginalAmount="3038.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|holiday_inn_londonkings_cross_bloomsbury" HotelName="Crowne Plaza London - Kings Cross" 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,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="95" TotalAmount="3068.56" OriginalAmount="3038.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.545506" Longitude="-0.219789" StarRating="4" HotelCode="4024909" HotelName="The Brondesbury By Nestor" Meals="SUPERIOR STUDIO" BedType="SUPERIOR STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>59 Brondesbury Park,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/24909/4024909/1.jpg?f=17719548</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center or take in the view from a terrace and a garden. Additional features at this aparthotel include complimentary wireless internet access and a communal living room.. Featured amenities include a 24-hour business center and multilingual staff. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3069.39" OriginalAmount="3039.00" MarkupRule="1.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="27" TotalAmount="3077.47" OriginalAmount="3047" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493098588254" Longitude="-0.14424671899588" StarRating="3" HotelCode="34554|35758" HotelName="Comfort Inn Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-24 Belgrave Road, London SW1V 1QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/7a/5c7a7445ac652753ef88e8e8608aedd2bfa36773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Comfort Inn Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3078.48" OriginalAmount="3048.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490286" Longitude="-0.137825" StarRating="3" HotelCode="18525|victoria_inn_london" 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="3089.59" OriginalAmount="3059.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51406363" Longitude="-0.13199634" StarRating="3" 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="94" TotalAmount="3093.39" OriginalAmount="3062.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50598" Longitude="-0.102139" StarRating="3" HotelCode="|28035" HotelName="Holiday Inn Express London - Southwark, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103-109 SOUTHWARK STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/3/5/28035_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 88 modern rooms, a lobby with a reception, lifts, a bar, a restaurant, conference rooms, internet and indoor parking (for a fee). SITUATION: This hotel is near el TÃ¡mesis and places of interest. 5 minutes away from the establishment you have la Tate Modern Gallery, el River Thames Walk and pubs. It is situated 10 minutes away from el Teatro Shakespeares Globe, la Catedral de San Pablo and restaurants. 15 minutes away from the establishment, guests will find el London Eye it is situated 45 minutes away from Bond Street it has excellent transport links to el Royal Festival Hall, al Puente de Londres and the metro station. It is situated 12 minutes away from Waterloo Station. ROOM: All the rooms have individual air-conditioning, a shower, a hairdryer, a direct line telephone, a satellite TV, a radio, a coffee maker, a kettle, a double bed, (available for a fee) and WiFi. You can also find disabled access rooms. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment serves a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3094.64" OriginalAmount="3064.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513829653155" Longitude="-0.17890870571136" StarRating="3" HotelCode="11241|brunel_hotel" HotelName="Brunel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79-81 Gloucester Terrace, London W2 3HB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/dc/27dc1c27b74e7fb03f8fbce55874cfbd1e1f67a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is ideally situated close to Hyde Park at the heart of the Bayswater district of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3098.68" OriginalAmount="3068.00" MarkupRule="1.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="94" TotalAmount="3099.26" OriginalAmount="3068.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4935536" Longitude="-0.1834334" StarRating="4" HotelCode="|17967" HotelName="Millennium and Conference Centre Gloucester London" Meals="ROOM ONLY" 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="63" TotalAmount="3103.73" OriginalAmount="3073.00" MarkupRule="1.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="94" TotalAmount="3105.87" OriginalAmount="3075.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518635" Longitude="-0.166225" StarRating="5" HotelCode="|450247" HotelName="voco London Marylebone by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>233 - 237 Old Marylebone Rd, Westminster Borough</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/2/4/7/450247_1f0fe321247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3124.94" OriginalAmount="3094.00" MarkupRule="1.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="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="3125.95" OriginalAmount="3095.00" MarkupRule="1.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="94" TotalAmount="3127.41" OriginalAmount="3096.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5206985" Longitude="-0.1234" StarRating="3" HotelCode="|17985" HotelName="Bedford" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83-95 Southampton Row</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/8/5/17985_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel was renovated in 2003. It has 7 floors, 72 double rooms and 111 single rooms. It has a reception, lifts, a cafÃ©, a bar, internet at an extra charge and a restaurant. The establishment offers an indoor car park, a car park, room service and a laundry service. SITUATION: This hotel is close to London city centre where you can find shops, leisure areas and entertainment. 10 metres away, guests will find public transport services. In the surrounding area, guests will find the British Museum and Covent Garden ROOM: The rooms have a bathroom with a bath or shower, a direct line telephone, satellite or cable TV, a safety deposit box (available for a fee) and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3127.97" OriginalAmount="3097.00" MarkupRule="1.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="95" TotalAmount="3129.43" OriginalAmount="3098.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493984" Longitude="-0.186791" StarRating="4" HotelCode="195333" HotelName="The Courtfield" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>55 Courtfield Gardens,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/95333/195333/17.jpg?f=17750303</HotelPictures>
        <HotelDescription>Featured amenities include laundry facilities and an elevator..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3131.00" OriginalAmount="3100.00" MarkupRule="1.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="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="3135.04" OriginalAmount="3104.00" MarkupRule="1.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="Free CXL until 17/09/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="63" TotalAmount="3136.05" OriginalAmount="3105.00" MarkupRule="1.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="8" TotalAmount="3137.71" OriginalAmount="3106.64" MarkupRule="1.00">
      <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 17/09/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="63" TotalAmount="3138.07" OriginalAmount="3107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481102" Longitude="-0.438241" StarRating="4" HotelCode="28973|london_heathrow_marriott_hotel" HotelName="London Heathrow Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 17/09/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>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="63" TotalAmount="3143.12" OriginalAmount="3112.00" MarkupRule="1.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="Non Refundable">
        <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="3148.17" OriginalAmount="3117.00" MarkupRule="1.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="27" TotalAmount="3149.18" OriginalAmount="3118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.533671698033" Longitude="-0.1219763452973" StarRating="3" HotelCode="795902|227138" HotelName="hub by Premier Inn London King's Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="3153.22" OriginalAmount="3122.00" MarkupRule="1.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="94" TotalAmount="3154.48" OriginalAmount="3123.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4903379" Longitude="-0.1385907" StarRating="3" HotelCode="|22234" HotelName="Sidney London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELGRAVE ROAD 68-76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/3/4/22234_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1875, was renovated in 1999, has 14 single rooms, 47 double rooms and 6 floors. It has a reception, a safety deposit box service, a cloakroom, lifts and internet. SITUATION: This urban hotel is close to the city centre, 100 metres away from the establishment, you can find a public transport stop, 800 metres away, there is restaurants, bars, 1500 metres away from the establishment, clients can find a nightclub, shops. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio and internet. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3156.61" OriginalAmount="3125.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493252" Longitude="-0.257219" StarRating="4" HotelCode="|445308" HotelName="room2 Chiswick Hometel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Windmill Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/0/8/445308_2b3797c0951.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3157.26" OriginalAmount="3126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|4188" HotelName="Thistle Kensington Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Bayswater Road, London W2 3HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/26/5426ae049bb3b8c97b3f5c483e4a586053584a82.jpeg</HotelPictures>
        <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="3157.26" OriginalAmount="3126.00" MarkupRule="1.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="Free CXL until 31/08/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="63" TotalAmount="3158.27" OriginalAmount="3127.00" MarkupRule="1.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="3159.28" OriginalAmount="3128.00" MarkupRule="1.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="3162.31" OriginalAmount="3131.00" MarkupRule="1.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="3162.31" OriginalAmount="3131.00" MarkupRule="1.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="94" TotalAmount="3175.02" OriginalAmount="3143.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.546629" Longitude="-0.007814" StarRating="4" HotelCode="|444641" HotelName="The Gantry London, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Celebration Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/4/1/444641_c269b191002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3178.47" OriginalAmount="3147.00" MarkupRule="1.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="94" TotalAmount="3180.11" OriginalAmount="3148.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5241265" Longitude="-0.0785034" StarRating="4" HotelCode="|221577" HotelName="Citizenm London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Holywell Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/5/7/7/221577_1_7000.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3190.59" OriginalAmount="3159" MarkupRule="1.00">
      <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="27" TotalAmount="3196.65" OriginalAmount="3165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493301286729" Longitude="-0.18310904502869" StarRating="4" HotelCode="44236|7071" HotelName="Millennium Gloucester Hotel London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-18 Harrington Gardens, London SW7 4LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/a3/e9a3bd74d016afd62a1db8d1dd10493ff0208d26.JPEG</HotelPictures>
        <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="95" TotalAmount="3198.86" OriginalAmount="3167.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49431575" Longitude="-0.19092019999999998" StarRating="3" HotelCode="4057789" HotelName="The Knaresborough by Nestor" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>6 Knaresborough Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/57789/4057789/1.jpg?f=17707323</HotelPictures>
        <HotelDescription />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3206.43" OriginalAmount="3174.68" MarkupRule="1.00">
      <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 16/09/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="63" TotalAmount="3206.75" OriginalAmount="3175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49883" Longitude="-0.192032" StarRating="4" HotelCode="16086|the_kensington_close_hotel__spa" HotelName="Holiday Inn London - Kensington High St." Meals="ROOM ONLY" 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="63" TotalAmount="3207.76" OriginalAmount="3176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513272969002" Longitude="-0.19036710262299" StarRating="3" HotelCode="25121|the_princes_square_hotel" HotelName="The Princes Square Hotel" Meals="ROOM ONLY" 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="94" TotalAmount="3207.97" OriginalAmount="3176.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5125951" Longitude="-0.1909686" StarRating="4" HotelCode="|21879" HotelName="The Princes Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES SQUARE 23-25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/7/9/21879_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 4 floors and 50 rooms. In the entrance, guests are offered a reception and a lift. SITUATION: It has excellent transport links to public transport, near the establishment, you will find Buckingham Palace, Kensington Palace and Hyde Park tourist points of interest, such as it is situated 30 kilometres away from London Heathrow Airport. ROOM: The establishment has standard rooms with a bathroom, They are equipped with a shower, a hairdryer, a direct line telephone, a satellite television, internet and central heating. OTHERS: The establishment serves a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3210.49" OriginalAmount="3178.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47428" Longitude="-0.018932" StarRating="4" HotelCode="|80905" HotelName="Doubletree By Hilton London - Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Catherine Grove</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/0/5/80905_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Mercure London Greenwich is rated four stars. It has WiFi in rooms, a restaurant, a bar and a gym (free of charge). SITUATION: This establishment is in Royal Greenwich, is situated 15 minutes walk away from Cutty Sark, close to the establishment, clients can find Canary Wharf, the establishment is close to the exhibition centre ExCeL. It has excellent transport links to modes of transport. ROOM: The establishment has 145 rooms with telephone, voicemail, a safety deposit box, a hairdryer, an iron, an ironing set, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3211.80" OriginalAmount="3180.00" MarkupRule="1.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/09/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="3211.80" OriginalAmount="3180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521606462475" Longitude="-0.13449276353435" StarRating="0" HotelCode="795884|london_goodge_street" HotelName="hub by Premier Inn London Goodge Street" Meals="ROOM ONLY" 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="3212.81" OriginalAmount="3181.00" MarkupRule="1.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="Non Refundable" 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="3217.86" OriginalAmount="3186.00" MarkupRule="1.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="3221.90" OriginalAmount="3190.00" MarkupRule="1.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="3228.97" OriginalAmount="3197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51196526717" Longitude="-0.1807791226845" StarRating="4" HotelCode="47679|commodore_hotel" HotelName="Commodore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Lancaster Gate, Hyde Park, W2 3NA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/4c/094c980a93cf90ea086a25c71ab98ad1d71af103.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Commodore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3228.97" OriginalAmount="3197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514214403894" Longitude="-0.18090158700943" StarRating="4" HotelCode="114260|the_park_grand_london_paddington" HotelName="Park Grand London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="3230.19" OriginalAmount="3198.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494529" Longitude="-0.1186016" StarRating="4" HotelCode="|25254" HotelName="Novotel London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAMBETH ROAD 113-127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/5/4/25254_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a bar, a restaurant, a safety deposit box service, a currency exchange service, a lift, a kiosk, conference rooms and internet. The establishment boasts a car park and an indoor car park. The hotel has 185 double rooms and 2 suites. SITUATION: This hotel is near Eurostar de Waterloo the Station of Lambeth Road it is in Close to the Thames the river In front of and, Around the establishment, clients can find points of interest, is situated 5 minutes walk away from Lambeth North the metro station 1 kilometre away from the establishment, guests will find shops, restaurants, is located 500 metres away from bars, pubs. ROOM: All the rooms have internet, WiFi, a safe, a mini-bar, a television, a direct line telephone, a hairdryer and a radio. Clients are offered 10 disabled access rooms. FACILITIES: This establishment has a sauna, a steam bath and a gym. OTHERS: Regarding the food and beverage offering, clients can enjoy all meals in a buffet form, The establishment also offers an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3233.01" OriginalAmount="3201.00" MarkupRule="1.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="27" TotalAmount="3244.12" OriginalAmount="3212" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500408" Longitude="-0.107602" StarRating="3" HotelCode="165982|31571" HotelName="Travelodge London Central Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195-203 Waterloo Road, London SE1 8UX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/83/85839448450df6f6555cb4e56101162dde676f45.jpeg</HotelPictures>
        <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="3249.17" OriginalAmount="3217.00" MarkupRule="1.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="3249.17" OriginalAmount="3217.00" MarkupRule="1.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="3250.18" OriginalAmount="3218.00" MarkupRule="1.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="94" TotalAmount="3253.60" OriginalAmount="3221.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522286" Longitude="-0.142609" StarRating="4" HotelCode="|17991" HotelName="Holiday Inn London - Regent's Park, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CARBURTON STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/9/1/17991_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a restaurant and a bar. SITUATION: This establishment, Londres it is in Close to, the museum, theatres, and Oxford Street the shopping area of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3254.22" OriginalAmount="3222.00" MarkupRule="1.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="3254.22" OriginalAmount="3222.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515381346449" Longitude="-0.07494840420145" StarRating="1" 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="94" TotalAmount="3256.02" OriginalAmount="3223.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.539248" Longitude="-0.103749" StarRating="0" HotelCode="|446705" HotelName="Citadines Islington London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Shelley Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/0/5/446705_5e883111054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3258.26" OriginalAmount="3226.00" MarkupRule="1.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="3258.26" OriginalAmount="3226.00" MarkupRule="1.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="3262.30" OriginalAmount="3230.00" MarkupRule="1.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="94" TotalAmount="3270.77" OriginalAmount="3238.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.532288" Longitude="-0.120043" StarRating="1" HotelCode="|533483" HotelName="St Pancras Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54-58 Caledonian Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/8/3/533483_6f2847b1151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3271.87" OriginalAmount="3239.48" MarkupRule="1.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 10/09/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="63" TotalAmount="3272.40" OriginalAmount="3240.00" MarkupRule="1.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="3273.41" OriginalAmount="3241.00" MarkupRule="1.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="94" TotalAmount="3274.67" OriginalAmount="3242.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5094645" Longitude="-0.0833718" StarRating="3" HotelCode="|386052" HotelName="Premier Inn London Bank - Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 St Mary At Hill, City Of London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/0/5/2/386052_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3275.43" OriginalAmount="3243.00" MarkupRule="1.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="8" TotalAmount="3279.35" OriginalAmount="3246.88" MarkupRule="1.00">
      <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 14/09/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="3279.47" OriginalAmount="3247.00" MarkupRule="1.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="94" TotalAmount="3284.26" OriginalAmount="3251.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5167167" Longitude="-0.0698395" StarRating="0" HotelCode="|448657" HotelName="Hampton By Hilton London Old Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-33 Westland Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/6/5/7/448657_a1a22e81837.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3287.44" OriginalAmount="3254.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5159026" Longitude="-0.1749082" StarRating="4" HotelCode="|26477" HotelName="Mercure London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRAED STREET 144</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/7/7/26477_96034770742.jpg</HotelPictures>
        <HotelDescription>HOTEL: renovated in 2005 and it is in a lively street 5 floors and 83 rooms. In the entrance, you can find a lobby with elevators, a reception, a bar and a restaurant. The establishment offers guests a conference room, internet, room service and a laundry service. SITUATION: It is in a central area, is near Paddington the underground station of it is well-connected with the city centre, Where you can find shops, leisure areas and monuments. It is located in front of a bus stop, is 15 minutes away from the airport. ROOM: The rooms have a bathroom, a direct line telephone, satellite or cable TV, internet, fitted carpets, an air-conditioning system, central heating and a safe (available for a fee). FACILITIES: The establishment boasts a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3288.56" OriginalAmount="3256.00" MarkupRule="1.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="94" TotalAmount="3288.97" OriginalAmount="3256.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51247" Longitude="-0.075576" StarRating="0" HotelCode="|446701" HotelName="One London - Tower Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24-26 Minories</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/0/1/446701_513d67c1449.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3295.63" OriginalAmount="3263.00" MarkupRule="1.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="94" TotalAmount="3296.94" OriginalAmount="3264.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5265155" Longitude="-0.1272896" StarRating="3" HotelCode="|167699" HotelName="Judd" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Cartwright Garden</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/6/9/9/167699_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment is near the Station of Euston. 7 minutes walk away, you can find the Railway Station of London King's Cross. FACILITIES: Guests are offered WiFi (free of charge) and breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3299.91" OriginalAmount="3267.24" MarkupRule="1.00">
      <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="Free CXL until 16/09/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">
        <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="94" TotalAmount="3301.84" OriginalAmount="3269.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5136032" Longitude="-0.179772" StarRating="4" HotelCode="|18043" HotelName="Park Grand Paddington Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DEVONSHIRE TERRACE 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/4/3/18043_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, has 6 floors and 195 rooms. Guests have access to a lift, a bar and a restaurant. SITUATION: This comfortable hotel is situated in a central area, is in Bayswater the district of 150 metres away from the establishment, you can find Paddington the metro station of 100 metres away, there is public transport. ROOM: The comfortable rooms, have a bathroom, a hairdryer and a direct line telephone. OTHERS: The establishment serves a buffet breakfast, Clients have at their disposal a snack bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3302.70" OriginalAmount="3270" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498423" Longitude="-0.208623" StarRating="2" HotelCode="888829|11649" 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="8" TotalAmount="3309.20" OriginalAmount="3276.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52074" Longitude="-0.123507" StarRating="3" HotelCode="10737|8941" HotelName="The Bedford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/09/2026" 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="94" TotalAmount="3309.64" OriginalAmount="3276.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5104825" Longitude="-0.1336186" StarRating="3" HotelCode="|446690" HotelName="Zedwell Piccadilly Circus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Great Windmill Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/9/0/446690_0ec9cf51014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3314.82" OriginalAmount="3282.00" MarkupRule="1.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="3331.99" OriginalAmount="3299.00" MarkupRule="1.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 10/09/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="3334.01" OriginalAmount="3301.00" MarkupRule="1.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="3336.03" OriginalAmount="3303.00" MarkupRule="1.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="3339.06" OriginalAmount="3306.00" MarkupRule="1.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="8" TotalAmount="3344.59" OriginalAmount="3311.48" MarkupRule="1.00">
      <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 18/09/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="3345.12" OriginalAmount="3312.00" MarkupRule="1.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="94" TotalAmount="3358.71" OriginalAmount="3325.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5141983" Longitude="-0.1572" StarRating="4" HotelCode="|18080" HotelName="Thistle London Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BRYANSTON STREET, MARBLE ARCH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/8/0/18080_964f0be0806.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1934, has 8 floors, 338 rooms and 13 suites. In the entrance, you can find a reception, a lift, a cloakroom and a kiosk. The establishment has a cafÃ©, a bar, a restaurant with air-conditioning, a conference room and WiFi (free of charge), The establishment offers a laundry service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3362.27" OriginalAmount="3328.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5139999" Longitude="-0.1804" StarRating="4" HotelCode="|20389" HotelName="The Caesar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUEENS GARDENS 26-33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/9/20389_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Victorian style hotel, has a restaurant and a bar. It has 140 inviting rooms. SITUATION: This hotel is in the residential area of Queensgarden. Near the establishment, you will find tourist areas where you can find Hyde Park, Marble Arch, Bond Street, Oxford Street and Regent Street. 800 metres away, clients have shops, nightclubs and a public transport stop. Just 400 metres away, clients will find the metro station. 500 metres away, guests will find bars and restaurants. ROOM: It has comfortable rooms. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and a set-menu dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3362.29" OriginalAmount="3329.00" MarkupRule="1.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="94" TotalAmount="3365.43" OriginalAmount="3332.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53055" Longitude="-0.056204" StarRating="5" HotelCode="|70424" HotelName="Town Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PATRIOT SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/4/2/4/70424_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Town Hall is rated five stars. It was opened in 2010 and is perfect for business and holiday stays. SITUATION: This establishment is in Bethnal Green, 15 minutes away from the establishment guests have the business area. It is well-connected with the West End, ROOM: Customers can find large, comfortable rooms with a bathroom, apartments with a living room-bedroom, a DVD player and a satellite TV. FACILITIES: The establishment boasts a covered pool, a cocktail bar, a restaurant, conference rooms and banquet hall.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3366.33" OriginalAmount="3333.00" MarkupRule="1.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="3368.35" OriginalAmount="3335.00" MarkupRule="1.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="3373.40" OriginalAmount="3340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.535464955734" Longitude="-0.18991649150848" StarRating="4" HotelCode="29212|marriott_london_maida_vale" HotelName="London Marriott Hotel Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Parade, Maida Vale, London NW6 5RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/ec/3cec538d7d4a3387e4094f00d73bda7456d251f6.JPEG</HotelPictures>
        <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="3378.45" OriginalAmount="3345.00" MarkupRule="1.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="Free CXL until 17/09/2026">
        <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="3381.48" OriginalAmount="3348.00" MarkupRule="1.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="94" TotalAmount="3383.28" OriginalAmount="3349.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5141497" Longitude="-0.0760184" StarRating="4" HotelCode="|212922" HotelName="Leonardo London Aldgate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Aldgate Hight Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/9/2/2/212922_76421de1454.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3387.54" OriginalAmount="3354.00" MarkupRule="1.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="3389.56" OriginalAmount="3356.00" MarkupRule="1.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="94" TotalAmount="3390.51" OriginalAmount="3356.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512291" Longitude="-0.033519" StarRating="0" HotelCode="|444431" HotelName="Limehouse Library" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>638 Commercial Road, Tower Hamlets</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/3/1/444431_106d1cb0824.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3391.79" OriginalAmount="3358.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49189" Longitude="-0.12129" StarRating="4" HotelCode="|444651" HotelName="Hyatt Regency London Albert Embankment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Albert Embankment</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/5/1/444651_9e2507a1534.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3398.03" OriginalAmount="3364.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528822" Longitude="-0.12147" StarRating="3" HotelCode="|533204" HotelName="Argo - Kings Cross" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Argyle Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/2/0/4/533204_c701ab91103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3399.22" OriginalAmount="3365.56" MarkupRule="1.00">
      <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 18/09/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="63" TotalAmount="3400.67" OriginalAmount="3367.00" MarkupRule="1.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="3401.68" OriginalAmount="3368.00" MarkupRule="1.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="3409.76" OriginalAmount="3376.00" MarkupRule="1.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="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="63" TotalAmount="3412.79" OriginalAmount="3379.00" MarkupRule="1.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="3414.81" OriginalAmount="3381.00" MarkupRule="1.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="94" TotalAmount="3422.75" OriginalAmount="3388.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5290759" Longitude="-0.0967394" StarRating="4" HotelCode="|444496" HotelName="nhow London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Macclesfield Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/9/6/444496_5de00240953.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3424.88" OriginalAmount="3390.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5070547" Longitude="-0.0929171" StarRating="3" HotelCode="|167543" HotelName="Premier Inn London Southwark (Bankside) " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bankside, 34 Park Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/5/4/3/167543_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated next to the river the Thames, close to the theatre The Globe, el Tate Modern, el London Dungeon and el London Eye. It is a 18-minute metro ride away from the centre of Londres. 6 minutes walk away, you can find El London Bridge, the railway station and the metro station. MEALS: Clients have at their disposal a pub. Guests are offered a breakfast service, lunch service and dinner service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3425.92" OriginalAmount="3392.00" MarkupRule="1.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="94" TotalAmount="3428.73" OriginalAmount="3394.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4908405" Longitude="-0.13898" StarRating="3" HotelCode="|53599" HotelName="Four Points Flex by Sheraton London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELGRAVE ROAD 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/9/9/53599_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has a breakfast room and a lift. It has 50 recently renovated rooms. SITUATION: 10 minutes away from the establishment, clients can findVictoria the Station of it is well-connected with tourist points of interest. ROOM: The rooms a bathroom with a shower, They have a television, a direct line telephone, a hairdryer and a courtesy tea and coffee service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3430.79" OriginalAmount="3396.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.486842" Longitude="-0.187672" StarRating="3" HotelCode="|475592" HotelName="Cleveland Residences Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Redcliffe Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/9/2/475592_9aea3811222.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3433.11" OriginalAmount="3399.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.497757" Longitude="-0.081261" StarRating="4" HotelCode="|67138" HotelName="The Bermondsey Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BERMONDSEY SQUARE, TOWER BRIDGE ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/3/8/67138_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 2 bars and Alfie's Kitchen the restaurant Guests can also find 3 treatment cabins, a business centre, 3 meeting rooms and fully-equipped. ROOM: The establishment has 79Â designer rooms with a shower, a television, a stereo, bedding and toiletry set. You can also find a mini-bar, an iron, an ironing board with a hairdryer and a desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3436.02" OriginalAmount="3402" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857926|406153" HotelName="London Farringdon (Smithfield) hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="63" TotalAmount="3444.10" OriginalAmount="3410.00" MarkupRule="1.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="3447.57" OriginalAmount="3413.44" MarkupRule="1.00">
      <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="Free CXL until 16/09/2026" 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="63" TotalAmount="3451.17" OriginalAmount="3417.00" MarkupRule="1.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="95" TotalAmount="3459.31" OriginalAmount="3425.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519905" Longitude="-0.123929" StarRating="4" HotelCode="97113" HotelName="Grange Clarendon" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>34-37 Bedford Place,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/97113/97113/31.jpg?f=17752643</HotelPictures>
        <HotelDescription>Take in the views from a garden and make use of amenities such as complimentary wireless internet access and concierge services.. Featured amenities include a business center, limo/town car service, and express check-out..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3461.27" OriginalAmount="3427.00" MarkupRule="1.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="94" TotalAmount="3470.30" OriginalAmount="3435.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5137018" Longitude="-0.1588538" StarRating="4" HotelCode="|20369" HotelName="The Cumberland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Great Cumberland Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/6/9/20369_46e23f71026.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 8 floors 1019 standard rooms, 127 single rooms, 861 double rooms, 8 family rooms, 18 junior suites and 5 suites. With regards to the food and beverage offering, the establishment has restaurants and 3 bars. The establishment boasts a business centre, a gym and a shop. SITUATION: This hotel is in London city centre, next to the Marble Arch Monument. Close to the establishment, guests have Marble Arch Underground Station. Around the establishment, clients can find shops, entertainment areas and tourist areas. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a safe, a television and internet. FACILITIES: The establishment boasts a gym (free of charge). OTHERS: Clients have at their disposal 3 restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3470.36" OriginalAmount="3436.00" MarkupRule="1.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="27" TotalAmount="3471.37" OriginalAmount="3437" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513794" Longitude="-0.17599100000007" StarRating="4" HotelCode="915057|57453" HotelName="Go Native Hyde Park Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>208 Sussex Gardens, Paddington, London W2 3UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e7/b7e791fc11b68ab13b9c7b59ea0f4fab20d1a13f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Go Native Hyde Park Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3475.41" OriginalAmount="3441.00" MarkupRule="1.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="94" TotalAmount="3475.76" OriginalAmount="3441.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49728" Longitude="-0.019037" StarRating="0" HotelCode="|461902" HotelName="Clover Court by Aeria Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Millharbour</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/9/0/2/461902_5f3d7741059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3479.45" OriginalAmount="3445.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507087056375" Longitude="-0.12465727293352" StarRating="4" HotelCode="25513|citadines_prestige_trafalgar_square_london_2" HotelName="Citadines Trafalgar Square London" Meals="ROOM ONLY" 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="3485.63" OriginalAmount="3451.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522064270659" Longitude="-0.097726101852459" StarRating="3" HotelCode="37816|25858" HotelName="Citadines Barbican London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 16/09/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="27" TotalAmount="3487.53" OriginalAmount="3453" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514841874148" Longitude="-0.070705715299482" StarRating="4" HotelCode="563109|229018" HotelName="Clayton Hotel City of London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3488.54" OriginalAmount="3454.00" MarkupRule="1.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="3492.58" OriginalAmount="3458.00" MarkupRule="1.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="94" TotalAmount="3494.24" OriginalAmount="3459.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500502" Longitude="-0.09066" StarRating="0" HotelCode="|37488" HotelName="Marlin Apartments London Bridge - Empire Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Empire Square West, 34 Long Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/4/8/8/37488_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 202 apartments internet (free of charge), a lift, a welcome kit and a cleaning service. Our guests can find a lobby with WiFi and a concierge. On request, you can find a dry cleaner's, a car park and a babysitting service. Guests can enjoy coffee shops, restaurants and shops. SITUATION: Near the establishment, guests will find museums, near the establishment, you will find the Clink Prison, the London Dungeon and Tate Modern the museums of Near the establishment, guests will findShakespeare's Globe the Theatre of it is close to London the Tower of the Tower Bridge in the surrounding area, clients have it is near Borough the market Southwark the cathedral it is situated 29 kilometres away from London Heathrow Airport it is 47 kilometres away from Gatwick Airport it is 57 kilometres away from Stansted Airport. ROOM: Customers can find bright, spacious apartments, They have large windows, a bathroom with a bath, a shower, a hairdryer, a direct line telephone and a television. They also have a radio, internet, a kitchen a fridge, an oven, a microwave, a washing machine, a coffee maker, a kettle and an iron. Guests can find a king size or double bed, central heating and a living room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3496.62" OriginalAmount="3462.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49205537" Longitude="-0.12139442" StarRating="3" 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="3499.65" OriginalAmount="3465.00" MarkupRule="1.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="94" TotalAmount="3500.00" OriginalAmount="3465.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501416" Longitude="-0.116358" StarRating="4" HotelCode="|37595" HotelName="Park Plaza County Hall London" Meals="ROOM ONLY" 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="94" TotalAmount="3505.06" OriginalAmount="3470.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4242764" Longitude="-0.2291089" StarRating="4" HotelCode="|166877" HotelName="Du Vin Cannizaro House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Westside, Wimbledon Common</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/8/7/7/166877_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, lovely gardens and a car park (free of charge). SITUATION: This boutique hotel Wimbledon Common it is situated next to It has excellent transport links to points of interest, is situated 1,9 kilometres away from Wimbledon the underground station of about 35 minutes away (by car) from London Heathrow Airport 12,8 kilometres away, you can find Twickenham the Stadium of it is situated 9,6 kilometres away from Hampton Court the Palace of los jardines de Kew 11,2 hours away from. ROOM: All the rooms have a bathroom, WiFi (free of charge), coffee service, modern bathrooms, heated floor, a mirror and a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3511.09" OriginalAmount="3476.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502559" Longitude="-0.217325" StarRating="4" HotelCode="|17934" HotelName="Indigo London K West Shepherd's Bush by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RICHMOND WAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/3/4/17934_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays and business stays. It has a reception, a restaurant and a bar. The establishment offers internet, a conference room, lifts and a car park. SITUATION: This hotel is in London is situated in the Notting Hill district. Next to the establishment, clients can find Kensington High Street close to the establishment, guests have tourist areas. Nearby, you will find Bond Street and the West End ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV and internet. They also have a mini-bar, a central heating system, a safety deposit box and fitted carpets. FACILITIES: The establishment has a leisure centre, a jacuzzi, a sauna and a gym (available for a fee). Clients can enjoy activities such as kick-boxing and aerobics. Customers can make use of a massage service and beauty treatments (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy continental and English breakfast. Clients can also find a restaurant and the snack bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3511.77" OriginalAmount="3477.00" MarkupRule="1.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="94" TotalAmount="3512.86" OriginalAmount="3478.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506699" Longitude="-0.073612" StarRating="4" HotelCode="|17992" HotelName=" The Tower, by Thistle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>St Katharine's Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/9/2/17992_1_1620.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This urban hotel is in the leisure area, Where guests can enjoy and. In the surrounding area you can enjoy shops, restaurants and bars. nearby, there is a metro station. HOTEL: This modern hotel is ideal for holidays or business trips. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3513.47" OriginalAmount="3478.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.497793746265" Longitude="-0.18355160951614" StarRating="3" HotelCode="33050|25860" HotelName="Citadines South Kensington London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="3519.57" OriginalAmount="3484.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4739919" Longitude="-0.184017" StarRating="4" HotelCode="|20033" HotelName="Doubletree By Hilton London - Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Imperial Road, Imperial Wharf - Chelsea</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/3/3/20033_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and renovated in 2004. It has 172 rooms and 6 floors. The establishment boasts a reception, a currency exchange service, a cloakroom, lifts, a conference room, a laundry service, a car park, indoor parking, a restaurant with air-conditioning and internet. SITUATION: This trendy hotel Chelsea it is in in the surrounding area, clients have King's Road the Street of near the establishment, guests will find restaurants, pubs, 50 metres away, there is a public transport stop. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar and a safety deposit box. They also have a central heating system, tiled floors and fitted carpets. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and a set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3526.49" OriginalAmount="3491.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51169" Longitude="-0.092826" StarRating="4" HotelCode="|42259" HotelName="Marlin Apartments London City - Queen Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUEEN STREET 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/5/9/42259_c1426f10433.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, is situated in a business area, has 90 apartments, a cleaning service and 6 studios. The establishment has a lobby with a reception, express check-out and a lift. SITUATION: It is situated near the tourist attractions, this hotel is situated 27 kilometres away from London Heathrow Airport it is 49 kilometres away from Gatwick Airport It is situated 57 kilometres away fromLondres Stansted and Luton the airports of. ROOM: Guests are offered apartments with a bathroom, a shower, a bath, a hairdryer, a kitchen with fridge, a hob, a microwave, a coffee maker, a kettle, a king-size bed, a direct line telephone, a satellite television, a radio, internet, a washing machine, an iron and central heating. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3534.52" OriginalAmount="3499.52" MarkupRule="1.00">
      <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 16/09/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="63" TotalAmount="3539.04" OriginalAmount="3504.00" MarkupRule="1.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 06/09/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="3539.04" OriginalAmount="3504.00" MarkupRule="1.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="94" TotalAmount="3542.54" OriginalAmount="3507.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5318977" Longitude="-0.1223248" StarRating="3" HotelCode="|167541" HotelName="Premier Inn London King's Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 - 30 York Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/5/4/1/167541_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel is next to the Railway Station of London King's Cross and the metro station King's Cross St Pancras. 30 minutes walk away, guests can find Regent's Park, 25 minutes away by metro, guests can find Westminster Abbey, ROOM: It has bright, modern rooms with TV, a kettle, a coffee maker and WiFi (free of charge). They also have an air-conditioning system, a writing desk, a bathroom with a hairdryer and toiletries.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3543.08" OriginalAmount="3508.00" MarkupRule="1.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="Free CXL until 17/09/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="3544.29" OriginalAmount="3509.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50831085" Longitude="0.04103809" StarRating="3" HotelCode="556570|559823" HotelName="Hampton by Hilton London Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="3549.61" OriginalAmount="3514.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501229" Longitude="-0.023415" StarRating="4" HotelCode="|213303" HotelName="NOVOTEL CANARY WHARF" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Marsh Wall, Tower Hamlets</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/3/0/3/213303_a491d740956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3550.43" OriginalAmount="3515.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5080757" Longitude="0.022005" StarRating="4" HotelCode="|18035" HotelName="Crowne Plaza London - Docklands, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WESTERN GATEWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/5/18035_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 210 rooms and 5 floors. In the entrance, you can find a lobby, a sitting area and lifts. Guests have access to a lovely coffee shop, a bar, a restaurant and a car park. SITUATION: This wonderful hotel is in London the docks area close to the establishment, clients can find Canary Wharf the financial district of it is located close to London the city centre of a few minutes walk away, there is a public transport stop. ROOM: They have disabled facilities, a bathroom with a hairdryer, a direct line telephone, a radio, a satellite or cable television, an air-conditioning system and notebook connection. Guests are offered suites, They have views of the dock, views of Millennium the cathedral andthe River Thames and Tower Bridge views of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3553.18" OriginalAmount="3518.00" MarkupRule="1.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="8" TotalAmount="3556.65" OriginalAmount="3521.44" MarkupRule="1.00">
      <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 16/09/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="63" TotalAmount="3562.27" OriginalAmount="3527.00" MarkupRule="1.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="94" TotalAmount="3564.84" OriginalAmount="3529.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4939003" Longitude="-0.1826" StarRating="4" HotelCode="|17960" HotelName="The Bailey’s Hotel London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GLOUCESTER ROAD 140</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/0/17960_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building is Victorian style, In the establishment entrance, guests will find a reception, a cloakroom and a lift. Guests have access to a bar, a pub, a set-menu restaurant, with air-conditioning with a non-smoking area. The establishment has various facilities, such as conference rooms, internet, room service and a laundry service. SITUATION: This smart hotel is in Kensington the heart of it is well-connected with the metro station, bus, in the surrounding area of the establishment, guests can find shops, leisure areas. ROOM: Clients are offered 212 comfortable rooms, fully-equipped, elegant bathrooms, a shower with a hairdryer, a direct line telephone, a satellite television, internet, a mini-bar, a safe, a central heating system and fitted carpets. FACILITIES: Clients can use a gym. MEALS: Guests are offered all meals in a buffet format and dietary restrictions can be accommodated. PAYMENT METHODS: Customers can pay using American Express, Mastercard, Eurocard, Visa and Diners Club. OBSERVATIONS: Clients have a car park (for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3574.39" OriginalAmount="3539.00" MarkupRule="1.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="27" TotalAmount="3580.45" OriginalAmount="3545" MarkupRule="1.00">
      <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="63" TotalAmount="3580.45" OriginalAmount="3545.00" MarkupRule="1.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="63" TotalAmount="3580.45" OriginalAmount="3545.00" MarkupRule="1.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="63" TotalAmount="3581.46" OriginalAmount="3546.00" MarkupRule="1.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="63" TotalAmount="3582.47" OriginalAmount="3547.00" MarkupRule="1.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="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="8" TotalAmount="3586.87" OriginalAmount="3551.36" MarkupRule="1.00">
      <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 16/09/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="63" TotalAmount="3594.59" OriginalAmount="3559.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514658943243" Longitude="-0.10890111488993" StarRating="4" HotelCode="400832|saco_st_pauls__red_lion_court" HotelName="City2Stay Serviced Apartments Red Lion Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Red Lion Court, Holborn, London EC4A 3EF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cb/4dcb05ecc0882c624da8c2ac616032b9e3146d52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is City2Stay Serviced Apartments Re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3598.63" OriginalAmount="3563" MarkupRule="1.00">
      <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="94" TotalAmount="3602.45" OriginalAmount="3566.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505604" Longitude="-0.095361" StarRating="4" HotelCode="|25253" HotelName="Novotel London Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOUTHWARK BRIDGE ROAD 53-61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/5/3/25253_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2003, has 168 double rooms, 4 suites and 6 floors. The establishment offers guests a hall with elevators, a reception and a bar. The establishment boasts internet at an extra charge, a restaurant with air-conditioning, an indoor car park and a playground. SITUATION: This hotel is situated next to the Thames River. It is located close to London city centre where you can find shops and leisure areas. 2 minutes away from the establishment you have London Bridge Underground Station. ROOM: It has cosy rooms with air-conditioning, a hairdryer, a mini-bar, a safe (available for a fee), a direct line telephone, a radio, satellite or cable TV and internet. FACILITIES: There are many facilities and services available at the establishment, including a sauna, a steam bath and a gym. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3603.68" OriginalAmount="3568.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506738896538" Longitude="-0.073898127647453" StarRating="4" HotelCode="18522|the_tower_a_guoman_hotel" HotelName="The Tower Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,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="3613.78" OriginalAmount="3578.00" MarkupRule="1.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="94" TotalAmount="3615.59" OriginalAmount="3579.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53087" Longitude="-0.12483" StarRating="5" HotelCode="|183837" HotelName="Kaya Great Northern Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kings Cross St Pancras Station</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/3/7/183837_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3616.10" OriginalAmount="3580.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4939995" Longitude="-0.1918" StarRating="4" HotelCode="|22833" HotelName="Park Grand London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33-37 HOGRATH ROAD, KENSINGTON, LONDON SW5 0QQ, ENGLAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/3/3/22833_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: this building and was built in 1900. It has 86 rooms, 3 single rooms, 75 double rooms and 8 suites. In the establishment entrance, guests will find a lobby with a reception, a lift and a safety deposit box service. Guests have access to an Ã  la carte restaurant and a conference room. There are many services available at the establishment, including internet, a laundry service and a car park. SITUATION: It is on a peaceful street, is in London the tourist centre of Where you can find tourist points of interest, 100 metres away, there is the metro station. ROOM: Standard rooms with a hairdryer, They have a direct line telephone, satellite and cable television, internet, fitted carpets and a central heating system. OTHERS: Regarding the food and beverage offering, you can enjoy all meals in a buffet form.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3616.81" OriginalAmount="3581.00" MarkupRule="1.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="94" TotalAmount="3617.09" OriginalAmount="3581.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503454" Longitude="-0.220285" StarRating="3" HotelCode="|126557" HotelName="Ibis London Shepherds Bush - Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 - 5 Rockley Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/5/5/7/126557_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inLondres western 5 minutes away from the establishment, you can find a commercial centre excellent transport links to public transport services. ROOM: Customers can find 128 rooms with a bathroom, a flat-screen television and a coffee maker. FACILITIES: The establishment boasts WiFi (free of charge) and a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3622.26" OriginalAmount="3586.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.5635903" Longitude="-3.5249115" StarRating="4" HotelCode="176490" HotelName="The Wellington Hotel By Blue Orchid" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>71 Vincent Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/76490/176490/51.jpg?f=17743156</HotelPictures>
        <HotelDescription>The Wellington is a luxury 4 star hotel near Victoria Station, London. Nestled in a tranquil Westminster enclave on leafy Vincent Square, The Wellington hotel combines traditional elegance with contemporary style and modern decor. Overlooking its own private gardens and terraces,a classically elegant style, The Wellington hotel features 160 beautifully appointed bedrooms and spacious, deluxe apartments complete with self-catering facilities. Guests can enjoy fully air conditioned rooms with wireless and fixed high speed internet, LCD flat screen televisions, a fully equipped gym and 24-hour room service. The Wellington provides wheelchair access. Explore the hotel’s own private gardens, Italian inspired restaurant and in-house bar, together with meeting and events spaces away from the hustle and bustle of the capital and enjoy discreet, personal and attentive service at The Wellington hotel - an oasis of calm in the heart of central London. Safety and impeccable cleaning standards are always among our top priorities.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3631.39" OriginalAmount="3595.44" MarkupRule="1.00">
      <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 17/09/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="3641.05" OriginalAmount="3605.00" MarkupRule="1.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="94" TotalAmount="3642.63" OriginalAmount="3606.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.535845" Longitude="-0.190011" StarRating="4" HotelCode="|39517" HotelName="London Marriott  Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLAZA PARADE, MAIDA VALE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/5/1/7/39517_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, inviting hotel, is in a peaceful area and it is well-connected to the city centre. Guests can find a health centre, a gym with air-conditioning, a weights room, a heated swimming pool, a steam bath and a sauna. ROOM: Customers have large rooms, with a bathroom and a desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3646.10" OriginalAmount="3610.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50904267" Longitude="-0.01557323" StarRating="4" HotelCode="551994|lansbury_heritage_hotel" HotelName="Lansbury Heritage Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="3648.12" OriginalAmount="3612.00" MarkupRule="1.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 04/09/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="3651.15" OriginalAmount="3615" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499625825179" Longitude="-0.13154207546313" StarRating="3" HotelCode="795969|406165" HotelName="hub by Premier Inn London Westminster Abbey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="94" TotalAmount="3653.39" OriginalAmount="3617.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509964" Longitude="-0.131149" StarRating="4" HotelCode="|17998" HotelName="Thistle London Trafalgar Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Whitcomb Street Trafalgar Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/9/8/17998_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 3 floors, 116 rooms, 104 double rooms and 12Â junior suites. In the entrance, guests are offered a hall with an elevator, a reception with safety deposit boxes and a currency exchange service. Regarding the food and beverage offering, the establishment has a bar and an Ã  la carte restaurant with air-conditioning, The establishment offers guests internet, room service and a laundry service. SITUATION: This attractive hotel is in the city centre, is on a peaceful street, Close to, Trafalgar Square and Leicester Square it is located between nearby, you will find shops, leisure areas, is situated in front of a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a mini-bar, fitted carpets, central heating and a safe (available for a fee). OTHERS: Regarding the food and beverage offering, clients have a breakfast service, a buffet breakfast, an Ã  la carte dinner, a set-menu or Ã  la carte lunch, dietary restrictions can be accomodated for and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3657.27" OriginalAmount="3621.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50068" Longitude="-0.11652" StarRating="4" HotelCode="|68156" HotelName="Park Plaza Westminster Bridge London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Westminster Bridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/1/5/6/68156_16167490958.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was opened in 2010, it offers 1.021 contemporary style rooms, meeting areas, a dance hall and room service. ROOM: Clients are offered 422 superior rooms, 545 studios, 54 suites and penthouses. All the accommodation options have a flat-screen television, a work desk and a coffee maker. RESTAURANT: Clients can enjoy a restaurant, a sushi bar, a lounge bar with a wine list and cocktails. Clients also have at their disposal a coffee shop. SITUATION: This establishment, South Bank it is close to In front of, and, 5 minutes walk away, you can find Westminster the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3658.55" OriginalAmount="3622.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50985" Longitude="-0.12221" StarRating="0" HotelCode="|445147" HotelName="Wilde Aparthotels by Staycity Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Adam Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/4/7/445147_be0f67c1342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3659.60" OriginalAmount="3623.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494901" Longitude="-0.1954383" StarRating="4" HotelCode="|32078" HotelName="Ember Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cromwell Road 202-220</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/7/8/32078_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 121 rooms, 8 suites and 9 floors. In the establishment entrance, guests will find a hall with a reception, a safety deposit box service and 2 lifts. Some of the facilities that the establishment offers to guests include a bar, a restaurant, conference facilities and a car park (for a fee). There are many services available at the establishment, including room service and a laundry service. SITUATION: This establishment is near Earls Court Station. It has excellent transport links to London Heathrow and Gatwick airports. In the surrounding area you can also find Knightsbridge, Sloane Square, King's Road and Kensington High Street. ROOM: It has contemporary style rooms. Guests also have at their disposal suites with a living room and bedrooms. It also offers 1 executive suites. You are offered non-smoking rooms and disabled access rooms. All the accommodation options have internet, a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a coffee maker, a kettle, an iron, a double bed, a safe, an air-conditioning system and individual heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3662.21" OriginalAmount="3625.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5094986" Longitude="-0.0766" StarRating="4" HotelCode="|25258" HotelName="Novotel London Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PEPYS STREET, TOWER HILL 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/5/8/25258_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2000. It has 7 floors, 174 double rooms, 25 single rooms and 7 suites. It has a lobby, a reception, lifts and a currency exchange service. The establishment boasts a bar and an air-conditioned restaurant with highchairs. The establishment offers guests internet at an extra charge, a conference room, a playground, room service and a laundry service. SITUATION: This hotel is close to London city centre where you can find shops and leisure areas. In the surrounding area, clients have the business area and tourist points of interest. It is 1 kilometre from the restaurants, bars and shops. 200 metres away, guests can find Tower Hill Underground Station. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, satellite or cable TV, a radio, internet and a safe (available for a fee). FACILITIES: The establishment boasts a sauna and a steam bath. Clients can use a gym. OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3673.37" OriginalAmount="3637.00" MarkupRule="1.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="Free CXL until 17/09/2026" 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="3675.39" OriginalAmount="3639.00" MarkupRule="1.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="27" TotalAmount="3679.43" OriginalAmount="3643" MarkupRule="1.00">
      <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="94" TotalAmount="3685.41" OriginalAmount="3648.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51707" Longitude="-0.07717" StarRating="0" HotelCode="|237892" HotelName="Wilde Aparthotels London Liverpool Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Middlesex Street Aldgate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/8/9/2/237892_019cb7d1721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3685.48" OriginalAmount="3648.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51037" Longitude="-0.075167" StarRating="5" HotelCode="3844353" HotelName="Tower Suites By Blue Orchid" Meals="SUPERIOR STUDIO" BedType="SUPERIOR STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>100 Minories,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/44353/3844353/3.jpg?f=17719365</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. This hotel also features complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Planning an event in London? This hotel has 9991 square feet (928 square meters) of space consisting of conference space and meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3689.53" OriginalAmount="3653.00" MarkupRule="1.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="94" TotalAmount="3692.86" OriginalAmount="3656.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.475649" Longitude="-0.182094" StarRating="5" HotelCode="|17980" HotelName="The Chelsea Harbour and Spa" Meals="ROOM ONLY" 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="63" TotalAmount="3703.67" OriginalAmount="3667.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5147958" Longitude="-0.1736362" StarRating="3" HotelCode="114369|westpoint_hotel_2" HotelName="Westpoint Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>170 Sussex Gardens, London, Greater London W2 1TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/10/d110da6b6cc1f50447b606b2f9d75e724825e462.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3704.68" OriginalAmount="3668.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494032723243" Longitude="-0.18251091241837" StarRating="4" HotelCode="14857|millennium_baileys_hotel_london_kensington" HotelName="The Bailey's Hotel London" Meals="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="63" TotalAmount="3707.71" OriginalAmount="3671.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514751295505" Longitude="-0.10923928053558" StarRating="4" HotelCode="376518|saco_fleet_street__crane_court" HotelName="SACO Fleet Street - Crane Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Crane Court, London EC4A 2EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/82/9e82145113540a5d77f5842f76b1e166166cafcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3708.07" OriginalAmount="3671.36" MarkupRule="1.00">
      <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 27/08/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="94" TotalAmount="3708.70" OriginalAmount="3671.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4510784" Longitude="-0.3325782" StarRating="4" HotelCode="|67161" HotelName=" Radisson RED London Twickenham" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WHITTON ROAD 198</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/6/1/67161_6fcfa1d1055.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, business hotel, was built in 2009 and has 156 rooms, The establishment has a restaurant and a bar. Our guests can find air-conditioning, conference facilities, a hall with a reception, a reception, a safety deposit box service and a lift. The establishment also offers a cafÃ©, room service and a car park. At an extra cost you can use internet and a laundry service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3709.89" OriginalAmount="3673.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51477" Longitude="-0.10921" StarRating="4" HotelCode="|191813" HotelName="Crane Court By City2stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Crane Court</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/8/1/3/191813_9d520ba0817.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3712.99" OriginalAmount="3676.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5266729" Longitude="-0.1296728" StarRating="4" HotelCode="|53584" HotelName="The Memoir Club  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Upper Woburn Place,12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/8/4/53584_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ambassadors Bloomsbury is rated four stars and was built in 1920. The establishment boasts a restaurant, lifts, a concierge, a safety deposit box service, room service and business facilities. SITUATION: It is situated in the city centre of London. ROOM: The establishment has 100 rooms. They are equipped with a hairdryer, an air-conditioning system, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3713.29" OriginalAmount="3676.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492101" Longitude="0.008184" StarRating="4" HotelCode="|394315" HotelName="Radisson Red London Greenwich The O2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>228 Tunnel Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/3/1/5/394315_8572b6b1221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3715.79" OriginalAmount="3679.00" MarkupRule="1.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="94" TotalAmount="3718.24" OriginalAmount="3681.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514109" Longitude="-0.070819" StarRating="4" HotelCode="|444836" HotelName="Leman Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Leman Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/3/6/444836_3f8ab9b1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3718.82" OriginalAmount="3682.00" MarkupRule="1.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="63" TotalAmount="3721.85" OriginalAmount="3685.00" MarkupRule="1.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="94" TotalAmount="3725.83" OriginalAmount="3688.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493482" Longitude="-0.205764" StarRating="3" HotelCode="|40282" HotelName="Four Points Flex by Sheraton London Kensington Olympia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Matherson Road 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/8/2/40282_38cca271120.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a lift and internet (for a fee). SITUATION: This urban hotel is near Kensington, is situated in the centre of London, close to Harrods. Near the establishment, you will find the Olimpia and Earls Court exhibition centre. It is situated close to restaurants, bars, pubs, nightlife and public transport services. The establishment is 17 kilometres away from London Heathrow Airport. It is just 48 kilometres away from Gatwick Airport, 70 kilometres away from Airport Stansted and 74 kilometres away from Airport Luton. ROOM: The modern and elegant rooms have a bathroom, a toiletry kit (free of charge), a hairdryer, a television, an iron and a central heating system. OBSERVATIONS: Customers have wifi and offers hot drinks. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3730.19" OriginalAmount="3693.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501339" Longitude="-0.111975" StarRating="3" HotelCode="|445267" HotelName="Ruby Lucy Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Lower Marsh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/6/7/445267_f49c34f0832.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3730.94" OriginalAmount="3694.00" MarkupRule="1.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="94" TotalAmount="3732.51" OriginalAmount="3695.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508211" Longitude="0.047294" StarRating="3" HotelCode="|169893" HotelName="Holiday Inn Express Londres - ExCeL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1018 Dockside Road London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/9/3/169893_cdd964f0925.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a stylish hall and a living room. SITUATION: This establishment, is in los Docklands the heart of Londres is situated in It has excellent transport links to the shopping area, the nightlife and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3734.19" OriginalAmount="3697.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5141983" Longitude="-0.1785" StarRating="3" HotelCode="|26785" HotelName="Royal Eagle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26-30 CRAVEN ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/8/5/26785_1_4618.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2005. It has 116 standard rooms. In the entrance, guests are offered a hall with elevators, a reception and a safety deposit box service. The establishment boasts a cafÃ© and a bar. The establishment offers internet. SITUATION: This cosy hotel is in London city centre. It is situated near Hyde Park and Oxford Street in the surrounding area, you can find theatres, exhibitions and museums. 200 metres away, guests can find shops, bars and restaurants. 300 metres away, there is a public transport stop. ROOM: All the rooms have a bathroom, bath or shower with a hairdryer, a direct line telephone and satellite or cable TV. They also have internet, central heating, a desk and a safety deposit box (available for a fee). OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3741.04" OriginalAmount="3704.00" MarkupRule="1.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="3741.04" OriginalAmount="3704.00" MarkupRule="1.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="94" TotalAmount="3742.74" OriginalAmount="3705.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506524" Longitude="-0.005032" StarRating="4" HotelCode="|38867" HotelName="Radisson Blu Hotel, London Canary Wharf East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FAIRMONT AVENUE 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/6/7/38867_1b802f01015.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary style hotel, was built in 2007, has 169 standard rooms, a business centre, conference facilities, WiFi (free of charge), the East River Spa, Azura Restaurant, a cocktail bar, a private terrace with beautiful views. The establishment also has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. At an additional cost you can enjoy room service and a laundry service. SITUATION: This establishment is in the business area. It is situated near Canary Wharf, Central London and the City nearby, you will find the ExCeL exhibition centre. It is situated close to O2 Stadium. Near the establishment, guests will find London City Airport is 34 kilometres from London Heathrow Airport. ROOM: The spacious rooms have a work space, a television, pay channels, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a radio, internet, a mini-bar, a coffee maker, a kettle, an iron, a safety deposit box, a double bed, an individual air-conditioning system and individual heating. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard, Switch and Visa. OTHERS: Guests have access to Azura Restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3747.10" OriginalAmount="3710.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.55014165" Longitude="-0.07505637" StarRating="3" HotelCode="986332|kingsland_road_shoreditch" HotelName="Kingsland Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>130 Kingsland High Street, Dalston, London E8 2LQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e6/92e657ec07bc14e82b3d3a69590449db3094a156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3759.22" OriginalAmount="3722.00" MarkupRule="1.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="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8 Kensington Gardens Square, London W2 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/d4/54d437598cfd65542d8b862700cc0cc3c20c6ff5.JPEG</HotelPictures>
        <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="3776.39" OriginalAmount="3739.00" MarkupRule="1.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="94" TotalAmount="3779.44" OriginalAmount="3742.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5058435" Longitude="-0.095315" StarRating="3" HotelCode="|167152" HotelName="Ibis Styles London Southwark – Near Borough Market" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47 Southwark Bridge Road, London Bridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/1/5/2/167152_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge) and a bar a restaurant. SITUATION: This hotel South Bank it is in the Thames it is 200 metres away from Tate Modern the art gallery Close to, is situated 1,6 kilometres away from El London Eye and la Torre de Londres the bridge, 800 metres away, guests will find London Bridge the underground station of It has excellent transport links to the city. ROOM: The establishment has rooms with air-conditioned, a bathroom, a safety deposit box, electric shutters and a satellite television. It also has large suites with a living room and a fully-equipped kitchen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3783.68" OriginalAmount="3746.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5149076" Longitude="-0.108687" StarRating="0" HotelCode="|191737" HotelName="Red Lion Court By City2stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Red Lion Court</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/7/3/7/191737_64171091448.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3791.54" OriginalAmount="3754.00" MarkupRule="1.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="3793.56" OriginalAmount="3756.00" MarkupRule="1.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="3793.56" OriginalAmount="3756.00" MarkupRule="1.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="3803.66" OriginalAmount="3766.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.542051" Longitude="-0.170353" StarRating="4" HotelCode="29186|london_marriott_hotel_regents_park" HotelName="Marriott Regents Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,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="63" TotalAmount="3806.69" OriginalAmount="3769.00" MarkupRule="1.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="94" TotalAmount="3807.45" OriginalAmount="3769.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521942" Longitude="-0.124252" StarRating="3" HotelCode="|18033" HotelName="Imperial" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61-66 RUSSELL SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/3/18033_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the centre of Bloomsbury. In the surrounding area, you can find tourist areas and cultural spots. You will be able to visit the British Museum, Covent Garden and the West End. Just a few minutes walk away, you will find the Euston and St Pancras metro stations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3817.64" OriginalAmount="3779.84" MarkupRule="1.00">
      <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 12/09/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="63" TotalAmount="3818.81" OriginalAmount="3781.00" MarkupRule="1.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="94" TotalAmount="3818.85" OriginalAmount="3781.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526595" Longitude="-0.11391" StarRating="4" HotelCode="|20365" HotelName="CROWNE PLAZA - LONDON KINGS CROSS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KINGS CROSS ROAD 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/6/5/20365_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1992, renovated in 2002, has 8 floors, 405 rooms and facilities for people with disabilities. In the entrance, you can find a lobby with elevators, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a kiosk, shops, a hairdresser's, a bar, a restaurant with air-conditioning, with highchairs, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. At an extra cost you can use the car park. SITUATION: This charming, urban hotel is near the city centre, close to the establishment, clients can find public transport services, restaurants, bars and shops. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a kettle, a coffee maker, a safety deposit box (available for a fee), a double bed, individual heating, individual air-conditioning and central heating. FACILITIES: Guests can enjoy a covered swimming pool and a jacuzzi. By paying an additional cost, you can use a sauna and a gym. OTHERS: Regarding the food and beverage provision, the establishment offers a continental or buffet breakfast and an Ã  la carte or set-menu lunch and dinner. dietary restrictions can be accomodated for. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3818.97" OriginalAmount="3781.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514562" Longitude="-0.156658" StarRating="4" HotelCode="|17938" HotelName="Doubletree By Hilton London Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BRYANSTON STREET 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/3/8/17938_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 129 rooms, single rooms, double rooms and suites. The establishment boasts a reception, a bar and a restaurant. SITUATION: This hotel is in Oxford Street, close to Hyde Park and Marble Arch Metro Station. It has excellent transport links to the motorway. It is just 32 kilometres away from London Heathrow Airport. ROOM: The inviting rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a central heating system and internet. MEALS: The establishment serves a buffet breakfast and a set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3824.22" OriginalAmount="3786.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52087" Longitude="-0.09091" StarRating="5" HotelCode="|183880" HotelName="Montcalm Brewery Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42-46 Chiswell Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/8/0/183880_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3826.89" OriginalAmount="3789.00" MarkupRule="1.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="63" TotalAmount="3832.95" OriginalAmount="3795.00" MarkupRule="1.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="3834.97" OriginalAmount="3797.00" MarkupRule="1.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="Non Refundable" 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="63" TotalAmount="3836.99" OriginalAmount="3799.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521646716363" Longitude="-0.12402266263962" StarRating="3" HotelCode="258309|imperial_2" HotelName="The Imperial 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>61-66 Russell Square, London WC1B 5BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/ab/83abb9d2f9649180ab869208482546eaeec1f5be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel with a view of Russell Square is located in the heart of Bloomsbury, only minutes away fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3848.52" OriginalAmount="3810.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510828" Longitude="-0.09684" StarRating="4" HotelCode="|444645" HotelName="Locke At Broken Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Broken Quay House, 2 Broken Wharf</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/4/5/444645_680239e1024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3855.79" OriginalAmount="3817.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.540234" Longitude="-0.145709" StarRating="4" HotelCode="|28027" HotelName="Holiday Inn London Camden Lock, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 JAMESTOWN ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/2/7/28027_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning 130 rooms and 5 floors. The establishment has conference facilities, a bar, Terranea the restaurant internet in the rooms. SITUATION: This urban hotel is situated in Camden the city centre of Lock Canal with views of it is in an excellent location, nearby, you will find Camden Town, Euston and King's Cross the metro stations of. ROOM: They have an air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, Diners Club and JCB. OTHERS: Guests have access to a snack bar and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3863.79" OriginalAmount="3825.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5212011" Longitude="-0.1559275" StarRating="4" HotelCode="|166860" HotelName="Blandford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Chiltern St, Baker Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/8/6/0/166860_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a living room, a reception and excellent service. SITUATION: This hotel is in Londres the centre of it is in front of Baker Street the underground station of In the surrounding area, you can find and. Oxford Street and Bond Street it is situated 5 minutes walk away from. ROOM: The rooms have WiFi, a satellite television, an air-conditioning system, comfortable beds and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3866.28" OriginalAmount="3828.00" MarkupRule="1.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="94" TotalAmount="3891.58" OriginalAmount="3853.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511407" Longitude="-0.186158" StarRating="3" HotelCode="|78261" HotelName="MSK Elite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>INVERNESS TERRACE 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/2/6/1/78261_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Hyde Park it is 150 metres away from is situated in Londres the city centre of 2 minutes away from the establishment, you can find Queensway the underground station of is situated in Bayswater the district of 5 minutes away from Whiteley the shopping centre 20 minutes away from the establishment clients have the shopping area and the museums, 5 minutes walk away, you can find bars, cafÃ©s. ROOM: Each apartment has a television, a dining area, a bathroom and a washing machine. The establishment has studios with a living room, a living room, a kitchen, a microwave, a fridge and kitchen utensils.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3903.65" OriginalAmount="3865" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51046977328" Longitude="-0.19061309325411" StarRating="4" HotelCode="258819|342" HotelName="DoubleTree by Hilton Hotel London - Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/09/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="3904.66" OriginalAmount="3866.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52175" Longitude="-0.142616" StarRating="4" HotelCode="18324|grange_fitzrovia" 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="94" TotalAmount="3905.77" OriginalAmount="3867.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514941" Longitude="-0.082433" StarRating="4" HotelCode="|537282" HotelName="Great St Helen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Great St. Helens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/2/8/2/537282_c68b0560930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3909.71" OriginalAmount="3871.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|the_royal_trafalgar_2" HotelName="Thistle Trafalgar Square" Meals="ROOM ONLY" 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="3918.80" OriginalAmount="3880" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51697997" Longitude="-0.0767977" StarRating="4" HotelCode="433679|411697" HotelName="Park Lane City Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="27" TotalAmount="3919.81" OriginalAmount="3881" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498971" Longitude="-0.13266925" StarRating="2" HotelCode="637457|227100" HotelName="hub by Premier Inn London Westminster, St James's Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="27" TotalAmount="3920.82" OriginalAmount="3882" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50976523" Longitude="-0.12224967" StarRating="3" HotelCode="632695|399611" HotelName="Wilde Aparthotels by Staycity The Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Adam Street, London WC2R 0DE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/66/7a66f6fd42e51c75c91f5636c6ae392230d085b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3921.91" OriginalAmount="3883.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5138722" Longitude="-0.1013714" StarRating="4" HotelCode="|166902" HotelName="Club Quarters , St. Paul's" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Ludgate Hill</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/9/0/2/166902_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Club Quarters St Paul's is rated four stars. It has WiFi (free of charge), air-conditioning, a computer and a printing service. The establishment also offers mineral water, a gym (free of charge), daily newspapers (free of charge), magazines, coffee service and a tea service. Regarding the food and beverage offering, the establishment has a restaurant. The establishment offers guests room service. SITUATION: This establishment is in the Business Centre Londres. It is situated next to Cathedral St Paul. Close to the establishment, clients can find the river the Thames. It is situated 650 metres away from the art gallery Tate Modern, el Puente del Milenio and el Shakespeare's Globe Theatre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3932.94" OriginalAmount="3894.00" MarkupRule="1.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="12" TotalAmount="3940.01" OriginalAmount="3901.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510936" Longitude="-0.186224" StarRating="3" HotelCode="258581|64196615" HotelName="Jones" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inverness Terrace, Bayswater, London W2 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/15/9d15c632823c4d70842dd123d750339629b3ab39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3956.54" OriginalAmount="3917.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4944699" Longitude="-0.1863102" StarRating="4" HotelCode="|41106" HotelName="Ashburn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CROMWELL ROAD 111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/0/6/41106_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 38 standard rooms, a bar, a breakfast room and internet (free of charge). ROOM: The rooms have a goodnight service, bathrobes and slippers.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3963.24" OriginalAmount="3924" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491137" Longitude="-0.144963" StarRating="5" HotelCode="114527|199390" HotelName="Eccleston Square London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Eccleston Square, London SW1V 1PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/55/16559c18f27d2d35bac831791be69c077e20c19f.jpeg</HotelPictures>
        <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="94" TotalAmount="3969.58" OriginalAmount="3930.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52309" Longitude="-0.125745" StarRating="4" HotelCode="|444506" HotelName="The Morton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="3969.94" OriginalAmount="3930.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5018371" Longitude="-0.1588701" StarRating="5" HotelCode="|18044" HotelName="The Park Tower Knightsbridge, A Luxury Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KNIGHTSBRIDGE 101</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/4/4/18044_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the Knightsbridge district, next to the Harvey Nichols Commercial Centre and Hyde Park. Near the establishment, you will find shops. Is 3 kilometres from Victoria Railway Station and 18 kilometres away from the airport. HOTEL: &lt;b title='Esta frase debe ser traducida'&gt;Alberga un restaurante que ha sido galardonado con varios premios&lt;/b&gt;. The establishment offers guests wonderful views of Londres and luxurios rooms. The restaurant offers organic food.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3970.31" OriginalAmount="3931.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <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="3972.33" OriginalAmount="3933.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493188" Longitude="-0.182142" StarRating="4" HotelCode="296643|the_harrington" 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="27" TotalAmount="3975.36" OriginalAmount="3936" MarkupRule="1.00">
      <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="95" TotalAmount="3977.26" OriginalAmount="3937.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509796" Longitude="-0.078817" StarRating="4" HotelCode="3982827" HotelName="Tower Residences by Blue Orchid" Meals="STUDIO - CITY VIEW" BedType="STUDIO - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Byward Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/82827/3982827/1.jpg?f=17599078</HotelPictures>
        <HotelDescription>Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3977.38" OriginalAmount="3938" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|200795" HotelName="The Marble Arch London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Great Cumberland Place, London W1H 7TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/72/9d72c29bf36191d10cbada0906ddd58a40b45d4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3982.71" OriginalAmount="3943.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51223790495" Longitude="-0.034141046951731" StarRating="2" HotelCode="377905|690950" HotelName="Via Limehouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/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="63" TotalAmount="3992.53" OriginalAmount="3953.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|royal_garden_hotel_2" HotelName="Royal Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,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="3996.57" OriginalAmount="3957.00" MarkupRule="1.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="94" TotalAmount="4009.99" OriginalAmount="3970.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515156" Longitude="-0.159986" StarRating="5" HotelCode="|72482" HotelName="Park Grand Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Great Cumberland Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/8/2/72482_1_7799.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is close toBond Street the shopping area of Hyde Park and Oxford Street it is close to. ROOM: The rooms a bathroom, a shower, flat-screen satellite television, internet, a direct line telephone, an answering machine and international channels. FACILITIES: The establishment has a spa and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4012.73" OriginalAmount="3973" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512715" Longitude="-0.075829" StarRating="4" HotelCode="173525|35761" HotelName="Indigo London - Tower Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>142 Minories, London EC3N 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/b0/57b063e240ad15ebfbad5a4c62cbfeff46c07d1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Indigo London - Tower Hill.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4019.66" OriginalAmount="3979.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521295" Longitude="-0.092014" StarRating="5" HotelCode="|74626" HotelName="The Montcalm At Brewery London City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Chiswell Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/2/6/74626_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, luxury hotel, newly built, is rated 5 stars and was opened in 2011. SITUATION: This establishment, the Barbican it is in London it is in. ROOM: The stylish rooms, have a bathroom with a shower, a luxury bathtub, internet, WiFi, a direct line telephone with an answering machine, an iPod docking station and a satellite TV with international channels. FACILITIES: There are many facilities and services available at the establishment, including a spa with beauty treatments. OTHERS: Regarding the food and beverage offering, you can enjoySt Paul's the tavern La Brasserie the restaurant The King's Head Gastro the pub tea room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4020.20" OriginalAmount="3980.40" MarkupRule="1.00">
      <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 17/09/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="27" TotalAmount="4023.84" OriginalAmount="3984" MarkupRule="1.00">
      <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="94" TotalAmount="4028.99" OriginalAmount="3989.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513214" Longitude="-0.101216" StarRating="4" HotelCode="|537667" HotelName="master St. Paul\'s" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Creed Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/6/6/7/537667_6caad3f0916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4033.64" OriginalAmount="3993.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514421" Longitude="-0.118752" StarRating="4" HotelCode="|444401" HotelName="The Lincoln Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Kingsway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/0/1/444401_b0680090900.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4035.18" OriginalAmount="3995.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4942017" Longitude="-0.1408" StarRating="4" HotelCode="|18086" HotelName="Park Plaza Victoria London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vauxhall Bridge Road 239</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/8/6/18086_3ca8ff60828.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2001, has 9 floors, 299 rooms, 273 double rooms, 6 suites and 20 apartments. In the establishment entrance, guests will find a lobby with elevators, sofas, a reception, a currency exchange service, a safety deposit box service and a cloakroom. The establishment has a bar, a restaurant with air-conditioning and conference rooms. The establishment offers guests internet, room service, a laundry service and a car park. SITUATION: This modern hotel is close to Victoria Station. It is a few minutes walk away from the city centre where clients can find shops, restaurants and bars. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a television, internet, a mini-bar and a fridge. They also have tiled floors, fitted carpets, an air-conditioning system, a central heating system and a safe. FACILITIES: The establishment has a sauna, a Turkish bath, a solarium and a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4037.17" OriginalAmount="3997.20" MarkupRule="1.00">
      <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 16/09/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="63" TotalAmount="4038.99" OriginalAmount="3999.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494797" Longitude="-0.177825" StarRating="4" 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="8" TotalAmount="4050.79" OriginalAmount="4010.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.531077042918" Longitude="-0.12459899649002" StarRating="5" HotelCode="13079|619843" HotelName="Great Northern Hotel A Tribute Portfolio Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="4052.13" OriginalAmount="4012.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506015" Longitude="-0.124128" StarRating="5" HotelCode="|18072" HotelName="The Royal Horseguards, London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WHITEHALL COURT - WESTMINSTER 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/7/2/18072_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel it has 281 luxurious rooms. SITUATION: This hotel is situated next to el Parlamento and Trafalgar Square. The establishment offers views of el rÃ­o TÃ mesis. In the surrounding area, guests will find el palacio de Buckingham, Chinatown, the theatres and the shops of the West End. Next to the establishment, clients can find One Whitehall Place ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet and a mini-bar. They also have a safety deposit box, fitted carpets and a central heating system. FACILITIES: The establishment boasts a gym. MEALS: The establishment serves buffet breakfast and lunch, Ã  la carte or set-menu lunch and dinner and dietary restrictions can be accommodated. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: Check-in is from 16:00 and check-out is at 11:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4054.14" OriginalAmount="4014.00" MarkupRule="1.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 16/09/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="94" TotalAmount="4069.65" OriginalAmount="4029.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4948006" Longitude="-0.1775" StarRating="5" HotelCode="|27210" HotelName="The Exhibitionist" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Queensberry Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/1/0/27210_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1900 and renovated in 2001. It has 7 floors, 36 rooms and 2 suites. In the establishment entrance, guests will find a lobby, lifts, a reception, a safety deposit box service, sofas and a fireplace. It has air-conditioning, a bar and a breakfast room. The establishment offers guests a conference room, WiFi and room service. SITUATION: This welcoming hotel is situated 2,5 kilometres away from Earls Court and Olympia the exhibition centres is situated in London the shopping area of the Victoria and Albert, the Natural History Museum, Harrods and Knightsbridge it is near 300 metres away, guests have South Kensington the underground station of Hyde Park 1 kilometre away, you can find it is situated 3 kilometres away from Victoria the Station of it is situated 4 kilometres away from London City Airport the establishment is 23 kilometres away from London Heathrow Airport it is 48 kilometres away from Gatwick Airport 56 kilometres away, you can find Luton Airport it is situated 64 kilometres away from Stansted Airport. ROOM: The comfortable rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, internet (available for a fee), a radio and satellite or cable TV. They also have a courtesy tea and coffee service, a double bed, fitted carpets, a safety deposit box, a desk, a chair, individual air-conditioning and a central heating system. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, JCB and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4069.73" OriginalAmount="4029.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519869" Longitude="-0.108473" StarRating="4" HotelCode="|537232" HotelName="Hatton Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Hatton Garden</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/2/3/2/537232_ab3bdf90903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4071.31" OriginalAmount="4031.00" MarkupRule="1.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="94" TotalAmount="4071.41" OriginalAmount="4031.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5196222" Longitude="-0.1703961" StarRating="4" HotelCode="|18077" HotelName="Hilton London Metropole" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EDGWARE ROAD 225</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/7/7/18077_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2000, has 23 floors, 1.054 rooms, 20 suites and 6 apartments. This building with air-conditioning, has a hall with an elevator and a cafÃ©. In the establishment entrance, guests will find a reception with safety deposit boxes, a currency exchange service and a cloakroom. The establishment has a hairdresser's, a bar, a television room, an Ã  la carte restaurant with air-conditioning with highchairs. The establishment also offers internet, room service, a laundry service, bicycle rental, indoor parking and a car park. SITUATION: This urban hotel is 100 metres away from Paddington Station, 1 kilometre away from the museum Madame Tussaud's and 2 kilometres away from Oxford Street. Close to the establishment, clients can find Edgware Road Metro Station. 100 metres away, there is a public transport stop. It is a few minutes' drive away from the city centre where guests can enjoy shops, restaurants, bars, pubs, cafÃ©s, leisure areas and entertainment. ROOM: It offers large, comfortable rooms with a shower, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a kettle, a coffee maker, tiled floors, fitted carpets, a central heating system and a safety deposit box. FACILITIES: The hotel offers a swimming pool, a covered pool and a sauna. The establishment has a gym. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4075.35" OriginalAmount="4035.00" MarkupRule="1.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="4083.43" OriginalAmount="4043.00" MarkupRule="1.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="94" TotalAmount="4088.77" OriginalAmount="4048.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4952981" Longitude="-0.1821365" StarRating="4" HotelCode="|17961" HotelName="Radisson Blu , London South Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CROMWELL ROAD 68-86</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/1/17961_8735a5a1031.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in 1900. SITUATION: This establishment, Kensington it is in It has excellent transport links to Gloucester Road the train station Trevi Fountain it is situated 5 minutes away from In the surrounding area, you can find restaurants, bars and pubs.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4090.23" OriginalAmount="4049.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510988" Longitude="-0.08918" StarRating="0" HotelCode="|167859" HotelName="master Cannon London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Suffolk Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/8/5/9/167859_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has wooden furniture, a TV and bathroom. SITUATION: This establishment is in the centre of Londres. It is located 350 metres away from the metro station of Bank. 5 minutes walk away, you can find the metro station of Monument. It is located 800 metres away from Bridge Londres. 12 minutes walk away, you can find El Shard</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4092.52" OriginalAmount="4052" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|4149" HotelName="Thistle Holborn The Kingsley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-37 Bloomsbury Way, London WC1A 2SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/7c/4f7c74c760746333769e2fd354b88062acae4d19.JPEG</HotelPictures>
        <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="4098.58" OriginalAmount="4058.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526139230595" Longitude="-0.12629181146622" StarRating="3" HotelCode="189769|george_hotel_14" HotelName="George Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58-60 Cartwright Gardens, London WC1H 9EL, Bloomsbury</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/71/c871518cb718ea40e89ca78375b223c757ee7ecc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4098.86" OriginalAmount="4058.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526498011838" Longitude="-0.13015016913414" StarRating="4" HotelCode="12322|6639" HotelName="Hilton Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="4101.61" OriginalAmount="4061.00" MarkupRule="1.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="94" TotalAmount="4106.92" OriginalAmount="4066.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491558" Longitude="-0.144026" StarRating="5" HotelCode="|78062" HotelName="Eccleston Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Eccleston Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/6/2/78062_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. ROOM: Each room has a television, an iPod docking station and WiFi (free of charge). OTHERS: The establishment offers a restaurant and a cocktail bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4115.75" OriginalAmount="4075.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4906193" Longitude="-0.190959" StarRating="4" HotelCode="174962|no1_the_mansions" 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="4115.91" OriginalAmount="4075.16" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="4116.96" OriginalAmount="4076.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5239983" Longitude="-0.1259" StarRating="4" HotelCode="|18006" HotelName="Holiday Inn London-bloomsbury , By Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORAM STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/0/6/18006_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 311 rooms and 1 suite. In the entrance, guests are offered a lobby with elevators, The establishment has various facilities, such as a bar, an irish pub and a restaurant. The establishment offers guests a car park (for a fee). SITUATION: This establishment, Russell Square it is in Oxford Street and the British Museum it is situated close to nearby, you will find monuments, tourist and cultural points of interest, 300 metres away, clients have Russell Square the underground station of. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a safe (available for a fee), a mini-bar, a courtesy tea and coffee service and a satellite or cable television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4125.85" OriginalAmount="4085" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506543974731" Longitude="-0.14086093865774" StarRating="4" HotelCode="293775|62047" HotelName="Arlington House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 - 20 Arlington Street, Central London, London SW1A 1RL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/a6/d4a6ad33b51218a614775f2c9da04efaddc39f4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4136.07" OriginalAmount="4095.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5144997" Longitude="-0.1555" StarRating="4" HotelCode="|20395" HotelName="Guild Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19-25 GRANVILLE PLACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/9/5/20395_9e391c70946.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 101 rooms, 30 single rooms and 15 double rooms. In the establishment entrance, guests will find a lobby with a reception, a currency exchange service, a safety deposit box service and lifts. The establishment boasts a bar, a pub and an Ã  la carte restaurant with air-conditioning. The establishment offers guests a conference room, internet, room service and a laundry service. SITUATION: This smart hotel is in a central location. It is located near Marble Arch, nearby, you will find monuments, shops and leisure areas. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite television, internet and a mini-bar. They also have a fridge, a double bed, a safety deposit box, fitted carpets and central heating. FACILITIES: The establishment has a gym. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4139.99" OriginalAmount="4099" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492992343124" Longitude="-0.14307707548141" StarRating="3" HotelCode="46196|93558" HotelName="Premier Inn London Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="4142.01" OriginalAmount="4101.00" MarkupRule="1.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="4150.09" OriginalAmount="4109.00" MarkupRule="1.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="4153.48" OriginalAmount="4112.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519424318073" Longitude="-0.17338851593858" StarRating="4" HotelCode="986352|883303" HotelName="Wilde Aparthotels London - Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="94" TotalAmount="4163.85" OriginalAmount="4122.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491919" Longitude="-0.191827" StarRating="4" HotelCode="|20041" HotelName="Indigo London - Kensington, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BARKSTON GARDENS 34-44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/4/1/20041_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has a lobby, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, an Ã  la carte restaurant, a conference room and internet. The establishment offers guests room service and a laundry service. SITUATION: This trendy hotel is located close to the city centre, 500 metres away from restaurants, bars and pubs. It is 5 minutes away from Earls Court Underground Station and 60 minutes away from Airport London Heathrow. ROOM: The establishment has 93 rooms with a bathroom with a shower, a hairdryer, a direct line telephone, a television, internet and heating. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4173.32" OriginalAmount="4132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510741907561" Longitude="-0.076686844983215" StarRating="4" HotelCode="26240|grange_city_hotel" HotelName="Leonardo Royal Hotel London City" Meals="ROOM ONLY" 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="4176.35" OriginalAmount="4135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523087735961" Longitude="-0.12580821891015" StarRating="4" HotelCode="433381|415585" HotelName="The Morton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="4176.35" OriginalAmount="4135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517419" Longitude="-0.137083" StarRating="5" HotelCode="17190|sanderson" HotelName="Sanderson London" Meals="ROOM ONLY" 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="4182.17" OriginalAmount="4140.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.532038750126" Longitude="-0.10957106825698" StarRating="4" HotelCode="259003|7573" HotelName="DoubleTree by Hilton London Angel Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="4183.42" OriginalAmount="4142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50190892114" Longitude="-0.15873371163934" StarRating="5" HotelCode="17523|the_park_tower_knightsbridge" HotelName="The Park Tower Knightsbridge, a Luxury Collection Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Knightsbridge, London, England SW1X 7RN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/db/0adbb3f6cf93be073d2fc8426fa7f364fcff2cdc.JPEG</HotelPictures>
        <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="94" TotalAmount="4189.19" OriginalAmount="4147.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5221487" Longitude="-0.1533251" StarRating="4" HotelCode="|167273" HotelName="Nottingham Place London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Nottingham Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/7/3/167273_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 4 star hotel is in the centre of Marylebone. It is situated 5 minutes walk away from the metro station Baker Street. ROOM: The establishment has elegant suites, executive studios, one bedroom suites and duplex rooms. They have an iPod docking station, WiFi (free of charge) and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4194.53" OriginalAmount="4153.00" MarkupRule="1.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="94" TotalAmount="4196.15" OriginalAmount="4154.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519152" Longitude="-0.141284" StarRating="4" HotelCode="|25271" HotelName="Gem Langham Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANGHAM STREET 31-35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/7/1/25271_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Grange Langham Court is rated four stars. It has a reception, a lounge bar, a wine bar, a restaurant and a terrace. The establishment offers guests a laundry service, a dry cleaner's, conference rooms and a business centre. SITUATION: It is near Oxford Street, Bond Street and Regents Park, in the surrounding area, clients have shops, theatres and the business centre The City. ROOM: The rooms a bathroom with a shower with a hairdryer. They have a courtesy tea and coffee service, a direct line telephone, a satellite TV and internet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4196.55" OriginalAmount="4155.00" MarkupRule="1.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="4198.57" OriginalAmount="4157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516318" Longitude="-0.163792" StarRating="4" HotelCode="14599|marriott_london_marble_arch" HotelName="Marriott Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 George Street, W1H 5DN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/26/21269206fb470f85b884dfc88e72f94a8fbbd5c8.JPEG</HotelPictures>
        <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="95" TotalAmount="4198.63" OriginalAmount="4157.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52659" Longitude="-0.113845" StarRating="4" HotelCode="97707" HotelName="Crowne Plaza London - Kings Cross, An Ihg Hotel" Meals="PREMIUM ROOM" BedType="PREMIUM ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1 Kings Cross Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/97707/97707/57.jpg?f=17723865</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and concierge services.. This establishment has received its official star rating from VisitEngland, the National Tourist Board for England.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4213.72" OriginalAmount="4172.00" MarkupRule="1.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="63" TotalAmount="4217.76" OriginalAmount="4176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512929106726" Longitude="-0.18372595310211" StarRating="4" HotelCode="11065|blakemore_hyde_park" HotelName="Blakemore Hyde Park" 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,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="4224.83" OriginalAmount="4183.00" MarkupRule="1.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="94" TotalAmount="4228.96" OriginalAmount="4187.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524167" Longitude="-0.084339" StarRating="4" HotelCode="|473247" HotelName="Maldron Shoreditch London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Paul St London EC2A 4LJ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/3/2/4/7/473247_a3af90c1323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4239.98" OriginalAmount="4198.00" MarkupRule="1.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="4248.06" OriginalAmount="4206.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510331694228" Longitude="-0.18751055002212" StarRating="4" HotelCode="29185|hilton_london_hyde_park" HotelName="Hilton London Hyde Park" 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>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="63" TotalAmount="4251.09" OriginalAmount="4209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.496069310993" Longitude="-0.17039849570085" StarRating="4" HotelCode="16606|the_rembrandt__a_sarova_hotel" 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="94" TotalAmount="4260.16" OriginalAmount="4217.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524114" Longitude="-0.174664" StarRating="0" HotelCode="|536307" HotelName="Three Falcons" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Orchardson St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/3/0/7/536307_01165002041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4274.22" OriginalAmount="4231.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513647" Longitude="-0.108657" StarRating="4" HotelCode="|78066" HotelName="Apex Temple Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Serjeants' Inn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/6/6/78066_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 184 rooms, suites, a gym, a restaurant and a bar. SITUATION: It is situated nearFleet the street 10 minutes away, guests can find Temple the metro station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4274.32" OriginalAmount="4232.00" MarkupRule="1.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 17/09/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="4278.36" OriginalAmount="4236.00" MarkupRule="1.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="4281.39" OriginalAmount="4239.00" MarkupRule="1.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="63" TotalAmount="4303.61" OriginalAmount="4261.00" MarkupRule="1.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="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="63" TotalAmount="4306.64" OriginalAmount="4264.00" MarkupRule="1.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 17/09/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="94" TotalAmount="4317.10" OriginalAmount="4274.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5226297" Longitude="-0.1038015" StarRating="4" HotelCode="|167835" HotelName="Marrable's Farringdon  " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86-88 Clerkenwell Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/8/3/5/167835_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Clerkenwell ROOM: The establishment has 59 rooms with an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4337.53" OriginalAmount="4294.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507694" Longitude="0.019098" StarRating="4" HotelCode="|211215" HotelName="Good London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Western Gateway, Royal Victoria Dock.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/2/1/5/211215_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4340.98" OriginalAmount="4298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521690108211" Longitude="-0.10521301586914" StarRating="4" HotelCode="296637|blueprint_apartments_turnmill_street_2" HotelName="Blueprint Living Apartments - Turnmill Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Turnmill Street, London, Clerkenwell EC1M 5RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/4f/e34f877dd624fee559674ead60c1957017de734f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Blueprint Apartments -Turnmill Street in London The City of London,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4350.72" OriginalAmount="4307.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54261688776" Longitude="-0.0062844157218933" StarRating="3" HotelCode="175726|174553" HotelName="Staybridge Suites London - Stratford City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/09/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="63" TotalAmount="4351.08" OriginalAmount="4308.00" MarkupRule="1.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="Non Refundable" 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="4354.11" OriginalAmount="4311.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.535975798274" Longitude="-0.10512383928676" StarRating="4" HotelCode="13335|hilton_london_islington" HotelName="Hilton London Angel Islington" 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,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="4358.07" OriginalAmount="4314.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510682614478" Longitude="-0.13087486886059" StarRating="3" HotelCode="571806|628021" HotelName="Hotel Indigo London - 1 Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/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="94" TotalAmount="4358.26" OriginalAmount="4315.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5102005" Longitude="-0.1316" StarRating="4" HotelCode="|18011" HotelName="Thistle London Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/1/1/18011_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900 and renovated in 1996 it is situated on a main street. It has 7 floors, 92 standard rooms, 89 double rooms and 3 apartments. In the entrance, guests are offered a lobby with an elevator, a reception with safety deposit boxes and a currency exchange service. Regarding the food and beverage offering, the establishment has a bar, a pub and a restaurant with air-conditioning. The establishment offers internet, room service and a laundry service. SITUATION: This elegant hotel is in the heart of Londres, between Piccadilly Circus and Leicester Square. In the surrounding area you can enjoy shops, bars, pubs, restaurants, nightclubs and public transport services. ROOM: The cosy rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, fitted carpets, an air-conditioning system, a safe (available for a fee) and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4359.16" OriginalAmount="4316" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.527342" Longitude="-0.079624" StarRating="5" HotelCode="440144|228174" HotelName="Courthouse Hotel Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>335-337 Old Street, London EC1V 9LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/83/f883fd17abfdf3f92c4bf40bb05c1c2cc1934e7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Courthouse Hotel Shoreditch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4365.22" OriginalAmount="4322.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51688676" Longitude="-0.10959905" StarRating="0" HotelCode="957209|the_chronicle" HotelName="The Chronicle Supercity Aparthotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Norwich Street, London EC4A 1DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/f3/51f335a0e27fb524be5bf00ce45d1c68af8a337a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4368.37" OriginalAmount="4325.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5179" Longitude="-0.1269" StarRating="4" HotelCode="|18049" HotelName="Radisson Blu , London Tottenham Court Road (formely Kenilworth)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GREAT RUSSELL STREET 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/4/9/18049_7d6e4f20841.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2002, has 7 floors, 186 rooms, 55 single rooms and 127 double rooms. The establishment boasts a reception, lifts, a cloakroom, a safety deposit box service, a bar, a restaurant with air-conditioning and a conference room. The establishment offers internet, room service and a laundry service. SITUATION: This modern hotel is in a lovely area, near the establishment, guests will find shops, leisure areas and tourist areas. it is situated in the surrounding area of Tottenham Court Road the underground station of. ROOM: The cosy rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite TV, internet and a mini-bar. They also have a safety deposit box, a central heating system, fitted carpets and some rooms with tiled floors. FACILITIES: Customers can make use of a gym. PAYMENT METHODS: Customers can pay using American Express, Mastercard, Eurocard, Visa and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4370.27" OriginalAmount="4327" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510224" Longitude="-0.131564" StarRating="4" HotelCode="15844|4189" HotelName="Thistle Piccadilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, London W1D 6BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ff/8fffeb639a66867ee37c9b613e2fd7192fbdac06.jpeg</HotelPictures>
        <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="4387.44" OriginalAmount="4344.00" MarkupRule="1.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="12" TotalAmount="4388.74" OriginalAmount="4345.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49482644819" Longitude="-0.19450172781944" StarRating="4" HotelCode="58828|1272130" HotelName="NH London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" 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="63" TotalAmount="4389.46" OriginalAmount="4346.00" MarkupRule="1.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="94" TotalAmount="4398.21" OriginalAmount="4354.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5107002" Longitude="-0.1304" StarRating="5" HotelCode="|17956" HotelName="Radisson Blu , London Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LEICESTER SQUARE 31-36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/5/6/17956_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 7 floors, 124 rooms, 47 single rooms, 55 double rooms and 5 suites. It has a reception, a reception, lifts, a safety deposit box service and a cloakroom. Guests are also offered an inviting bar, a pub and a restaurant with air-conditioning. The establishment offers internet, room service and a laundry service. SITUATION: This modern hotel is in a central location. Near the establishment, guests will find shops, leisure areas and monuments. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite television and internet. They also have a central heating system, a mini-bar, a fridge, a safety deposit box and fitted carpets. FACILITIES: The hotel offers a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4406.63" OriginalAmount="4363.00" MarkupRule="1.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="4407.64" OriginalAmount="4364.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492527" Longitude="-0.17865" StarRating="4" HotelCode="18471|100_queens_gate_hotel_london_curio_collection_by_hilton" HotelName="100 Queen's Gate Hotel London, Curio Collection by Hilton" 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>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="94" TotalAmount="4414.31" OriginalAmount="4370.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4945" Longitude="-0.17876" StarRating="5" HotelCode="|183641" HotelName="130 Queen's Gate Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>130 Queens Gate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/4/1/183641_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4415.72" OriginalAmount="4372.00" MarkupRule="1.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="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="63" TotalAmount="4415.72" OriginalAmount="4372.00" MarkupRule="1.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="8" TotalAmount="4430.02" OriginalAmount="4386.16" MarkupRule="1.00">
      <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 17/09/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="63" TotalAmount="4437.94" OriginalAmount="4394.00" MarkupRule="1.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="4441.98" OriginalAmount="4398.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494874707544" Longitude="-0.18997013568878" StarRating="4" HotelCode="14336|hotel_xenia_2" HotelName="Xenia" 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>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="94" TotalAmount="4454.47" OriginalAmount="4410.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5256462" Longitude="-0.08273" StarRating="4" HotelCode="|32836" HotelName="Hoxton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81 GREAT EASTERN STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/3/6/32836_0d843751045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4478.34" OriginalAmount="4434.00" MarkupRule="1.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="63" TotalAmount="4479.35" OriginalAmount="4435.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Street, London W1H 5BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/0d/2e0d36722c92b0eb42063c00397a335d7ef01709.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4488.44" OriginalAmount="4444" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|13338" HotelName="The Royal Horseguards Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Whitehall Court, London SW1A 2EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/0a/5d0aebe3d79197c7b4ecb53b78e88698e83bf923.jpeg</HotelPictures>
        <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="94" TotalAmount="4491.54" OriginalAmount="4447.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51234" Longitude="-0.09372" StarRating="4" HotelCode="|240967" HotelName="Cove Cannon Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Cannon Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/9/6/7/240967_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4507.88" OriginalAmount="4463.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513331" Longitude="-0.1906664" StarRating="4" HotelCode="|448139" HotelName="55 by Le Mirage" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 - 36 Prince's Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/3/9/448139_aaa4c861542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4512.68" OriginalAmount="4468.00" MarkupRule="1.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="Non Refundable" 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="4517.73" OriginalAmount="4473.00" MarkupRule="1.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="94" TotalAmount="4527.32" OriginalAmount="4482.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514089" Longitude="-0.176448" StarRating="4" HotelCode="|26676" HotelName="Roseate House London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Westbourne Terrace, Lancaster Gate, Hyde Park.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/7/6/26676_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel was built in 1840 48 rooms, 11 suites and 6 floors. The establishment boasts Green Room the lounge In the establishment entrance, guests will find a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar and internet. There are many services available at the establishment, including room service and a laundry service. The establishment also has a garden and a car park. SITUATION: Is situated in an excellent location, near the establishment, guests will find Hyde Park restaurants, bars ,Mayfair and Knightsbridge it is close to Where you can find shops, the museums and. It is 5 minutes away fromPaddington the stop of with access to London Heathrow Airport it is 2 minutes away from Lancaster Gate the stop of with access to the city, theatres and nightlife. ROOM: The rooms have a bathroom with a hairdryer, luxury bath items, a bathrobe, slippers, a writing desk, 2 telephones, internet (available for a fee), a satellite or cable television, a safety deposit box, computer (available on request), (free of charge), central heating and a central air-conditioning system. OBSERVATIONS: Guests can enjoy welcome drink, press, tea with biscuits, canapes in the evening and champagne. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4528.84" OriginalAmount="4484.00" MarkupRule="1.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="Free CXL until 17/09/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="4536.92" OriginalAmount="4492.00" MarkupRule="1.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="4537.93" OriginalAmount="4493.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49284" Longitude="-0.184184" StarRating="5" HotelCode="18346|the_bentley_london_a_hilton_hotel" HotelName="The Bentley Hotel" Meals="ROOM ONLY" 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="4540.56" OriginalAmount="4495.60" MarkupRule="1.00">
      <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 16/09/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="4545.00" OriginalAmount="4500.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523619331151" Longitude="-0.11115895337298" StarRating="4" HotelCode="477345|the_rosebery" HotelName="The Rosebery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rosebery Avenue, EC1R 4SX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/ca/24cae69bc5f8bc0715f9f82fdf4ffb979bdedaa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, The Rosebery Aparthotel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4545.27" OriginalAmount="4500.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525734" Longitude="-0.077227" StarRating="5" HotelCode="|23040" HotelName="One Hundred Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHOREDITCH HIGH STREET 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/4/0/23040_caf0e0e0822.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and was built in 2004. It has 7 floors, 200 rooms, 50 single rooms and 150 double rooms. In the entrance, guests are offered an elegant hall with elevators, a reception with safety deposit boxes and a cloakroom. Guests have access to a conference room, a cafÃ©, an Ã  la carte restaurant with air-conditioning, with highchairs, internet. There are many services available at the establishment, including room service and a laundry service. It also has a car park. SITUATION: This trendy hotel is situated close to the city centre, Liverpool Street it is 6 minutes away from Where you can find the train station and restaurants. 300 metres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, internet, a double bed, tiled floors, fitted carpets, an air-conditioning system, a central heating system, a safety deposit box and a small separate sitting room. FACILITIES: The establishment boasts a gym. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service, all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4545.61" OriginalAmount="4500.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51682" Longitude="-0.10969" StarRating="0" HotelCode="|444945" HotelName="The Chronicle by Supercity Aparthotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Norwich Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/5/444945_65139351329.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4549.04" OriginalAmount="4504.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Cromwell Road, London SW7 4ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/77/64770778ef7bdd6f8064bc0b73e39f69ab71c8b4.JPEG</HotelPictures>
        <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="4559.14" OriginalAmount="4514.00" MarkupRule="1.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="4563.18" OriginalAmount="4518.00" MarkupRule="1.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="94" TotalAmount="4563.41" OriginalAmount="4518.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5169939" Longitude="-0.1492839" StarRating="4" HotelCode="|17979" HotelName="The Welbeck" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WELBECK STREET 57-59</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/9/17979_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1910, renovated in 2000. It has 7 floors, 164 rooms, 8 single rooms, 154 double rooms and 2 suites. The establishment boasts a lobby with elevators, a reception with a bureau de change and a safety deposit box service. This establishment offers room service. SITUATION: This elegant hotel is close to the city centre. It is 150 metres away from Oxford Street, has excellent transport links to Piccadilly Circus. 200 metres away, guests will find Bond Street Metro Station. It is situated 10 kilometres away from London City Airport. ROOM: Customers have inviting rooms with air-conditioning, a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a safe, internet, fitted carpets, tiled floors and central heating. FACILITIES: This establishment has a bar, an air-conditioned Ã  la carte restaurant with a non-smoking area, highchairs, a conference room, internet and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4564.43" OriginalAmount="4519.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5108986" Longitude="-0.1277" StarRating="5" HotelCode="|20371" HotelName="St Martins Lane London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ST. MARTIN'S LANE 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/7/1/20371_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1989, has 6 floors, 204 standard rooms and suites and lofts. In the entrance, guests are offered a lobby with a reception, a currency exchange service, a safety deposit box service, a cloakroom and lifts. The establishment has a conference room, indoor parking, a car park, a bar, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is situated in Covent Garden and the theatre district. Nearby, you will find shops, leisure areas, restaurants and museums. It is situated close to Trafalgar Square, Leicester Square and Soho and the commercial district. ROOM: Customers have cosy, comfortable rooms with views of the historic centre of London and a bathroom with a hairdryer. They have a direct line telephone, a satellite or cable television, internet, heating, tiled floors, fitted carpets and interactive lights. Garden rooms with terraces. FACILITIES: Guests can enjoy a gym. OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4573.28" OriginalAmount="4528" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498971494016" Longitude="-0.1426873887629" StarRating="4" HotelCode="445901|199860" HotelName="The Resident Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>10 Palace Place, London SW1E 5BW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4577.24" OriginalAmount="4531.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51727" Longitude="-0.08921" StarRating="0" HotelCode="|534992" HotelName="The Moorgate by Cove" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 London Wall</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/9/9/2/534992_964e7e31118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4585.40" OriginalAmount="4540.00" MarkupRule="1.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="4590.45" OriginalAmount="4545.00" MarkupRule="1.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="Free CXL until 15/09/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>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="94" TotalAmount="4591.79" OriginalAmount="4546.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5172005" Longitude="-0.1367" StarRating="5" HotelCode="|23428" HotelName="Sanderson" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BERNERS STREET 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/2/8/23428_4b7ee971323.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2000. It has 6 floors, 130 double rooms and 20 suites. In the entrance, you can find a hall with elevators, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment boasts shops, 2 bars and a bar. The establishment offers room service, a laundry service, a car park and an indoor car park. SITUATION: This hotel is in London city centre. It is located near Oxford Street in the surrounding area, there are shops, restaurants and nightlife. Near the establishment, guests will find Oxford Circus Underground Station. ROOM: The comfortable rooms have a bathroom, a shower, a hairdryer, deluxe rooms and suites have a bath, a direct line telephone and satellite or cable TV. They also have internet, a mini-bar, a double bed, fitted carpets, a safe and individual heating. FACILITIES: The establishment boasts a garden with an indoor courtyard, the spa, treatments, a gym, a massage service and a beauty treatment service. OTHERS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4594.52" OriginalAmount="4549.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5263115" Longitude="-0.130729" StarRating="4" HotelCode="|18059" HotelName="Hilton London Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UPPER WOBURN PLACE 17-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/9/18059_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 5 floors and 150 rooms. The establishment boasts a bar and a restaurant. SITUATION: It is 300 metres away fromEuston the underground station of the British Museum it is 800 metres away from Oxford Street the establishment is 1 kilometre away from It is situated 30 kilometres away from the airport. ROOM: All the rooms have a bathroom with a bath or shower, a hairdryer, a direct line telephone, a television, a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a sauna and a solarium.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4616.18" OriginalAmount="4570.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489165" Longitude="-0.120649" StarRating="3" HotelCode="935439|585436" HotelName="Staybridge Suites London - Vauxhall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/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="63" TotalAmount="4621.76" OriginalAmount="4576.00" MarkupRule="1.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="4621.76" OriginalAmount="4576.00" MarkupRule="1.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="Free CXL until 15/09/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>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="4624.79" OriginalAmount="4579.00" MarkupRule="1.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="94" TotalAmount="4637.30" OriginalAmount="4591.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51753" Longitude="-0.06264" StarRating="4" HotelCode="|246304" HotelName="New Road" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103-107 New Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/3/0/4/246304_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4637.92" OriginalAmount="4592.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507099" Longitude="-0.146076" StarRating="4" HotelCode="28667|washington_mayfair_hotel" HotelName="The Washington Mayfair" 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,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="27" TotalAmount="4643.98" OriginalAmount="4598" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506676439895" Longitude="-0.027917253967303" StarRating="5" HotelCode="27478|50226" HotelName="Canary Riverside Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/09/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="94" TotalAmount="4650.16" OriginalAmount="4604.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49129" Longitude="-0.11917" StarRating="4" HotelCode="|168118" HotelName="Staybridge Suites London - Vauxhall, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Vauxhall Walk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/1/1/8/168118_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a bright hall and a living room with a fireplace. SITUATION: This establishment is situated next to Albert Embankment, is situated close to the metro station, the bus station and the railway station. It has excellent transport links to taxis, the bus, the nightlife and restaurants. ROOM: All the rooms have WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4658.09" OriginalAmount="4611.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5162093" Longitude="-0.150807" StarRating="4" HotelCode="|17935" HotelName="The Mandeville" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MANDEVILLE PLACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/3/5/17935_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century, renovated in 2005, has 8 floors, 142 rooms, 19 single rooms, 88 double rooms, 4Â junior suites and 7 suites. It has a lobby with a reception, a lift, a safety deposit box service and a cloakroom. The establishment boasts a bar and a restaurant. The establishment offers guests internet, room service and a laundry service. SITUATION: This hotel Mandeville Place it is in Bond Street it is near Marylebone it is in the Wigmore Hall, the Wallace Collection and Hyde Park in the surrounding area of the establishment, guests can find Soho, Mayfair and Marble Arch it is a few minutes walk away from 800 metres away from shops, 500 metres away, guests can find bars, 50 metres away, there is a public transport stop, the British Museum and Knightsbridge it is located near. ROOM: All the rooms have a bathroom with a hairdryer, hydromassage shower, a flat-screen television, a direct line telephone, an air-conditioning system, internet, a safety deposit box, a mini-bar and fitted carpets. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4660.34" OriginalAmount="4614.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52155" Longitude="-0.10522" StarRating="4" HotelCode="|482797" HotelName="Master Farringdon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Turnmill Street 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/7/9/7/482797_d3362eb1355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4672.26" OriginalAmount="4626.00" MarkupRule="1.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="4673.27" OriginalAmount="4627.00" MarkupRule="1.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="Non Refundable" 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="4677.31" OriginalAmount="4631.00" MarkupRule="1.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="4686.40" OriginalAmount="4640.00" MarkupRule="1.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="4700.54" OriginalAmount="4654.00" MarkupRule="1.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 17/09/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="94" TotalAmount="4701.79" OriginalAmount="4655.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5444881" Longitude="-0.1726058" StarRating="3" HotelCode="|78012" HotelName="Best Western Swiss Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Adamson Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/1/2/78012_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near Swiss Cottage the metro station of excellent transport links to points of interest. ROOM: The establishment has 59 rooms with a bathroom, a hairdryer, a satellite TV, a coffee maker, a direct line telephone and WiFi (free of charge). OTHERS: Clients have at their disposal a lounge bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4707.61" OriginalAmount="4661.00" MarkupRule="1.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="94" TotalAmount="4709.16" OriginalAmount="4662.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517873" Longitude="-0.118517" StarRating="0" HotelCode="|24292" HotelName="Citadines Apart'hotel Holborn-covent Garden London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94-99 High Holborn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/9/2/24292_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: this aparthotel and it is on a main street, renovated in 2002 6 floors and 192 studios. The establishment has a reception with safety deposit boxes, lifts, a conference room, internet, a laundry service, indoor parking and a car park. SITUATION: It is close to Royal Opera the British Museum, Piccadilly Circus, Leicester Square and Covent Garden it is close to close to the establishment, clients can find shops, restaurants, bars and nightclubs. It is situated a few minutes walk fromHolborn the metro station. ROOM: Comfortable studios with air-conditioning, They have a living room-bedroom, One-bedroom apartments All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, an iron, a safety deposit box, an open-plan kitchen fully-equipped, a fridge and fitted carpets. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4728.82" OriginalAmount="4682.00" MarkupRule="1.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="94" TotalAmount="4737.30" OriginalAmount="4690.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5123" Longitude="-0.1758" StarRating="5" HotelCode="|18028" HotelName="Royal Lancaster London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANCASTER TERRACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/2/8/18028_0d802480333.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, is and conference, has 416 rooms and 22 suites. In the entrance, guests are offered a reception with safety deposit boxes, a cloakroom and a lift. You are also offered a living room. SITUATION: This urban hotel, Hyde Park and Oxford Street it is near it is located close to Lancaster Gate the metro station. ROOM: The cosy rooms, have a bathroom, a hairdryer, a satellite TV, a mini-bar, a direct line telephone, internet, fitted carpets and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a la carte or buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4746.19" OriginalAmount="4699.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52354" Longitude="-0.11114" StarRating="0" HotelCode="|445037" HotelName="The Rosebery by Supercity" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Rosebery Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/3/7/445037_66054430854.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4754.49" OriginalAmount="4707.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493599" Longitude="-0.159366" StarRating="5" HotelCode="|78270" HotelName="11 Cadogan Gardens, The Apartments and The Chelsea Townhouse by Iconic Luxury Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CADOGAN GARDENS 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/2/7/0/78270_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 54 rooms, was built in 1876 and renovated in 2011. The establishment boasts air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a cloakroom and a lift. It has a restaurant, a cafÃ©, a bar and WiFi. The establishment offers room service, a laundry service and a car park. SITUATION: The hotel Sloane Square it is 100 metres away from 300 metres away, guests can find Sloane Square the Station of it is situated 20 kilometres away from London Heathrow Airport 38 kilometres away from London Heathrow Airport it is situated 64 kilometres away from Stansted Airport. ROOM: All the rooms have a bathroom with a shower, a bath, a hairdryer, a king-size bed, a direct line telephone, satellite and cable TV, a radio, a stereo, internet, a safety deposit box, a mini-bar, a kettle, a coffee maker, an individual air-conditioning system and individual heating. FACILITIES: The establishment has a gym, a spa and a beauty centre. Guests are offered continental breakfast and Ã  la carte lunch and dinner. The establishment also offers set-menu dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4763.16" OriginalAmount="4716.00" MarkupRule="1.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="Free CXL until 06/09/2026">
        <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="94" TotalAmount="4765.75" OriginalAmount="4718.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4939995" Longitude="-0.1766" StarRating="5" HotelCode="|20361" HotelName="The Ampersand Hotel - Small Luxury Hotels Of The World" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Harrington Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/6/1/20361_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 107 rooms, 5 floors, 14 single rooms, 47 double rooms and 3 suites. It has a hall with elevators, a reception, a cosy bar, a pub and an Ã  la carte restaurant. The establishment also offers room service and a laundry service. SITUATION: It is inSouth Kensington a central area of in the surrounding area, clients can find shops, leisure areas and Victoria and Albert the Museum of Hyde Park and Knightsbridge nearby, you will find. ROOM: The rooms a bathroom, a direct line telephone, central heating and fitted carpets. FACILITIES: The establishment boasts a gym. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4775.82" OriginalAmount="4728.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5111118" Longitude="-0.129839" StarRating="4" HotelCode="|217569" HotelName="Victory House London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Leicester Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/5/6/9/217569_79a85341157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4780.21" OriginalAmount="4732.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513107" Longitude="-0.075401" StarRating="4" HotelCode="|444494" HotelName="Canopy By Hilton London City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Minorities St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/9/4/444494_7e326861018.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4806.59" OriginalAmount="4759.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5104" Longitude="-0.12681" StarRating="5" HotelCode="18145|st_martins_lane__a_morgans_original" HotelName="St. Martins Lane" 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,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="94" TotalAmount="4860.29" OriginalAmount="4812.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5201452" Longitude="-0.121819" StarRating="4" HotelCode="|18070" HotelName="Doubletree By Hilton London West End" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Southampton Row</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/7/0/18070_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is next to la Plaza Russell, Covent Garden and Theatreland. HOTEL: This tourist hotel, has a restaurant and lounge bar. ROOM: All the rooms have a bathroom, a television, a radio, a direct line telephone, a hairdryer, a trouser press, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4865.17" OriginalAmount="4817.00" MarkupRule="1.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="4866.18" OriginalAmount="4818.00" MarkupRule="1.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="63" TotalAmount="4884.36" OriginalAmount="4836.00" MarkupRule="1.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="27" TotalAmount="4886.38" OriginalAmount="4838" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|31254" HotelName="The Clermont Charing Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Strand, London WC2N 5HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/43/9b43b60abe9ce4e46a4eaf87ec652bd3ccd0e074.jpeg</HotelPictures>
        <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="4897.49" OriginalAmount="4849.00" MarkupRule="1.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 16/09/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="94" TotalAmount="4900.08" OriginalAmount="4851.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5032524" Longitude="-0.078179" StarRating="5" HotelCode="|216087" HotelName="The LaLiT London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181, Tooley Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/0/8/7/216087_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4901.82" OriginalAmount="4853.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49439" Longitude="-0.18583" StarRating="0" HotelCode="|191544" HotelName="Ashburn Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Ashburn Gardens, South Kensington,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/5/4/4/191544_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4906.00" OriginalAmount="4857.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51091" Longitude="-0.120681" StarRating="4" HotelCode="|18076" HotelName="Strand Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>372 STRAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/7/6/18076_12baf371154.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1908, has 9 floors, 785 standard rooms, 385 single rooms, 398 double rooms and 2 suites. In the entrance, you can find a reception, a safe, a currency exchange service and a lift. It also has shops, a bar, a pub, a television room, an Ã  la carte restaurant, a conference room, internet and WiFi. The establishment offers room service and a laundry service. SITUATION: This attractive hotel is near Covent Garden, Trafalgar Square and Leicester Square it has excellent transport links to Covent Garden Train Station. ROOM: The cosy rooms have a bathroom with a hairdryer, a direct line telephone, satellite and cable television, internet, a kettle, a coffee maker, tiled floors, fitted carpets, a central heating system and a safe. MEALS: The establishment serves a buffet breakfast and dinner and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4906.58" OriginalAmount="4858.00" MarkupRule="1.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="4908.60" OriginalAmount="4860.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510850896669" Longitude="-0.12079666927548" StarRating="4" HotelCode="17983|the_strand_palace" HotelName="Strand Palace 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,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="4913.65" OriginalAmount="4865.00" MarkupRule="1.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="95" TotalAmount="4935.33" OriginalAmount="4886.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494408" Longitude="-0.142068" StarRating="4" HotelCode="3963514" HotelName="Hotel Riu Plaza London Victoria" Meals="DELUXE ROOM WITHOUT WINDOW" BedType="DELUXE ROOM WITHOUT WINDOW">
        <Address>
          <AddressLines>
            <AddressLine>1 Neathouse Place,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/63514/3963514/17.jpg?f=17719631</HotelPictures>
        <HotelDescription>Enjoy the recreation opportunities such as a 24-hour fitness center or make use of other amenities including complimentary wireless internet access.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4949.00" OriginalAmount="4900.00" MarkupRule="1.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 06/09/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="8" TotalAmount="4953.20" OriginalAmount="4904.16" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="4956.14" OriginalAmount="4907.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516436" Longitude="-0.163698" StarRating="4" HotelCode="|17937" HotelName="London Marriott Marble Arch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GEORGE STREET 134</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/3/7/17937_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1973 and renovated in 2004. It has 240 rooms, 84 double rooms and 12 floors. It has a reception, a lift, a cloakroom, a safety deposit box service and a currency exchange service. The establishment boasts the bar and a restaurant. The establishment offers internet, room service, a laundry service, a conference room, a car park and an indoor car park. SITUATION: Oxford Street It is near Where you can find leisure areas, bars, pubs and restaurants. close to the establishment, guests have Marble Arch and Edgware Road the metro stations of. ROOM: The stylish rooms, have central heating, tiled floors, fitted carpets and a direct line telephone. They also have a hairdryer, a satellite television, internet, a mini-bar and a safe. FACILITIES: The establishment boasts a covered pool, a swimming pool, a sauna, a solarium and a gym. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4966.17" OriginalAmount="4917.00" MarkupRule="1.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="63" TotalAmount="4976.27" OriginalAmount="4927.00" MarkupRule="1.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="63" TotalAmount="4980.31" OriginalAmount="4931.00" MarkupRule="1.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="94" TotalAmount="4986.33" OriginalAmount="4936.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508591" Longitude="-0.124761" StarRating="4" HotelCode="|18003" HotelName="The Clermont, Charing Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STRAND, CHARING CROSS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/0/3/18003_d47e1821752.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1864, renovated in 2000. It has a main building, an annexed building, 6 floors, 239 double rooms and 33 apartments. In the entrance, you can find a lobby with elevators, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment boasts a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning, conference rooms and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This establishment is in London city centre. It has good links to public transport services. Near the establishment, you will find Trafalgar Square and Covent Garden it is situated 100 metres away from restaurants, bars, shops, clubs and nightclubs. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a television, a radio, internet, a mini-bar, fitted carpets, an air-conditioning system, central heating and a safe. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accommodated and special dishes can be made. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4986.37" OriginalAmount="4937.00" MarkupRule="1.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="8" TotalAmount="4988.47" OriginalAmount="4939.08" MarkupRule="1.00">
      <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 12/09/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="94" TotalAmount="4990.85" OriginalAmount="4941.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525062" Longitude="-0.0825705" StarRating="5" HotelCode="|214886" HotelName="Nobu Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-50 Willow St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/4/8/8/6/214886_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4996.47" OriginalAmount="4947.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512150399307" Longitude="-0.13186812400818" StarRating="4" HotelCode="17454|best_western_premier_shaftesbury_london_piccadilly" 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="5013.64" OriginalAmount="4964.00" MarkupRule="1.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="94" TotalAmount="5022.51" OriginalAmount="4972.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4924297" Longitude="-0.1781692" StarRating="5" HotelCode="|17987" HotelName="The Kensington" Meals="ROOM ONLY" 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="5030.81" OriginalAmount="4981.00" MarkupRule="1.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="5042.93" OriginalAmount="4993.00" MarkupRule="1.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 16/09/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="94" TotalAmount="5047.04" OriginalAmount="4997.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.542538" Longitude="-0.0041" StarRating="4" HotelCode="|80844" HotelName="Hyatt Regency London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10a Chestnut Plaza,Westfield Stratford CityMontfichet Road, Olympic Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/4/4/80844_78a0a1e0712.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, a bar, a terrace, a gym and a business centre. SITUATION: This hotel Westfield Stratford City it is in Londres it is close to O2 Arena the stadium nearby, you will find bars, restaurants, is situated 5 kilometres away from London City the airport It has excellent transport links to the train and the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5047.98" OriginalAmount="4998.00" MarkupRule="1.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="94" TotalAmount="5054.08" OriginalAmount="5004.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515426" Longitude="-0.157179" StarRating="5" HotelCode="|17993" HotelName="Hyatt Regency London The Churchill" Meals="ROOM ONLY" 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="63" TotalAmount="5069.19" OriginalAmount="5019.00" MarkupRule="1.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="5073.23" OriginalAmount="5023.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511751442225" Longitude="-0.17764940857887" StarRating="4" HotelCode="66003|corus_hotel_hyde_park" HotelName="Corus Hotel Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/09/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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Lancaster Gate, London W2 3LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/d1/c2d1ec932715bbc56b5afe5aedd84bee018e6afa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly next to Hyde Park and only a short distance from Oxford Street. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5086.93" OriginalAmount="5036.56" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="5098.98" OriginalAmount="5048.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511908" Longitude="-0.132443" StarRating="4" HotelCode="|18062" HotelName="Montcalm Piccadilly Townhouse, London West End" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65-73 Shaftesbury Avenue,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/6/2/18062_1c48e4f0348.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel establishment with air-conditioning, was built in 1900 and renovated in 2003. It has 6 floors, 67 rooms, 9 single rooms and 47 double rooms. It has a reception, a safety deposit box service, internet, a conference room and a lift. The establishment also offers room service and a laundry service. SITUATION: Shaftesbury Avenue It is in in the surrounding area of the establishment, guests can find tourist points of interest, shops, bars, pubs and nightclubs. 100 metres away, guests have a public transport stop. ROOM: The comfortable rooms, have fitted carpets, a direct line telephone, a satellite TV, internet and a radio. They also have a mini-bar, a fridge, a hairdryer, a safety deposit box and central heating. FACILITIES: The establishment boasts a gym. OTHERS: Regarding the food and beverage offering, clients have buffet or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="5103.66" OriginalAmount="5053.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49326" Longitude="-0.127276" StarRating="4" HotelCode="33453" HotelName="Riu Plaza London The Westminster" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>30 John Islip Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/33453/33453/1.jpg?f=17753760</HotelPictures>
        <HotelDescription>Enjoy the recreation opportunities such as a 24-hour fitness center or make use of other amenities including complimentary wireless internet access.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5107.57" OriginalAmount="5057" MarkupRule="1.00">
      <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="27" TotalAmount="5112.62" OriginalAmount="5062" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51103893" Longitude="-0.13022009" StarRating="3" HotelCode="261737|93737" HotelName="Premier Inn London Leicester Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Leicester Place, Leicester Square, London WC2H 7BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/613100/20197301046679.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5112.62" OriginalAmount="5062.00" MarkupRule="1.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="Free CXL until 14/09/2026" 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="94" TotalAmount="5139.08" OriginalAmount="5088.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49848" Longitude="-0.083975" StarRating="4" HotelCode="|455327" HotelName="Residence Inn by Marriott London Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>201-211 Long Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/3/2/7/455327_e0e92bb1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5149.77" OriginalAmount="5098.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49443" Longitude="-0.17471" StarRating="5" HotelCode="|184028" HotelName="The Pelham London - Starhotels Collezione" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Cromwell Place, South Kensington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/2/8/184028_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5154.03" OriginalAmount="5103.00" MarkupRule="1.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="94" TotalAmount="5168.85" OriginalAmount="5117.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515907" Longitude="-0.120217" StarRating="5" HotelCode="|25261" HotelName="Middle Eight - Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GREAT QUEEN STREET, 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/6/1/25261_e4cb60e1248.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 170 rooms, 7 floors and 2 suites. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a cloakroom, a lift and a currency exchange service. The establishment boasts a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning, with highchairs, a conference room and internet. There are many services available at the establishment, including room service, a medical care service and a laundry service. SITUATION: This hotel is situated in Covent Garden a central area of Oxford Street, the British Museum, Theatreland and the Real Opera near the establishment, guests will find it is near the metro stations. ROOM: Suites They have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a double bed, fitted carpets, central heating, an air-conditioning system and a safe (available for a fee). FACILITIES: Guests can enjoy a jacuzzi, a sauna, a steam bath and a gym. OTHERS: Regarding the food and beverage offering, clients have all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5179.28" OriginalAmount="5128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509537705242" Longitude="-0.19673321663481" StarRating="4" HotelCode="29187|the_laslett_hotel" HotelName="The Laslett" 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,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="94" TotalAmount="5184.91" OriginalAmount="5133.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514133" Longitude="-0.127293" StarRating="4" HotelCode="|17977" HotelName="Radisson Blu , London Mercer Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Mercer Street, Covent Garden</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/7/17977_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900 and renovated in 2003. It has 7 floors, 151 rooms, 21 single rooms, 122 double rooms and 8 suites. Guests have access to a reception, a currency exchange service, a cloakroom and lifts. It has a bar, a restaurant, internet and WiFi. There are many services available at the establishment, including room service and a laundry service. SITUATION: This urban hotel is situated in Covent Garden a central area of near the establishment, guests will find shops, restaurants, bars and pubs. 300 metres away, there is a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a satellite or cable television, internet, a safety deposit box, central heating, tiled floors and fitted carpets. FACILITIES: Guests can enjoy a gym. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5195.28" OriginalAmount="5143.84" MarkupRule="1.00">
      <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 16/09/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="5204.53" OriginalAmount="5153.00" MarkupRule="1.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="Free CXL until 15/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5209.58" OriginalAmount="5158.00" MarkupRule="1.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="Free CXL until 14/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5210.59" OriginalAmount="5159.00" MarkupRule="1.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="5250.99" OriginalAmount="5199.00" MarkupRule="1.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="63" TotalAmount="5255.03" OriginalAmount="5203.00" MarkupRule="1.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="Free CXL until 17/09/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="94" TotalAmount="5256.51" OriginalAmount="5204.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5160597" Longitude="-0.0881102" StarRating="4" HotelCode="|67134" HotelName=" Clayton Hotel London Wall" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>COPTHALL AVENUE 7-9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/3/4/67134_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious establishment and contemporary style, it was opened in 2009 and has 89 rooms and suites. The establishment boasts a restaurant, a bar, a gym, a lobby, a reception and a lift. The establishment also offers WiFi, room service and a laundry service. SITUATION: This hotel is in the business area, near the establishment, you will find places of interest, close to the establishment, guests have the railway station, the metro station, is situated 12 kilometres away from London City Airport the establishment is 30 kilometres away from London Heathrow Airport it is situated 53 kilometres away from Gatwick Airport 54 kilometres away from Stansted Airport. ROOM: All the rooms have an LCD television, WiFi, a bathroom with a shower, a bath, a hairdryer, a king size or double bed, a direct line telephone, a radio, a safe, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and individual heating. FACILITIES: The establishment has a gym. MEALS: Regarding the food and beverage offering, the establishment offers an elegant restaurant and a bar. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5270.18" OriginalAmount="5218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517599" Longitude="-0.127656" StarRating="4" HotelCode="16396|radisson_blu_edwardian_bloomsbury_street" HotelName="Radisson Blu Edwardian Bloomsbury 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,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="94" TotalAmount="5310.38" OriginalAmount="5257.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5291195" Longitude="-0.1218179" StarRating="4" HotelCode="|167236" HotelName="The Gyle - Kings Cross St Pancras, London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Argyle Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/3/6/167236_637c94f1227.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, an ironing set and a hairdryer. SITUATION: This establishment is in a green area of Londres. It is situated 2 minutes walk away from the train and the metro station. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5311.36" OriginalAmount="5258.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49437" Longitude="-0.189836" StarRating="4" HotelCode="|168056" HotelName="London Marriott  Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>147 Cromwell Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/0/5/6/168056_19.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby, 7 floors, 216 rooms, internet, a restaurant and a bar. SITUATION: This establishment is close to the Natural History Museum, Royal Albert Hall and the stores of Kensington High Street. It has excellent transport links to the metro station. It is in Gloucester Road, has excellent transport links to taxis, the bus, the nightlife and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5345.93" OriginalAmount="5293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498799" Longitude="-0.136877" StarRating="5" HotelCode="|444940" HotelName="The Guardsman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Vandon Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/0/444940_75a44f11325.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5347.95" OriginalAmount="5295.00" MarkupRule="1.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="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="27" TotalAmount="5350.98" OriginalAmount="5298" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52163832" Longitude="-0.08572789" StarRating="5" HotelCode="469797|200302" HotelName="Montcalm Royal London House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-25 Finsbury Square, EC2A 1DX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/5a/f75a1e60606006eed037a5c610e78a02fad766a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5354.01" OriginalAmount="5301.00" MarkupRule="1.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="94" TotalAmount="5356.55" OriginalAmount="5303.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5209427" Longitude="-0.156984" StarRating="4" HotelCode="|20366" HotelName="Holmes London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Chiltern Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/6/6/20366_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 18th Century, renovated in 2001, has 5 floors, 119 standard rooms, 70 single rooms, 26 double rooms, 3 suites and 17 apartments. The establishment has a lobby with elevators, a reception with safety deposit boxes, a television room, an Ã  la carte restaurant with air-conditioning and highchairs. The establishment offers guests conference rooms, internet, room service and a laundry service. SITUATION: This hotel is in Baker Street it has excellent transport links to places of interest, such as el Hyde Park, Regents Park, Madame Tussauds and Oxford Street, close to restaurants, bars and shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a fridge, a central heating system and a safe. FACILITIES: Guests are offered a sauna, a Turkish bath, a massage service and a gym. MEALS: The establishment serves a buffet breakfast, menu and Ã  la carte lunch and an Ã  la carte dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5380.27" OriginalAmount="5327.00" MarkupRule="1.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="5391.88" OriginalAmount="5338.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51328" Longitude="-0.08513" StarRating="4" HotelCode="|529754" HotelName="Counting House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Cornhill</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/7/5/4/529754_bb99b7f1059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5395.42" OriginalAmount="5342.00" MarkupRule="1.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="5407.54" OriginalAmount="5354.00" MarkupRule="1.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="Free CXL until 17/09/2026" 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="5423.70" OriginalAmount="5370.00" MarkupRule="1.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="63" TotalAmount="5425.72" OriginalAmount="5372.00" MarkupRule="1.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="94" TotalAmount="5427.68" OriginalAmount="5373.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509293" Longitude="-0.126627" StarRating="4" HotelCode="|444647" HotelName="Page8, Page Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 St. Martins Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/4/7/444647_6fd0c401035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5436.78" OriginalAmount="5382.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514702" Longitude="-0.1023" StarRating="0" HotelCode="|451090" HotelName="Hyde London City (Opening March 2024)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Old Bailey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/9/0/451090_b5517e01001.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5437.23" OriginalAmount="5383.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500037" Longitude="-0.161528" StarRating="5" HotelCode="35462|15170" HotelName="The Capital" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/09/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="63" TotalAmount="5437.84" OriginalAmount="5384.00" MarkupRule="1.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="Free CXL until 17/09/2026">
        <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="94" TotalAmount="5441.64" OriginalAmount="5387.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520412" Longitude="-0.084917" StarRating="5" HotelCode="|538256" HotelName="Sun Street Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-15 Sun Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/2/5/6/538256_78dcc100944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5447.94" OriginalAmount="5394.00" MarkupRule="1.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="Free CXL until 15/09/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="27" TotalAmount="5468.14" OriginalAmount="5414" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495635830716" Longitude="-0.14538645744324" StarRating="4" HotelCode="18519|13280" HotelName="The Clermont, Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Buckingham Palace Road, London SW1W 0SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/f3/f5f3dd07829eb17b9daa694a676edebaa17a4294.jpeg</HotelPictures>
        <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="94" TotalAmount="5469.74" OriginalAmount="5415.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52059" Longitude="-0.13062" StarRating="4" HotelCode="|183536" HotelName="The Academy - Small Luxury Hotels Of The World" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Gower Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/5/3/6/183536_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5496.37" OriginalAmount="5441.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5186996" Longitude="-0.1354" StarRating="4" HotelCode="|20393" HotelName="The Rathbone , Fitzrovia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rathbone Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/9/3/20393_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5505.69" OriginalAmount="5451.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516134" Longitude="-0.157704" StarRating="5" HotelCode="|18031" HotelName="Nobu London Portman Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PORTMAN SQUARE 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/1/18031_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This conference hotel, was built in 1971, renovated in 2003, has 11 floors, 272 standard rooms, 9 single rooms, 243 double rooms and 18 suites. In the establishment entrance, guests will find a lobby with a reception, a currency exchange service, a safety deposit box service and lifts. Our guests can find a conference room, a cafÃ© and an Ã  la carte restaurant highchairs with air-conditioning. The establishment offers internet, WiFi, room service and a laundry service. Guests are also offered disabled access rooms. SITUATION: This luxurious hotel is near Oxford Street, near the establishment, you will find restaurants, pubs, boutiques and Marble Arch Underground Station. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a stereo, satellite or cable TV, internet, a mini-bar and a fridge. They also have a double bed, a safety deposit box, heating, tiled floors and fitted carpets. FACILITIES: The establishment boasts a sauna and a gym. MEALS: The establishment serves a buffet breakfast and Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accommodated and special dishes can be made. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5517.63" OriginalAmount="5463.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-8 Great Suffolk Street, London SE1 0UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/1f/8a1ff60100a56901be77686d8e8bc376ce4368e2.jpeg</HotelPictures>
        <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="94" TotalAmount="5534.30" OriginalAmount="5479.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5000865" Longitude="-0.1616785" StarRating="5" HotelCode="|25255" HotelName="The Capital , Apartments and Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Basil Street Knightsbridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/5/5/25255_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2004 6 floors, 49 rooms, 22 double rooms, 7 deluxe rooms, 8Â junior suites and 10 apartments. Guests have access to a currency exchange service, a bar, an excellent restaurant with air-conditioning and internet. There are many services available at the establishment, including a laundry service and room service. It also has an indoor car park. SITUATION: This attractive and luxury hotel, Knightsbridge is situated in nearby, you will find shops, Harrods, Harvey Nichols, Sloane Street and Hyde Park it is close to 50 metres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, an air-conditioning system, a central heating system and a safe (available for a fee). FACILITIES: Guests are offered an entertainment programme. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5554.31" OriginalAmount="5499.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490714445642" Longitude="-0.13872385025024" StarRating="3" HotelCode="35444|15038" HotelName="Luna &amp; Simone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/09/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="5575.20" OriginalAmount="5520.00" MarkupRule="1.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="8" TotalAmount="5585.14" OriginalAmount="5529.84" MarkupRule="1.00">
      <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 15/09/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="5587.32" OriginalAmount="5532.00" MarkupRule="1.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="94" TotalAmount="5600.04" OriginalAmount="5544.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504996" Longitude="-0.150016" StarRating="5" HotelCode="|25262" HotelName="Como Metropolitan London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OLD PARK LANE 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/6/2/25262_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel renovated suites WiFi (free of charge), a restaurant, Met Bar the bar a lounge bar and a club. The establishment also offers yoga and a gym. SITUATION: Mayfair It is in 100 metres away, clients have boutiques, shopping areas, restaurants and bars. ROOM: The establishment has 150 rooms with a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio and internet. They also have a mini-bar, a fridge, a safety deposit box, fitted carpets and a central heating system. FACILITIES: The establishment boasts the health club, Reiki, reflexology, yoga and a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5618.28" OriginalAmount="5562.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52754" Longitude="-0.08901" StarRating="5" HotelCode="|184731" HotelName="Montcalm East, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151-157 City Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/3/1/184731_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5625.70" OriginalAmount="5570.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514797" Longitude="-0.158564" StarRating="4" HotelCode="147211|zetter_townhouse_maryleb" HotelName="The Zetter Townhouse Marylebone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="5687.37" OriginalAmount="5631.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5144005" Longitude="-0.1484" StarRating="4" HotelCode="|20370" HotelName="Radisson Blu , London Bond Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OXFORD STREET 350</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/7/0/20370_7f784800803.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 8 floors, 148 rooms, 98 double rooms, 48 single rooms and 2 suites. The establishment boasts a restaurant with air-conditioning and a bar. The establishment offers guests room service and a laundry service. SITUATION: This luxurious hotel is in a central location, Close to, is located close to Kensington and Buckingham the palaces of Close to Bond Street the metro stop. ROOM: The luxurious rooms with air-conditioning, have a bathroom, a hairdryer, an iron, a direct line telephone and satellite or cable TV. They also have a mini-bar, a fridge, central heating and a safety deposit box. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5717.61" OriginalAmount="5661.00" MarkupRule="1.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="94" TotalAmount="5731.23" OriginalAmount="5674.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502177" Longitude="-0.07696" StarRating="4" HotelCode="|444661" HotelName="The Dixon,Tower Bridge, Autograph Collection " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211 Tooley Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/6/1/444661_91136091157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5736.66" OriginalAmount="5679.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48908" Longitude="-0.14663" StarRating="0" HotelCode="|183997" HotelName="Publove The White Ferry, Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1A Sutherland Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/9/7/183997_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5772.15" OriginalAmount="5715.00" MarkupRule="1.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="27" TotalAmount="5773.16" OriginalAmount="5716" MarkupRule="1.00">
      <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="5784.27" OriginalAmount="5727.00" MarkupRule="1.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="5799.38" OriginalAmount="5741.96" MarkupRule="1.00">
      <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 16/09/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="5808.51" OriginalAmount="5751.00" MarkupRule="1.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="63" TotalAmount="5814.57" OriginalAmount="5757.00" MarkupRule="1.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="94" TotalAmount="5818.15" OriginalAmount="5760.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503961" Longitude="-0.15021" StarRating="5" HotelCode="|18004" HotelName="Intercontinental London Park Lane, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HAMILTON PLACE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/0/4/18004_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a large hall with elevators, a reception, a cloakroom, a cosy, comfortable bar, an Ã  la carte restaurant with air-conditioning, a hairdresser's, an indoor car park, conference rooms with features that offer you the maximum level of comfort and internet. There are many services available at the establishment, including a laundry service and room service. SITUATION: This trendy hotel is situated in a central area. It has good links to the metro station. Near the establishment, guests will find tourist points of interest, monuments, shops and leisure areas. It is close to Hyde Park Underground Station. It has good links to Airport London Heathrow. ROOM: The establishment has 451 stylish rooms with a bathroom, a hairdryer, a direct line telephone, a satellite television, internet, a mini-bar, a central heating system, a safety deposit box and fitted carpets. Some rooms have tiled floors. FACILITIES: Clients have access to a small sports area, a jacuzzi, a sauna and a gym. MEALS: Customers have at their disposal a restaurant. The establishment serves Ã  la carte lunch and dinner. The establishment also has a coffee shop. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Eurocard, Visa and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5849.69" OriginalAmount="5791.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495674" Longitude="-0.145233" StarRating="4" HotelCode="|18039" HotelName="The Clermont London, Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 Buckingham Palace Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/9/18039_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1862, was renovated in 2000. It has 5 floors, an annexed building, 357 rooms, 74 single rooms, 281 double rooms and 2 studios. In the entrance, you can find a lobby with elevators, a reception, a safety deposit box service and a currency exchange service. It has 2 bars and an Ã  la carte restaurant with air-conditioning, The establishment offers room service, a laundry service and internet. SITUATION: This hotel the Buckingham Palace it is 500 metres away from 1 kilometre away, you can find shops, nightclubs, clubs, restaurants, bars and pubs. 100 metres away, there is a public transport stop. ROOM: The modern rooms, have a bathroom, a hairdryer, a direct line telephone, a television, films (available for a fee), internet and a courtesy tea and coffee service. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast, buffet, Ã  la carte or set-menu lunch and an Ã  la carte or set-menu dinner. Dietary restrictions can be accomodated for and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5855.34" OriginalAmount="5797.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4989014" Longitude="-0.1578" StarRating="5" HotelCode="|20032" HotelName="The Lowndes London - A Jumeirah Partner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 LOWNDES STREET, BELGRAVIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/3/2/20032_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel was renovated in 2002 24 double rooms, 1 suite and 5 floors. In the establishment entrance, guests will find a lobby with elevators, a cafÃ©, a reception with safety deposit boxes and a currency exchange service. The establishment boasts a bar, a casino, internet at an extra charge, a restaurant with air-conditioning, an indoor car park and a car park. There are many services available at the establishment, including room service and a laundry service. SITUATION: This nice, comfortable hotel is situated close to London the city centre of Where you can find shops, leisure areas and entertainment. 50 metres away, there is a public transport stop, 800 metres away, guests will find bars, restaurants and shops. it is 200 metres away from Knightsbridge the metro station of. ROOM: The rooms have a bathroom with a hairdryer, a mini-bar, a safety deposit box (available for a fee), a direct line telephone, internet, a radio, a double bed and satellite or cable TV. FACILITIES: It is 50 kilometres away from a golf course. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5856.99" OriginalAmount="5799.00" MarkupRule="1.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="94" TotalAmount="5861.25" OriginalAmount="5803.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5127447" Longitude="-0.0850528" StarRating="4" HotelCode="|166899" HotelName="Club Quarters London City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Gracechurch Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/8/9/9/166899_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Club Quarters Gracechurch is rated four stars. It has WiFi (free of charge), air-conditioning, computer, a printing service (free of charge), mineral water (free of charge) and a gym (free of charge). The establishment also has a living room, daily newspapers, magazines, coffee pot and a teapot. SITUATION: This establishment is in the business district. 400 metres away from the establishment, you can find the metro stations Monument and Bank. It is next to the Market of Leadenhall. 500 metres away, guests will find the river the Thames and el puente de Londres. ROOM: Customers have stylish rooms with luxury beds, modern furniture and a large desk. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5863.05" OriginalAmount="5805.00" MarkupRule="1.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="Free CXL until 06/09/2026" 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="5959.00" OriginalAmount="5900.00" MarkupRule="1.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="5961.02" OriginalAmount="5902.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Peter’s Lane, Cowcross Street, London EC1M 6DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/80/c8/80c838b5b2fc1906b1321ce72d7a089f9a9fb06e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5973.14" OriginalAmount="5914" MarkupRule="1.00">
      <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="8" TotalAmount="5974.03" OriginalAmount="5914.88" MarkupRule="1.00">
      <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 16/09/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="63" TotalAmount="5982.23" OriginalAmount="5923.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506762066506" Longitude="-0.1466176134079" StarRating="4" HotelCode="174961|44_curzon_street" 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="5993.34" OriginalAmount="5934.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50613827443" Longitude="-0.14034234477276" StarRating="5" HotelCode="18135|st_jamess_hotel__club" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7-8 Park Place, St. James's, London SW1A 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/57/2457f822a81059066adbd5cb5126a9aee4880b22.JPEG</HotelPictures>
        <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="6009.50" OriginalAmount="5950.00" MarkupRule="1.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="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Bedford Street, London WC2R 0PZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/0d/b90d5210e43070ecdff66819fdebe912cd50345d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6011.52" OriginalAmount="5952.00" MarkupRule="1.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="94" TotalAmount="6112.74" OriginalAmount="6052.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4939398" Longitude="-0.1434072" StarRating="4" HotelCode="|18046" HotelName="Doubletree By Hilton London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bridge Place 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/4/6/18046_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioning hotel, renovated in 2005, has 9 floors and 212 rooms. In the entrance, you can find a hall with elevators and a reception with safety deposit boxes, Regarding the food and beverage offering, the establishment has a bar a restaurant with highchairs, The establishment offers guests a conference room, internet, room service and a laundry service. SITUATION: This hotel is close to Victoria the underground station of Close to shops and the leisure areas. it is situated 35 kilometres away from the airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a covered pool, a heated swimming pool, a sauna and a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, Diners Club and EC. OTHERS: Regarding the food and beverage provision, the establishment offers all meals in a buffet form, The establishment also offers an Ã  la carte or set-menu lunch and dinner, Dietary restrictions can be accomodated for and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6115.57" OriginalAmount="6055.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51886" Longitude="-0.08653" StarRating="5" HotelCode="|183873" HotelName="South Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 South Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/7/3/183873_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6123.63" OriginalAmount="6063.00" MarkupRule="1.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="63" TotalAmount="6124.64" OriginalAmount="6064.00" MarkupRule="1.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="94" TotalAmount="6139.01" OriginalAmount="6078.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529421" Longitude="-0.124181" StarRating="5" HotelCode="|444717" HotelName="The Standard London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Argyle Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/1/7/444717_05300040941.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6143.83" OriginalAmount="6083.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507714" Longitude="-0.147148" StarRating="4" HotelCode="18284|the_chesterfield_mayfair" HotelName="The Chesterfield Mayfair" Meals="ROOM ONLY" 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="6165.04" OriginalAmount="6104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499595247606" Longitude="-0.13184122453686" StarRating="3" HotelCode="17178|the_sanctuary_house_hotel" HotelName="Sanctuary House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/09/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="6166.05" OriginalAmount="6105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51636307881" Longitude="-0.077857656992308" StarRating="5" HotelCode="450239|199964" HotelName="Devonshire Club by Mantis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Devonshire Square, London EC2M 4YD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/c6/5fc6250dd638615202e69c3a2ce6f6c698c6140a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6186.25" OriginalAmount="6125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50472678657" Longitude="-0.1470373836504" StarRating="5" HotelCode="17641|the_park_lane_hotel_london_2" 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 17/09/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="63" TotalAmount="6186.25" OriginalAmount="6125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523123687665" Longitude="-0.10387390851974" StarRating="4" HotelCode="189767|the_zetter_townhouse" HotelName="The Zetter Townhouse" 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>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="94" TotalAmount="6190.97" OriginalAmount="6129.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50882" Longitude="-0.08111" StarRating="5" HotelCode="|184343" HotelName="Cheval Three Quays" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Lower Thames Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/3/4/3/184343_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6202.61" OriginalAmount="6141.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50992" Longitude="-0.123482" StarRating="4" HotelCode="|444947" HotelName="The Resident Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Bedford St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/7/444947_ec0b4f91416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6243.82" OriginalAmount="6182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4986932" Longitude="-0.1377037" StarRating="4" HotelCode="|18084" HotelName="St. James' Court, A Taj , London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate. London. SW1E 6AF</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/8/4/18084_c1098ce1153.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 7 floors, 342 standard rooms, 11 suites and 3 rooms adapted for people with reduced mobility. It has air-conditioning, a garden, a hall with a lift, a reception and a currency exchange service. The establishment boasts a cafÃ©, a bar, a pub, a television room and an Ã  la carte restaurant. The establishment offers guests a safety deposit box service, conference rooms, internet, room service, a laundry service and bicycle rental. SITUATION: This hotel is in Westminster it has good links to public transport services. Near the establishment, you will find tourist areas, shops and leisure areas. A few minutes' walk away, clients have the Buckingham Palace and the Big Ben 600 metres away from the establishment, you can find Westminster Abbey it is 1,2 kilometres away from the London Eye It's 1,9 kilometres from the National Gallery, 16 kilometres away from Airport London City. 24 kilometres away from the establishment, guests will find London Heathrow Airport. It is 44 kilometres away from Gatwick Airport. It is 56 kilometres from the Luton Airport. It's 63 kilometres from Stansted Airport. ROOM: Customers can find inviting and modern rooms with a hairdryer, a direct line telephone, a satellite TV, internet, a mini-bar, a safe, a coffee maker, a kettle, an air-conditioning system, individual heating and an iron. FACILITIES: The establishment has a gym, a sauna, a steam bath and a solarium. Guests are offered beauty treatments, body treatments, a massage service and the option of a manicure. Some of these services for an additional charge. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6250.07" OriginalAmount="6188.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5174" Longitude="-0.1274" StarRating="4" HotelCode="|17947" HotelName="Radisson Blu , London Bloomsbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLOOMSBURY STREET 9-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/4/7/17947_dd5d5130845.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 173 rooms, 16 single rooms, 150 double rooms and 2 suites. It has a reception, a currency exchange service, a cloakroom and lifts. The establishment offers a conference room, room service, a laundry service, internet and WiFi. SITUATION: This luxurious hotel is in London city centre. Nearby, you will find museums. 500 metres away from the establishment, guests can find shops, restaurants and pubs. 100 metres away, guests have a public transport stop. ROOM: The inviting rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a fridge and a mini-bar. They also have a double bed, a central heating system, fitted carpets and tiled floors. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6251.80" OriginalAmount="6189.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50024" Longitude="-0.17997" StarRating="4" HotelCode="|184494" HotelName="The Gore London – Starhotels Collezione" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>190 Queen Gate, Kensington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/9/4/184494_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6287.94" OriginalAmount="6225.68" MarkupRule="1.00">
      <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 16/09/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="6340.78" OriginalAmount="6278" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506379" Longitude="-0.145612" StarRating="4" HotelCode="13327|31378" HotelName="Hilton London Green Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Half Moon Street, Mayfair, London W1J 7BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/0684143e4baa2c14/01-b.jpg</HotelPictures>
        <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="6378.15" OriginalAmount="6315.00" MarkupRule="1.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="6399.36" OriginalAmount="6336.00" MarkupRule="1.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="63" TotalAmount="6425.62" OriginalAmount="6362.00" MarkupRule="1.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="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-6 Southampton Row, London WC1B 4AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/f5/38f57117ce22fd504049231be162fddd3bc859cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6444.01" OriginalAmount="6380.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515923" Longitude="-0.15989" StarRating="5" HotelCode="|78281" HotelName="The Prince Akatoki London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GREAT CUMBERLAND PLACE 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/2/8/1/78281_2d50ce00817.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (free of charge), a reception, multilingual staff, a cleaning service and daily newspapers (free of charge). SITUATION: This establishment, Marble Arch it is close to, is 40 minutes away from London Heathrow Airport 2 minutes away from the establishment, guests will find Marble Arch the metro station It has excellent transport links to places of interest. ROOM: Each room has a satellite television, a writing desk, a kettle, a coffee maker and a shower. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant and a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6522.58" OriginalAmount="6458.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="986336|the_westin_london_city" HotelName="The Westin London City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="6538.74" OriginalAmount="6474.00" MarkupRule="1.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="94" TotalAmount="6591.27" OriginalAmount="6526.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510732" Longitude="-0.131475" StarRating="5" HotelCode="|78318" HotelName="W London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wardour Street 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/3/1/8/78318_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a cocktail bar, a spa, a beauty centre and a restaurant. SITUATION: This establishment, the West End it is in Close to the theatres and Chinatown and Soho the districts 300 metres away, guests can find Leicester Square and Piccadilly Circus the metro station of 2 minutes away, there are shops. ROOM: The rooms have an iPod docking station, a flat-screen television, a bathrobe and luxurious bedding. FACILITIES: Guests are offered a sauna, a hydromassage pool, a steam bath, treatments and relaxation area. The establishment also offers a bar, a cocktail bar and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6609.44" OriginalAmount="6544.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518021675267" Longitude="-0.14265596866608" StarRating="4" HotelCode="17096|saint_georges_hotel" HotelName="Treehouse London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-15 Langham Place, Marylebone, London W1B 2QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/4a/5d4aef857bf9589e7861a1f4ec1d23715e475657.jpeg</HotelPictures>
        <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="6622.57" OriginalAmount="6557.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519952729849" Longitude="-0.12586265802383" StarRating="4" HotelCode="35407|grange_white_hall_hotel" HotelName="Grange White Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-5 Montague Street, WC1B 5BU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/81/5081a1482eab33cf0d505f7eb388dadcb085d272.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a unique location on Montague Street close to the spot where the Duke of Montague ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6637.72" OriginalAmount="6572.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512158" Longitude="-0.15441399999997" StarRating="5" HotelCode="284902|go_native_mayfair" HotelName="Go Native Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Lees Place, Mayfair, London, W1K 6LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/02/97021ce419ed8cae033a9579a7102d9eb94bd4bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6659.20" OriginalAmount="6593.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4985008" Longitude="-0.1351" StarRating="4" HotelCode="|17989" HotelName="St. Ermins , Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caxton Street 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/8/9/17989_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1887, has 6 floors, 290 rooms, 98 single rooms, 125 double rooms and 7 suites. It has a hall with elevators, a reception, a bar and a restaurant. The establishment also offers a car park (for a fee). SITUATION: This hotel is near monuments and tourist points of interest, such as the Buckingham Palace. 50 metres away, clients have St James Park Underground Station. ROOM: The comfortable rooms have a bathroom with a bath or shower, a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, a fridge and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6666.49" OriginalAmount="6600.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513692" Longitude="-0.120383" StarRating="4" HotelCode="|444032" HotelName="AMANO Covent Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34-43 Russell St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/3/2/444032_438d76b1211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6681.96" OriginalAmount="6615.80" MarkupRule="1.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 10/09/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="8" TotalAmount="6685.35" OriginalAmount="6619.16" MarkupRule="1.00">
      <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 17/09/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="6686.93" OriginalAmount="6620.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512635319424" Longitude="-0.11892378330231" StarRating="5" HotelCode="18369|9013" HotelName="The Waldorf Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="6688.22" OriginalAmount="6622.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51525152942" Longitude="-0.15928593692695" StarRating="5" HotelCode="14979|the_montcalm_london" HotelName="The Montcalm London Marble Arch" Meals="ROOM ONLY" 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="94" TotalAmount="6752.69" OriginalAmount="6685.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524829" Longitude="-0.143687" StarRating="4" HotelCode="|18078" HotelName="Melia White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Albany Street, Regent's Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/7/8/18078_03ca8ed1131.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1936, renovated in 2002, has 8 floors, 581 rooms, 283 single rooms, 158 double rooms, 140 suites and 112 apartments. In the entrance, you can find a lobby, a reception, a safety deposit box service, a currency exchange service and lifts. Regarding the food and beverage offering, the establishment has an Ã  la carte restaurant with air-conditioning, with highchairs, a bar. The establishment offers a conference room, WiFi, room service, a laundry service and a medical care service. SITUATION: This luxurious hotel is situated 35 kilometres away from London Heathrow and Gatwick the airports of near the establishment, you will find the tourist attractions. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a radio, internet, a courtesy tea and coffee service, a trouser press and a mini-bar. They also have a double bed, fitted carpets, an air-conditioning system, a central heating system and a safety deposit box. FACILITIES: The establishment has a gym and a sauna. OTHERS: The establishment serves all meals in a buffet form, set-menu or Ã  la carte lunch and dinner, dietary restrictions can be accomodated for and special dishes. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and EC.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6765.75" OriginalAmount="6698.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506318" Longitude="-0.125851" StarRating="5" HotelCode="|444704" HotelName="Great Scotland Yard Hotel, part of Hyatt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-5, Great Scotland Yard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/0/4/444704_9c0495e1224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6780.13" OriginalAmount="6713.00" MarkupRule="1.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 17/09/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="94" TotalAmount="6787.37" OriginalAmount="6720.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525188" Longitude="-0.143668" StarRating="4" HotelCode="|202376" HotelName="Level At Melia White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Longford Street, Regents Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/3/7/6/202376_1_2632.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6804.37" OriginalAmount="6737.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498270816124" Longitude="-0.14356791973114" StarRating="5" HotelCode="17019|the_rubens_at_the_palace" 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 03/09/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="94" TotalAmount="6827.05" OriginalAmount="6759.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5127983" Longitude="-0.1182" StarRating="5" HotelCode="|17957" HotelName="The Waldorf Hilton, London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ALDWYCH N/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/5/7/17957_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: urban and was built in 1908. renovated in 2004 8 floors, 303 rooms and 6 suites. In the entrance, you can find a lobby, a reception with safety deposit boxes, a cloakroom, a currency exchange service and lifts. Guests have access to a cafÃ©, a bar, a restaurant with air-conditioning, a conference room, internet at an extra charge, indoor parking and a car park. There are many services available at the establishment, including room service and a laundry service. SITUATION: It is nearLondon the city centre of Where you can find shops, leisure areas and entertainment. it is near Covent Garden the theatre district, in front of the hotel there is a public transport stop, 500 metres away, guests can find restaurants, bars situated 1,5 kilometres away from shops, the establishment is 60 kilometres away from the beach. ROOM: The modern rooms with air-conditioning, They have a bathroom, a hairdryer, a mini-bar, a safety deposit box (available for a fee), a direct line telephone, internet and satellite or cable TV. FACILITIES: The establishment boasts a swimming pool, a covered pool, a gym, a solarium, a sauna and a Turkish bath. it is 10 kilometres away from a golf course. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6833.57" OriginalAmount="6765.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49916" Longitude="-0.19787" StarRating="0" HotelCode="|444941" HotelName="Monarch House Serviced" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241 Kensington High Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/1/444941_2b205691343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6850.39" OriginalAmount="6782.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525176611433" Longitude="-0.1436474510549" StarRating="4" HotelCode="321892|582162" HotelName="The Level at Meliá White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/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="94" TotalAmount="6853.29" OriginalAmount="6785.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507357" Longitude="-0.12916" StarRating="4" HotelCode="|29703" HotelName="The Trafalgar St. James London, Curio Collection By Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SPRING GARDENS, TRAFALGAR SQUARE 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/0/3/29703_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a good location. It has a lobby with seats. SITUATION: This establishment is in the heart of West End. Near the establishment, guests will find tourist areas and shopping areas. ROOM: The rooms have a bathroom. RESTAURANT: Guests can enjoy 2 bars and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6854.87" OriginalAmount="6787.00" MarkupRule="1.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="Free CXL until 15/09/2026" 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="6868.00" OriginalAmount="6800.00" MarkupRule="1.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 17/09/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="94" TotalAmount="6903.10" OriginalAmount="6834.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50803" Longitude="-0.1437" StarRating="5" HotelCode="|72483" HotelName="The May Fair, A Radisson Collection , Mayfair London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stratton street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/8/3/72483_53716110811.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1927, is perfect for business and holiday stays, has a sauna, showers, treatments and a UV ray solarium. SITUATION: This hotel is in Mayfair it is in London city centre. Close to the establishment, clients can find the Bond Street and Knightsbridge shopping area. It is near Green Park and Buckingham Palace</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6912.32" OriginalAmount="6843.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511146" Longitude="-0.11944" StarRating="5" HotelCode="|78088" HotelName="ME by Meliá London - Covent Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>336-337 The Strand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/8/8/78088_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, bars and a lobby. SITUATION: This hotel Strand it is in Close to the Thames the river, shops, art galleries, museums, restaurants, bars and the nightlife. ROOM: Clients can find 157 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6921.45" OriginalAmount="6852.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49705" Longitude="-0.11333" StarRating="0" HotelCode="|183925" HotelName="Publove @ The Steam Engine - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41-42, Cosser St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/2/5/183925_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6928.60" OriginalAmount="6860.00" MarkupRule="1.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="6937.69" OriginalAmount="6869.00" MarkupRule="1.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="27" TotalAmount="6942.74" OriginalAmount="6874" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520092924228" Longitude="-0.12614965438843" StarRating="4" HotelCode="32095|9762" HotelName="Grange Blooms" 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,Garden,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Montague Street 7, WC1B 5BP London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c1/dfc1a22364b922861371132964fd948014b1fea1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bloomsbury, next to the British Museum (100 m). It is around 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6987.15" OriginalAmount="6917.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529331" Longitude="-0.12611" StarRating="5" HotelCode="|78061" HotelName="St Pancras London, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Euston Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/6/1/78061_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated close toSt Pancras the Station of It has excellent transport links to. ROOM: Customers can find 245 smart, comfortable rooms. OTHERS: Regarding the food and beverage provision, the establishment offers 2 bars.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7048.56" OriginalAmount="6978.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517376" Longitude="-0.081159" StarRating="5" HotelCode="|61872" HotelName="Andaz London Liverpool Street - A Concept By Hyatt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LIVERPOOL STREET 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/8/7/2/61872_684aa240952.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This Victorian style building and was built in 1884. has 267 inviting rooms, The hotel there is no reception, The establishment boasts air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a restaurant, conference facilities, WiFi, room service, a laundry service and a car park. SITUATION: This urban hotel is in London the heart of it is near Liverpool Street the Station of it is well-connected, is located near Tower Bridge, London Tower and Spitalfields boutiques, Oxford Street it has good links to it is situated 11 kilometres away from City Airport it is situated 31 kilometres away from London Heathrow Airport it is situated 48 kilometres away from Gatwick Airport it is situated 56 kilometres away from Luton Airport it is situated 57 kilometres away from Stansted Airport. ROOM: renovated spacious rooms, have double-glazed windows, desks, chairs, flat-screen satellite television, a safety deposit box, a bathrobe, slippers, a bathroom with a shower or bath, a hairdryer, a direct line telephone, a radio, a stereo, internet, a small fridge, a coffee maker, a kettle, an iron, a king size or double bed, an individual air-conditioning system and individual heating. FACILITIES: The establishment has a health club, a gym, a steam bath and a sauna (free of charge), The establishment also has a personal trainer and a massage service. Some services (available for a fee). MEALS: Guests can book bed and breakfast, Regarding the food and beverage offering, the establishment offers Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7145.75" OriginalAmount="7075" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|200426" HotelName="The Franklin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Egerton Gardens, Knightsbridge, London SW3 2DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/eb/5ceb4e3942bc4df6242b0e692d9343f706a15c74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7151.81" OriginalAmount="7081.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49899628" Longitude="-0.19807449" StarRating="4" HotelCode="628399|monarch_house_serviced_apartments" HotelName="Monarch House Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/08/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="63" TotalAmount="7160.90" OriginalAmount="7090.00" MarkupRule="1.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="27" TotalAmount="7188.17" OriginalAmount="7117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508237" Longitude="-0.143715" StarRating="5" HotelCode="69071|3102" HotelName="The May Fair, A Radisson Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stratton Street, Mayfair, London W1J 8LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/9b/359b3dd777a1e2d446df6a49197bf32531aa8db9.jpeg</HotelPictures>
        <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="7191.20" OriginalAmount="7120.00" MarkupRule="1.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="94" TotalAmount="7266.74" OriginalAmount="7194.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526188" Longitude="-0.083373" StarRating="0" HotelCode="|450637" HotelName="Art’otel London Hoxton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rivington Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/3/7/450637_0b2ca2e0955.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7307.35" OriginalAmount="7235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522621" Longitude="-0.125348" StarRating="5" HotelCode="17041|hotel_russell_3" HotelName="Kimpton Fitzroy London" Meals="ROOM ONLY" 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="63" TotalAmount="7322.50" OriginalAmount="7250.00" MarkupRule="1.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="7351.79" OriginalAmount="7279.00" MarkupRule="1.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="94" TotalAmount="7379.18" OriginalAmount="7306.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512505" Longitude="-0.150822" StarRating="5" HotelCode="|17936" HotelName="London Marriott Grosvenor Square" Meals="ROOM ONLY" 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="63" TotalAmount="7383.10" OriginalAmount="7310.00" MarkupRule="1.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="7387.14" OriginalAmount="7314.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521488" Longitude="-0.162639" StarRating="5" HotelCode="18350|the_landmark_london" HotelName="The Landmark London" Meals="ROOM ONLY" 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="7418.45" OriginalAmount="7345.00" MarkupRule="1.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="94" TotalAmount="7421.38" OriginalAmount="7347.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5178623" Longitude="-0.142899" StarRating="4" HotelCode="|18051" HotelName="Treehouse Hotel London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Langham Place Regent Street, 14-15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/1/18051_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has 92 rooms and 3 suites. This modern complex, has a lobby, lifts, a reception and a safety deposit box service. The establishment boasts a bar, a restaurant and room service. SITUATION: This hotel Regent Street it is in London is situated in near the establishment, you will find monuments, the tourist attractions, the cultural area and the shopping area. Clients can also find theatres and shops. it is located close to Oxford Circus the metro stop. ROOM: Each room has a bathroom with a hairdryer, a mini-bar, a kettle, a coffee maker, a trouser press, an air-conditioning system, beautiful views, a direct line telephone, internet and satellite or cable TV with pay channels.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7450.28" OriginalAmount="7376.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512301" Longitude="-0.104619" StarRating="5" HotelCode="|30855" HotelName="Hyatt Regency London Blackfriars" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 New Bridge Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/5/5/30855_be442910706.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre, a currency exchange service, multilingual staff, a reception with safety deposit boxes and a business centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7493.31" OriginalAmount="7419.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509924" Longitude="-0.13001" StarRating="5" HotelCode="|444270" HotelName="The Londoner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Leicester Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/7/0/444270_533a7fc1539.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7584.70" OriginalAmount="7509.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516687" Longitude="-0.150691" StarRating="5" HotelCode="|448503" HotelName="The BoTree London, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Marylebone Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/5/0/3/448503_904b6da1004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7585.10" OriginalAmount="7510.00" MarkupRule="1.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="7597.22" OriginalAmount="7522.00" MarkupRule="1.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="63" TotalAmount="7665.90" OriginalAmount="7590.00" MarkupRule="1.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="94" TotalAmount="7685.42" OriginalAmount="7609.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520948" Longitude="-0.132015" StarRating="4" HotelCode="|532638" HotelName="Fitzrovia apartments by DMONTRIO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ridgmount St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/6/3/8/532638_5e9da0e1002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7695.75" OriginalAmount="7619.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5113983" Longitude="-0.1776" StarRating="4" HotelCode="|17931" HotelName="Hyde &amp; Seek, London Hyde Park, a Tribute Portfolio Hotel" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANCASTER GATE 1-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/3/1/17931_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel el Hyde Park it is next to Close to, Around the establishment, clients can find restaurants, bars and shops. HOTEL: This air-conditioned hotel is ideal for holidays or business trips, has 390 rooms and 10 floors. The establishment also has a reception, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a restaurant, a bar, a living room, conference facilities, internet, room service and a laundry service. ROOM: Each room has a bathroom with a hairdryer, a sitting room, double bed or twin bed, a coffee maker, a kettle, satellite and cable television, central heating, internet, a direct line telephone, an iron, a safety deposit box and an air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and buffet and Ã  la carte lunch.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7764.10" OriginalAmount="7687.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500754" Longitude="-0.152192" StarRating="5" HotelCode="|25278" HotelName="Como The Halkin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HALKIN STREET - BELGRAVIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/7/8/25278_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and was built in 1991. This luxury hotel 100 rooms and 6 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. The establishment boasts a cafÃ©, an Ã  la carte restaurant with air-conditioning, with highchairs, internet. There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This urban hotel is situated in the city centre, close to the establishment, clients can find shops, is 400 metres away from the cultural points of interest. ROOM: The exclusive rooms rooms with a hairdryer, They have a direct line telephone, satellite and cable TV, a radio, a stereo, internet, a mini-bar, a fridge, a double bed, a safety deposit box and a central heating system. FACILITIES: Clients have access to a sauna and a gym. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7798.55" OriginalAmount="7721.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5051601" Longitude="-0.146286" StarRating="5" HotelCode="|17927" HotelName="The Athenaeum and Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PICCADILLY 116</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/2/7/17927_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Was built in 1925, renovated in 2004 a main 2-storey building, a 5-storey annexed building, 157 rooms, 27 single rooms, 84 double rooms, 9 suites and 34 studios. In the establishment entrance, guests will find a lobby with a reception, a cloakroom, a currency exchange service and lifts. The establishment boasts a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: It is located near Piccadilly Circus and the Buckingham Palace the theatre district, near the establishment, you will find the nightlife, bars, pubs and nightclubs. it is 100 metres away from Green Park the underground station of. ROOM: Customers have large, elegant rooms, They have a bathroom with a hairdryer, fitted carpets, central heating, a direct line telephone, a satellite television, a radio, a stereo, a mini-bar and a safe. FACILITIES: The establishment has a jacuzzi, a sauna, a Turkish bath, massage services and a gym. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7832.55" OriginalAmount="7755.00" MarkupRule="1.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="27" TotalAmount="7946.68" OriginalAmount="7868" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510739" Longitude="-0.151052" StarRating="4" HotelCode="14858|989" HotelName="The Biltmore Mayfair, LXR Hotels and Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Grosvenor Square, Westminster, London W1K 2HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/4c/1a4c9960b45cd7cee99eae063a70edaf59364d0c.jpeg</HotelPictures>
        <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="8077.98" OriginalAmount="7998.00" MarkupRule="1.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="8171.91" OriginalAmount="8091.00" MarkupRule="1.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="Free CXL until 16/09/2026" 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="8202.21" OriginalAmount="8121.00" MarkupRule="1.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="94" TotalAmount="8234.84" OriginalAmount="8153.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51758" Longitude="-0.13543" StarRating="5" HotelCode="|220310" HotelName="The Mandrake" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-21 Newman Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/3/1/0/220310_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8397.14" OriginalAmount="8314.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49450792" Longitude="-0.19218545" StarRating="0" HotelCode="986266|the_carlyle_elegant_serviced_apartments" HotelName="The Carlyle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171 Cromwell Road, Kensington and Chelsea, London SW5 0SE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/73/8d73e1c9371368ee29fe7d23ed4d70416eac89fa.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="94" TotalAmount="8477.61" OriginalAmount="8393.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510539" Longitude="-0.150915" StarRating="4" HotelCode="|17995" HotelName="The Biltmore Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Grosvenor Square Mayfair London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/9/5/17995_9acb9310858.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1800, renovated in 2000 and it is situated on a main street a main building, an annexed building, 7 floors, 348 rooms, 16 single rooms, 318 double rooms and 6 suites. In the entrance, you can find a hall with elevators, a reception with safety deposit boxes, a cloakroom and a conference room. With regards to the food and beverage offering, the establishment has a cafÃ©, a bar and an Ã  la carte restaurant with air-conditioning, The establishment offers internet, a laundry service, room service and a medical care service. SITUATION: It is in a lovely area, is situated in Bond and Oxford the streets of in the surrounding area, there is tourist areas ,Buckingham the palace 500 metres away, guests will find Bond Street the underground station of bars. ROOM: Customers have comfortable, smart rooms, They have an air-conditioning system, a hairdryer, a direct line telephone, a satellite or cable television and internet. They also have a sitting room, a double bed, a mini-bar, a fridge, a safe, fitted carpets and a central heating system. FACILITIES: Customers can make use of a gym. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, an Ã  la carte or set-menu lunch and dinner, dietary restrictions can be accomodated for dependent on availability and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8503.19" OriginalAmount="8419.00" MarkupRule="1.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="Free CXL until 15/09/2026" 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="8813.26" OriginalAmount="8726.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516748" Longitude="-0.136269" StarRating="5" HotelCode="18259|the_london_edition" HotelName="The London Edition" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,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="94" TotalAmount="8843.19" OriginalAmount="8755.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5179024" Longitude="-0.1447" StarRating="5" HotelCode="|18058" HotelName="The Langham, London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1C PORTLAND PLACE - REGENT STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/8/18058_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, was built in 1865 and renovated in 2008. It has 9 floors, 160 rooms, 150 double rooms and 10 junior suites. In the entrance, you can find a lobby, a reception, a lift, a currency exchange service and a safety deposit box service. Our guests can find a hairdresser's, a bar, a restaurant with air-conditioning and a breakfast room. The establishment offers guests room service, a laundry service and internet. SITUATION: Is situated in a calm, central area, Regent Street, Bond Street and Oxford Street it is near nearby, you will find museums, restaurants and tourist points of interest. ROOM: The rooms have a bathroom with a hairdryer, a shower, a direct line telephone, a satellite TV, cable television, a stereo, internet and an air-conditioning system. They also have a mini-bar, central heating, an air-conditioning system, heating, fitted carpets and a safe. FACILITIES: The establishment has a covered heated swimming pool, a sauna, a solarium, a steam bath, a massage service and a gym. Facilities (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy buffet breakfast and lunch, an Ã  la carte or set-menu lunch and dinner, food for those with special dietary requirements. dependent on availability and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8866.79" OriginalAmount="8779.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517868" Longitude="-0.143976" StarRating="5" HotelCode="13936|the_langham_london" HotelName="The Langham London" Meals="ROOM ONLY" 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="94" TotalAmount="8873.18" OriginalAmount="8785.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5079546" Longitude="-0.1052093" StarRating="4" HotelCode="|224989" HotelName="Bankside, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Blackfriars Road Upper Ground</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/9/8/9/224989_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8879.84" OriginalAmount="8791.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503163931718" Longitude="-0.0004963380058598" StarRating="4" HotelCode="318621|585426" HotelName="Intercontinental Hotel London - The O2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/09/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="94" TotalAmount="8900.25" OriginalAmount="8812.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492009" Longitude="-0.156307" StarRating="5" HotelCode="|533160" HotelName="At Sloane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Sloane Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/1/6/0/533160_a6cc44d1130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8917.29" OriginalAmount="8829.00" MarkupRule="1.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="94" TotalAmount="9004.86" OriginalAmount="8915.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515144" Longitude="-0.159241" StarRating="5" HotelCode="|18029" HotelName="The Montcalm Marble Arch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Wallenberg Place (34-40 Great Cumberland Place)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/2/9/18029_1_2172.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1787, has 6 floors, 116 standard rooms and 14 suites. In the entrance, guests are offered a lobby with a lift and a reception. The establishment boasts a bar and a restaurant. SITUATION: This urban hotel is in a quiet area, a few minutes walk away from Marble Arch and Oxford Street. Is 1.5 kilometres from the metro station. ROOM: The comfortable rooms have a bathroom, a hairdryer, a direct line telephone, a television, internet, a mini-bar and a safety deposit box (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="9006.49" OriginalAmount="8917.32" MarkupRule="1.00">
      <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 17/09/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="94" TotalAmount="9008.92" OriginalAmount="8919.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5078979" Longitude="-0.1431977" StarRating="5" HotelCode="|29841" HotelName="1 Hotel Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 BERKELEY ST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/8/4/1/29841_c0b88d91620.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 194 rooms and 7 floors. It has air-conditioning, a lobby, a safety deposit box service, a currency exchange service and lifts. The establishment has a bar and conference rooms. The establishment offers guests a car park, room service and a laundry service. SITUATION: This establishment is in Mayfair city centre. It is in Piccadilly Circus and Berkeley Street near the establishment, you will find Green Park, the Royal Academy of Arts, Fortnum and Mason, Bond Street and Regent Street in the surrounding area, clients have nightclubs and casinos. It is situated near Oxford Street, Buckimgham Palace, Theatreland and el West End next to the establishment, clients have Green Park Underground Station. It is well-connected with London Heathrow and Gatwick airports. ROOM: The rooms have an air-conditioning system, heating, a satellite or cable television, a radio, a direct line telephone, internet, a coffee maker, a kettle and a safety deposit box. OTHERS: Clients have at their disposal a restaurant. The establishment offers a breakfast service and a dinner service. You will also find a lounge bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9015.26" OriginalAmount="8926.00" MarkupRule="1.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="94" TotalAmount="9231.69" OriginalAmount="9140.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50964" Longitude="-0.1554" StarRating="5" HotelCode="|18081" HotelName="Grosvenor House JW Marriott" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86-90 Park Lane - W1K7TN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/8/1/18081_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 1929 and renovated in 1999. It has 8 floors, 446 rooms, 25 single rooms, 349 double rooms and 72 suites. It has a lobby with an elevator, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment boasts a hairdresser's, a bar and an Ã  la carte restaurant with air-conditioning. The establishment offers guests a conference room, internet, a car park, indoor parking and room service. SITUATION: This hotel is opposite Park Lane it is well-connected with public transport services. It is situated 4 kilometres away from the city centre. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a fridge, a double bed and tiled floors. They also have fitted carpets, central heating and a safety deposit box. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for dependent on availability and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9232.41" OriginalAmount="9141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493326336119" Longitude="-0.17864316701889" StarRating="4" 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="63" TotalAmount="9284.93" OriginalAmount="9193.00" MarkupRule="1.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 17/09/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="9309.55" OriginalAmount="9217.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503319" Longitude="-0.000181" StarRating="5" HotelCode="|184250" HotelName="Intercontinental London - The O2, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waterview Drive, Greenwich Peninsula</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/5/0/184250_b85b7d10924.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9329.91" OriginalAmount="9237.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52705" Longitude="-0.18251" StarRating="4" HotelCode="|184790" HotelName="Europa House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>79A Randolph Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/9/0/184790_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9673.78" OriginalAmount="9578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513921" Longitude="-0.133526" StarRating="5" HotelCode="55615|the_soho_hotel" HotelName="The Soho Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/09/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="94" TotalAmount="9701.97" OriginalAmount="9605.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513132" Longitude="-0.122033" StarRating="5" HotelCode="|444403" HotelName="NoMad London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 BOW ST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/0/3/444403_9f3cd031047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9908.10" OriginalAmount="9810.00" MarkupRule="1.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="9973.75" OriginalAmount="9875" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507656859624" Longitude="-0.14241589814765" StarRating="4" HotelCode="13498|24673" HotelName="Holiday Inn London - Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Berkeley Street, London W1J 8NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14279/a_14279_A1.jpg</HotelPictures>
        <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="63" TotalAmount="10096.97" OriginalAmount="9997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502049" Longitude="-0.186639" StarRating="5" HotelCode="28457|milestone_hotel_kensington_2" HotelName="The Milestone Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/09/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="94" TotalAmount="10363.60" OriginalAmount="10260.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50803" Longitude="-0.106868" StarRating="5" HotelCode="|162755" HotelName="Sea Containers London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Upper Ground 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/7/5/5/162755_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2014, was renovated in 2014, has 359 standard rooms, 128 single rooms, 111 double rooms, 13 studios and 37 rooms adapted for people with reduced mobility. The establishment offers facilities for people with disabilities. SITUATION: This establishment is in the city centre. Near the establishment, you will find the bus station and the railway station. It is situated near public transport services. It has excellent transport links to the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10378.76" OriginalAmount="10276.00" MarkupRule="1.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 15/09/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="63" TotalAmount="10399.97" OriginalAmount="10297.00" MarkupRule="1.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="8" TotalAmount="10510.83" OriginalAmount="10406.76" MarkupRule="1.00">
      <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 10/09/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="27" TotalAmount="10530.26" OriginalAmount="10426" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502506" Longitude="-0.152444" StarRating="5" HotelCode="28455|55244" HotelName="The Lanesborough" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hyde Park Corner, London SW1X 7TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/70/267028f5d40cf48dc81143ffd83580ecce326ef9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10824.17" OriginalAmount="10717.00" MarkupRule="1.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="Free CXL until 17/09/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="94" TotalAmount="11160.57" OriginalAmount="11050.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4947699" Longitude="-0.1588203" StarRating="4" HotelCode="|41779" HotelName="Beaverbrook Town House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SLOANE STREET, KNIGHTSBRIDGE 115</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/9/41779_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in, a sanctuary, is in Chelsea (London) the district Chelsea (London) It has 11 suites, In the entrance, you can find a lobby with a reception, room service, a safety deposit box service, a lift and a laundry service. SITUATION: Solane Street It is in Chelsea and Knightsbridge it is in it is opposite private gardens, Sloane Square 50 metres away, guests can find It is situated close toKnightsbridge the metro station of Harrods, Hyde Park and King's Road it is near it is well-connected by the train stations situated 65 kilometres away fromGatwick Airport it is situated 25 kilometres away from London Heathrow Airport near the establishment, guests will find bars, restaurants and shops. ROOM: The spacious rooms, They have a kitchen, a sitting room, a fireplace, sofas, tables, chairs, a direct line telephone, satellite or cable TV, a radio and internet. They also have a mini-bar, a coffee maker, a kettle, an iron, a double or king-size bed, a fridge, an oven, a microwave, bathrooms with a shower or bath, a hairdryer, central heating, individual air-conditioning and a safety deposit box. FACILITIES: It is situated in front of tennis courts, 5 minutes away, you can find a health club (free of charge), Guests are offered a massage service and aerobics. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: No restaurant available Clients have at their disposal room service with breakfast service, a lunch service and a dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11277.66" OriginalAmount="11166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510338579132" Longitude="-0.12081365277868" StarRating="5" HotelCode="18503|the_savoy_a_fairmont_managed_hotel" HotelName="The Savoy" Meals="ROOM ONLY" 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="11505.92" OriginalAmount="11392.00" MarkupRule="1.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 17/09/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="94" TotalAmount="11574.95" OriginalAmount="11460.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498514" Longitude="-0.159142" StarRating="5" HotelCode="|20627" HotelName="Jumeirah Carlton Tower London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cadogan Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/2/7/20627_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: this building, was built in 1962 and renovated in 2002. It has 220 rooms, 18 floors, 60 single rooms, 100 double rooms and 60 suites. In the establishment entrance, guests will find a cosy hall with a reception, a cloakroom, a safety deposit box service, a currency exchange service and lifts. The establishment boasts a kiosk, shops, a hairdresser's, a cafÃ©, a bar, a pub, a nightclub, an Ã  la carte restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. The establishment also has a car park. SITUATION: This smart, deluxe hotel is in a central location, Cadogan Place it is close to near the establishment, you will find the tourist area, monuments, shops and leisure areas. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite TV, a stereo, internet, a mini-bar, a fridge, a double bed, a safe, a central heating system, a small sitting room and fitted carpets. FACILITIES: Clients can enjoy a covered swimming pool, a Turkish bath, a jacuzzi, a solarium, a sauna and a gym. Guests are offered a massage service. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11601.95" OriginalAmount="11487.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50817" Longitude="-0.13105" StarRating="5" HotelCode="|183748" HotelName="Haymarket Hotel, Firmdale Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Suffolk Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/4/8/183748_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11678.51" OriginalAmount="11562.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520156" Longitude="-0.125689" StarRating="4" HotelCode="18376|106035" HotelName="Montague on the Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/09/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>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12007.89" OriginalAmount="11889.00" MarkupRule="1.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="1" TotalAmount="12149.09" OriginalAmount="12028.80" MarkupRule="1.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 17/09/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="12174.54" OriginalAmount="12054.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498578" Longitude="-0.15838" StarRating="5" HotelCode="26021|jumeirah_carlton_tower" HotelName="Jumeirah Carlton Tower" 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,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="12208.52" OriginalAmount="12087.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510021" Longitude="-0.136549" StarRating="5" HotelCode="208408|222260" HotelName="Cafe Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="63" TotalAmount="12338.16" OriginalAmount="12216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50449532238" Longitude="-0.15013933181763" StarRating="5" HotelCode="26020|four_seasons_hotel_london_at_park_lane" HotelName="Four Seasons London at Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/09/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="94" TotalAmount="12510.58" OriginalAmount="12386.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4907939" Longitude="-0.1437514" StarRating="3" HotelCode="|47420" HotelName="The Portico" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 ST. Georges Dr.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/2/0/47420_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Victoria the area it is situated 10 minutes walk away from public transport services and 1,5 kilometres away from the tourist attractions.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12512.60" OriginalAmount="12388.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509831" Longitude="-0.136456" StarRating="5" HotelCode="|80834" HotelName="Cafe Royal, London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Regent Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/3/4/80834_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel reopened in 2012, has a laundry service, a dry cleaner's, daily newspapers (free of charge), WiFi and room service. SITUATION: It is inLondres the heart of this hotel Regent Street it is in It is nearBond Street, Mount Street and Jermyn Street the commercial area of Piccadilly close to the establishment, clients can find It is located near the tourist attractions. ROOM: The establishment has stylish rooms, a marble bathroom, a shower, towels and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12568.06" OriginalAmount="12443.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51137" Longitude="-0.13437" StarRating="5" HotelCode="|183735" HotelName="Ham Yard Hotel, Firmdale Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Ham Yard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/3/5/183735_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12605.32" OriginalAmount="12480.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511113" Longitude="-0.154915" StarRating="5" HotelCode="|78249" HotelName="Grand Residences By Marriott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PARK STREET 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/2/4/9/78249_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, Where clients can find restaurants and boutiques. Hyde Park it is situated near Close to the theatres and the cinema.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12632.49" OriginalAmount="12507.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502116" Longitude="-0.18681" StarRating="5" HotelCode="|26737" HotelName="The Milestone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Kensington Court</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/3/7/26737_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, is situated in a historic building, was built in the 19th Century, has 6 floors, 57 standard rooms, 40 double rooms and 17 suites. In the entrance, you can find a lobby elegantly furnished with air-conditioning, a lift, a reception with safety deposit boxes and a cloakroom. Guests have access to a bar, a conference room, an Ã  la carte restaurant with highchairs and internet. There are many services available at the establishment, including room service, a laundry service and a medical care service. The establishment has various facilities, such as a car park and an indoor car park. SITUATION: This hotel is situated in the centre of London. ROOM: All the rooms have a bathroom with a hairdryer, a king-size bed, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar and individual heating. FACILITIES: Clients can enjoy a covered heated swimming pool, a sauna area, a massage service and a well-equipped gym. OTHERS: The establishment serves a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12760.34" OriginalAmount="12634.00" MarkupRule="1.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 17/09/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="94" TotalAmount="12813.46" OriginalAmount="12686.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51014" Longitude="-0.07789" StarRating="5" HotelCode="|217852" HotelName="Four Seasons Hotel London at Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Trinity Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/8/5/2/217852_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12892.04" OriginalAmount="12764.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505549" Longitude="-0.126119" StarRating="5" HotelCode="|449266" HotelName="Raffles London at The OWO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Whitehall</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/2/6/6/449266_b7a05a31307.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13191.61" OriginalAmount="13061.00" MarkupRule="1.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="Free CXL until 17/09/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="63" TotalAmount="13196.66" OriginalAmount="13066.00" MarkupRule="1.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 17/09/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="8" TotalAmount="13291.20" OriginalAmount="13159.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|9244" HotelName="Brown's Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="13325.49" OriginalAmount="13193.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49381" Longitude="-0.18434" StarRating="5" HotelCode="|184782" HotelName="Cheval Gloucester Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ashburn Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/8/2/184782_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13340.08" OriginalAmount="13208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49074283656" Longitude="-0.14344453811645" StarRating="3" HotelCode="13193|hanover_hotel_victoria" HotelName="The Portico Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-32 St. George’s Drive, Victoria, London SW1V 4BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/58/4a58fceecf19522e8c8e00d995ba96e15680d3c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Victoria, in an easily accessible area, the hotel is very close to the Victoria undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13368.36" OriginalAmount="13236.00" MarkupRule="1.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 17/09/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="94" TotalAmount="13384.62" OriginalAmount="13252.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50624" Longitude="-0.15175" StarRating="5" HotelCode="|183688" HotelName="45 Park Lane - Dorchester Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Park Lane, Mayfair</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/8/8/183688_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13588.54" OriginalAmount="13454.00" MarkupRule="1.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 17/09/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="13647.12" OriginalAmount="13512.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5110474" Longitude="-0.1550269" StarRating="4" 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 15/09/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="94" TotalAmount="13714.91" OriginalAmount="13579.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5023994" Longitude="-0.1599" StarRating="5" HotelCode="|17996" HotelName="Mandarin Oriental Hyde Park, London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KNIGHTSBRIDGE 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/9/6/17996_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: this building, was built in 1889 and renovated in 2000. It has 9 floors, 200 rooms, 3 single rooms, 197 double rooms, 23 elegant suites and 26 apartments. Guests have access to a reception, a safety deposit box service, a currency exchange service, a cloakroom, lifts and a car park. Guests can enjoy a bar, a pub and an Ã  la carte restaurant with highchairs, There are many services available at the establishment, including room service, a laundry service and internet. The establishment also has conference rooms with features that offer you the maximum level of comfort. SITUATION: This luxurious hotel is in a central area, Knightsbridge it is in the Buckingham Palace, Harrods and Hyde Park in the surrounding area of the establishment, guests can find it is near shops, boutiques, shops and restaurants. in the surrounding area of the establishment, clients can find restaurants, theatres, is 20 metres away from public transport services. ROOM: The luxurious rooms, are Victorian in style, They have a bathroom with a hairdryer, a direct line telephone, satellite and cable television, a radio, internet, a double bed, a mini-bar, a safety deposit box, central heating, a fridge and fitted carpets. FACILITIES: The establishment has a spa area with a sauna and a Turkish bath. For a fee, you can enjoy a massage service, You can also use a gym fully-equipped. OTHERS: Regarding the food and beverage provision, the establishment offers Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14064.25" OriginalAmount="13925" MarkupRule="1.00">
      <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 17/09/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="14123.84" OriginalAmount="13984.00" MarkupRule="1.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="94" TotalAmount="14190.12" OriginalAmount="14049.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5142979" Longitude="-0.1272011" StarRating="5" HotelCode="|169883" HotelName="Covent Garden Hotel, Firmdale Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Monmouth Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/8/3/169883_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a projection room. SITUATION: This hotel is in the theatre area, el Soho it is situated near, is in Covent Garden the area It has excellent transport links to the shopping area, the nightlife and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14346.04" OriginalAmount="14204.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brown Hart Gardens, Mayfair, London W1K 6TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/50/e1509ac83d304a576931be6ca0dc03777633a34d.jpeg</HotelPictures>
        <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="14561.17" OriginalAmount="14417.00" MarkupRule="1.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 14/09/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="14766.20" OriginalAmount="14620.00" MarkupRule="1.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="15156.06" OriginalAmount="15006.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50723809" Longitude="-0.14836668" StarRating="0" HotelCode="969731|park_lane_apartmentsshaw_house_2" HotelName="Park Lane Apartments." Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Chesterfield Street, Mayfair, London W1J 5JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/80/3f809e9898b05cca1f2cf264a40805c6d2861508.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16575.10" OriginalAmount="16410.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50115" Longitude="-0.18407" StarRating="5" HotelCode="|184788" HotelName="Cheval Thorney Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Palace Gate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/8/8/184788_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17127.20" OriginalAmount="16957.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50279" Longitude="-0.15276" StarRating="5" HotelCode="|184021" HotelName="The Lanesborough, Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hyde Park Corner</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/2/1/184021_a1f3a4d1105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="17161.92" OriginalAmount="16992.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512627" Longitude="-0.147828" StarRating="5" HotelCode="47499|9014" HotelName="Claridge's" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/09/2026" 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="17938.61" OriginalAmount="17761" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501953" Longitude="-0.156267" StarRating="5" HotelCode="18258|37429" HotelName="The Berkeley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/09/2026" 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="94" TotalAmount="18884.70" OriginalAmount="18697.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513371" Longitude="-0.144179" StarRating="5" HotelCode="|449488" HotelName="Mandarin Oriental Mayfair, London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Hanover Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/8/8/449488_6dc23571301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20079.81" OriginalAmount="19881.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|51_buckingham_gate_taj_suites_and_residences" 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 10/09/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="94" TotalAmount="21948.08" OriginalAmount="21730.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4985008" Longitude="-0.1374" StarRating="5" HotelCode="|20046" HotelName="Taj 51 Buckingham Gate, Suites and Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BUCKINGHAM GATE 51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/4/6/20046_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1897 82Â junior suites a reception, a safety deposit box service, a currency exchange service, a bar, a conference room and a restaurant. The establishment offers guests a laundry service, a medical care service and a car park. SITUATION: This luxurious hotel is close to the city centre, the Buckingham Palace, House of Parliament, St James Park and Green Park close to the establishment, guests have close to the establishment, clients can find St James Park the Station of it is situated 28 kilometres away from London Heathrow Airport. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, an air-conditioning system, a stereo and a safety deposit box. Guests are offered butler (available on request). FACILITIES: There is a range of facilities and services available at the establishment, including a jacuzzi, a sauna, a Turkish bath, a beauty centre and a gym. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25281.31" OriginalAmount="25031.00" MarkupRule="1.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/09/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="94" TotalAmount="26210.25" OriginalAmount="25950.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501743" Longitude="-0.151796" StarRating="5" HotelCode="|450638" HotelName="The Peninsula London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Grosvenor Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/3/8/450638_b57cc641121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32200.82" OriginalAmount="31882.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510226525949" Longitude="-0.1496484875679" StarRating="5" HotelCode="28666|the_connaught_2" HotelName="The Connaught" 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,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="42725.02" OriginalAmount="42302" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510525308147" Longitude="-0.079341273015825" StarRating="4" HotelCode="76295|37398" HotelName="Apex City Of London Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Seething Lane, London EC3N 4AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c7/7ec71e0d8fdf7ef00f2e60019ebb04ad669a98d3.JPEG</HotelPictures>
        <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="155010186.32" OriginalAmount="153475432.00" MarkupRule="1.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>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Currency Exchange,Golf,Heated Pool,Jacuzzi,Nightclub,Spa,Swimming Pool,Lounge,Bicycle Rental,Diet Meals,Wheelchair Access,Business Centre,Concierge,Elevator,Parking,Kitchen,24 Hour Security,ATM/Cash Machine,Meeting Room,24 Hour Front Desk,24 Hour Room Service,Beauty Salon,Coffee Shop,Dry Cleaning,Housekeeping,Library,Luggage Storage,Wake-up Call Service,24 Hour Power Supply,Babysitting,Smoking Rooms,Porter,LCD/Projector</BasicAmenities>
    <HotelRating>4,5,3,1,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,SELF CATERING,HALF BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,SPA HOTEL,HOTEL DE CHARME,HISTORIC HOTEL,AIRPORT HOTEL,HOTEL,APARTMENT HOTEL,ECO HOTEL,GUESTHOUSE,CLUB RESORT,HOSTELS,APARTHOTEL,BED AND BREAKFASTS,GUEST HOUSES,HOSTEL,APARTMENT,COUNTRY HOUSE</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de85e320-350c-4dbc-98a0-981648c16ac5|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|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
de85e320-350c-4dbc-98a0-981648c16ac5|RestelSearch|Array dimensions exceeded supported range.|System.OutOfMemoryException: Array dimensions exceeded supported range.
   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
   at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
   at System.Linq.Enumerable.<TakeIterator>d__25`1.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at HotelSources.Restel.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Restel\Restel.cs:line 541|Restel|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
081f1bad-d808-4b02-ad21-0d837bf88696|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="081f1bad-d808-4b02-ad21-0d837bf88696">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-23T00:00:00" End="2026-09-27T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="bbookholiday@gmail.com" Password="Punjab@1717" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
081f1bad-d808-4b02-ad21-0d837bf88696|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
081f1bad-d808-4b02-ad21-0d837bf88696|InfiniteSearch|supplier interation failed||Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
081f1bad-d808-4b02-ad21-0d837bf88696|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
081f1bad-d808-4b02-ad21-0d837bf88696|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
081f1bad-d808-4b02-ad21-0d837bf88696|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
081f1bad-d808-4b02-ad21-0d837bf88696|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
081f1bad-d808-4b02-ad21-0d837bf88696|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|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
081f1bad-d808-4b02-ad21-0d837bf88696|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
081f1bad-d808-4b02-ad21-0d837bf88696|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-08-11T06:40:31.3038463+01:00" Version="0" EchoToken="Search" TransactionIdentifier="081f1bad-d808-4b02-ad21-0d837bf88696" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="383.67" OriginalAmount="379.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4756195" Longitude="-0.0382368" StarRating="0" HotelCode="|75787" HotelName="NX London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NEW CROSS ROAD 323A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/8/7/75787_96197131554.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a bar, breakfast service and WiFi (free of charge). SITUATION: This establishment, is between New Cross and New Cross Gate the metro stations 2 minutes away, guests can find a car park, el puente de Londres 5 minutes away from the establishment guests have O2 Arena 10 minutes away from the establishment, guests will find Greenwich it is situated 1,5 kilometres away from 20 minutes away, guests can find Millwall the football club. ROOM: Clients are offered shared rooms with bunk beds, a sink, shared bathrooms, a launderette and lockers. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast, The establishment also offers a fridge, oven, a microwave, a living room, sofas, TV and books.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.00" OriginalAmount="400.00" MarkupRule="1.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="94" TotalAmount="616.86" OriginalAmount="610.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53266" Longitude="-0.03111" StarRating="1" HotelCode="|232952" HotelName="City View Roman Road Market" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>527 Roman Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/5/2/232952_1_2610.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="617.31" OriginalAmount="611.20" MarkupRule="1.00">
      <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 14/09/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="636.30" OriginalAmount="630.00" MarkupRule="1.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="94" TotalAmount="649.78" OriginalAmount="643.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.563479" Longitude="0.070648" StarRating="2" HotelCode="|72666" HotelName="Cranbrook" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 - 24 Coventry RdIlford</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/6/6/72666_095e0201433.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 20 minutes away fromLondon the city centre of 10 minutes away from the establishment you have London City Airport 20 minutes away from the establishment, guests will find Stansted Airport It is close to the Olympic Stadium. ROOM: The establishment has single rooms, double rooms and family rooms. Some rooms have a bathroom, They have a satellite TV, a radio, a direct line telephone, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="660.09" OriginalAmount="653.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.001154" Longitude="-81.184417" StarRating="2" HotelCode="|122144" HotelName="Knights Inn London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1739 Dundas St E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/4/4/122144_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: 5 minutes away, you can find the city centre, is located near Londres the International Airport of near the establishment, you will find tourist attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="691.91" OriginalAmount="685.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1490549" Longitude="-84.1152978" StarRating="2" HotelCode="|281359" HotelName="Budget Host Westgate Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>254 Russell Dyche Memorial Highway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/1/3/5/9/281359_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="757.74" OriginalAmount="750.24" MarkupRule="1.00">
      <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 14/09/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="63" TotalAmount="775.68" OriginalAmount="768.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53699143" Longitude="-0.47635733" StarRating="3" HotelCode="780579|brunel_lodge" HotelName="Brunel Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 The Greenway, Uxbridge UB8 2PL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/82/b382a297cab38beac610db4e9307dfec0693cdff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London, approximately 9.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="782.40" OriginalAmount="774.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.473586" Longitude="-0.027283" StarRating="0" HotelCode="|198354" HotelName="Book A Bed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TANNERS HILL 86</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/3/5/4/198354_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="808.00" OriginalAmount="800.00" MarkupRule="1.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="817.86" OriginalAmount="809.76" MarkupRule="1.00">
      <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 14/09/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="94" TotalAmount="825.21" OriginalAmount="817.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.567787" Longitude="0.06523" StarRating="2" HotelCode="|72703" HotelName="Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>327 Cranbrook RoadIlford</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/0/3/72703_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is opposite a park, Where you can find tennis, mini-golf, go swimming and go on boat rides. in the surrounding area, clients have a metro station, 20 minutes away, you can find London the city centre of. ROOM: The establishment has single rooms, double rooms and family rooms. Some rooms a bathroom, They have central heating, a television and a courtesy tea and coffee service. FACILITIES: The establishment boasts a car park (free of charge) and a lounge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="827.07" OriginalAmount="818.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9263852" Longitude="-81.2145918" StarRating="0" HotelCode="|108796" HotelName="6 London, On - Ontario" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>810 Exeter Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/7/9/6/108796_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="838.79" OriginalAmount="830.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1483537" Longitude="-84.1097134" StarRating="2" HotelCode="|282112" HotelName="Quality Inn London" Meals="BED &amp; BREAKFAST" 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="63" TotalAmount="850.42" OriginalAmount="842.00" MarkupRule="1.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="83" TotalAmount="853.45" OriginalAmount="845" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|875879-28522484/4332538321638099181/2353" HotelName="SHEPHERD'S BUSH FLATS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19390000/19388200/19388200/bfb88330_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="862.54" OriginalAmount="854.00" MarkupRule="1.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="8" TotalAmount="871.47" OriginalAmount="862.84" MarkupRule="1.00">
      <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 17/09/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="94" TotalAmount="872.73" OriginalAmount="864.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5751598" Longitude="-0.1980402" StarRating="2" HotelCode="|76775" HotelName="Oyo Central  Golders Green" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Hoop Lane, Golden Green</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/7/5/76775_abef2441515.jpg</HotelPictures>
        <HotelDescription>HOTEL: This bed and breakfast establishment has 23 rooms, The establishment boasts a breakfast room. SITUATION: This urban hotel is in Golders Green the heart of it is in a quiet area, near the establishment, you will find shops, restaurants and the metro station. olders Hill Park it is situated 5 minutes away from it is situated 21 kilometres away from London Heathrow Airport 36 kilometres away from the establishment, guests will find Luton Airport it is situated 45 kilometres away from Gatwick Airport it is 46 kilometres away from Stansted Airport. ROOM: The comfortable rooms, have a television, a coffee maker, a kettle and a direct line telephone. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="897.89" OriginalAmount="889" MarkupRule="1.00">
      <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="94" TotalAmount="904.22" OriginalAmount="895.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1124977" Longitude="-84.1011719" StarRating="2" HotelCode="|278332" HotelName="Baymont By Wyndham London Ky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2075 Highway 192</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/3/3/2/278332_839aac41727.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="913.93" OriginalAmount="904.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1447234" Longitude="-84.1080666" StarRating="2" HotelCode="|282392" HotelName="Econo Lodge London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>105 Melcon Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/3/9/2/282392_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="914.27" OriginalAmount="905.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9258043" Longitude="-81.2188308" StarRating="2" HotelCode="|122145" HotelName="London Travel Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>738 Exeter Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/4/5/122145_bb57ead0943.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated a few minutes away from the motorway, close to the establishment, clients can find restaurants, shops. HOTEL: This comfortable hotel and great value.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="917.08" OriginalAmount="908.00" MarkupRule="1.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="94" TotalAmount="924.76" OriginalAmount="915.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.564116" Longitude="0.065466" StarRating="3" HotelCode="|74135" HotelName="Britannia Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MANSFIELD ROAD 54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/1/3/5/74135_d3e69fe1551.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and WiFi (free of charge). SITUATION: This cosy hotel is close to Ilford the city centre of Ilford the Station of it is 20 minutes away from Londres the city centre of 10 minutes away from London City Airport this hotel is situated 20 kilometres away from Stansted Airport it is 10 minutes away from the Olympic Stadium.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="925.71" OriginalAmount="916.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.143859" Longitude="-84.107457" StarRating="0" HotelCode="|273370" HotelName="6 London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>285 West Hwy 80</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/3/7/0/273370_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="946.37" OriginalAmount="937.00" MarkupRule="1.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 17/09/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="94" TotalAmount="946.67" OriginalAmount="937.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9324308" Longitude="-81.2220986" StarRating="2" HotelCode="|108802" HotelName="Days Inn By Wyndham London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1100 Wellington Road South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/8/0/2/108802_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="950.41" OriginalAmount="941" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|145984-18252877/4332538321638099181/18124" HotelName="OYO CENTRAL GOLDERS GREEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2900000/2894500/2894402/w2880h1559x0y180-88f59819_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="952.95" OriginalAmount="943.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1446076" Longitude="-84.108547" StarRating="3" HotelCode="|365432" HotelName="Red Roof Inn London I-75" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="971.68" OriginalAmount="962.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.560537" Longitude="0.069939" StarRating="4" HotelCode="|217546" HotelName="Signature London" Meals="ROOM ONLY" 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="63" TotalAmount="973.64" OriginalAmount="964.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.581039894104" Longitude="0.23742914199829" StarRating="3" HotelCode="97102|palms_hotel" HotelName="Palms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="980.71" OriginalAmount="971.00" MarkupRule="1.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="94" TotalAmount="1005.14" OriginalAmount="995.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.68682" Longitude="-0.22132" StarRating="3" HotelCode="|179837" HotelName="Holiday Inn South Mimms M25/j23" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Swanland Road, South Mimms, Potters Bar, England, UK, EN6 3NH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/8/3/7/179837_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1010.00" OriginalAmount="1000.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.380376627664" Longitude="-0.28072755208018" StarRating="2" HotelCode="114990|travelodge_london_chessington_tolworth" HotelName="Travelodge Chessington Tolworth" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="1014.04" OriginalAmount="1004.00" MarkupRule="1.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="1015.05" OriginalAmount="1005.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.527730177342" Longitude="-0.021143747208498" StarRating="2" HotelCode="146092|citystay_hotel" HotelName="CityStay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Bow Road, Bow, London E3 3AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/ae/05aeac62cd1fd27fce7416004a4f1f62f57146b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is CityStay Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1016.06" OriginalAmount="1006.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5570262" Longitude="0.06681187" StarRating="2" 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="1018.08" OriginalAmount="1008.00" MarkupRule="1.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="94" TotalAmount="1024.76" OriginalAmount="1014.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.3635115" Longitude="-0.1943421" StarRating="3" HotelCode="|450993" HotelName="Premier Inn London Sutton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>St. Nicholas Way, Sutton,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/9/9/3/450993_b5814ac1537.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1031.21" OriginalAmount="1021.00" MarkupRule="1.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="1033.23" OriginalAmount="1023.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.55238215" Longitude="-0.21056942" StarRating="2" 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="1043.33" OriginalAmount="1033.00" MarkupRule="1.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 18/09/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="83" TotalAmount="1044.34" OriginalAmount="1034" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|30377-28467111/4332538321638099181/6107" HotelName="LILY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/68300/68246/8722b124_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1044.34" OriginalAmount="1034" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|173910-27407078/4332538321638099181/14940" HotelName="PREMIER INN LONDON ELSTREE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785600/11785592/8f5175ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1052.42" OriginalAmount="1042.00" MarkupRule="1.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="Free CXL until 16/09/2026" 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="1054.44" OriginalAmount="1044.00" MarkupRule="1.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="94" TotalAmount="1066.49" OriginalAmount="1055.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.55239" Longitude="-0.21028" StarRating="2" HotelCode="|237901" HotelName="Cricklewood Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cricklewood Broadway, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/9/0/1/237901_1_9433.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1070.60" OriginalAmount="1060" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.37492242" Longitude="-0.09034449" StarRating="2" 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="94" TotalAmount="1072.85" OriginalAmount="1062.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.388166" Longitude="-0.454273" StarRating="3" HotelCode="|184680" HotelName="Warren Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Church Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/8/0/184680_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1077.67" OriginalAmount="1067.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503987676285" Longitude="-0.33376733201601" StarRating="4" HotelCode="77777|boston_manor_hotel" HotelName="Boston Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="1078.68" OriginalAmount="1068.00" MarkupRule="1.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="Free CXL until 18/09/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="94" TotalAmount="1079.13" OriginalAmount="1068.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9515238" Longitude="-83.3810619" StarRating="2" HotelCode="|274472" HotelName="Fairbridge Inn Express London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>870 U.S. 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/4/7/2/274472_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1079.69" OriginalAmount="1069" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47885806353" Longitude="-0.40939391534425" StarRating="3" HotelCode="115077|457515" HotelName="Travelodge London Heathrow Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>700 Bath Road, Hertz House, Hounslow TW5 9TW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/94/fe94a6c1a6abb62ce75744129ccdff83e088e85e.jpeg</HotelPictures>
        <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="1081.71" OriginalAmount="1071.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.39411677" Longitude="0.11471817" StarRating="3" HotelCode="636408|tlk_apartments_and_hotel" HotelName="TLK Apartments and Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>36-50 High Street, Green Street, Orpington BR5 3NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/93/989350b2456c43b5fed4ad2c5c73d2f8f00576d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Orpington.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1085.75" OriginalAmount="1075" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|403022-28507107/4332538321638099181/3916" HotelName="HAREFIELD MANOR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1060000/1052300/1052264/85404173_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1090.12" OriginalAmount="1079.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.94884" Longitude="-81.22803" StarRating="0" HotelCode="|228136" HotelName="Super 7" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>697 Wellington Rd. South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/1/3/6/228136_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1093.83" OriginalAmount="1083.00" MarkupRule="1.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 16/09/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="1103.93" OriginalAmount="1093.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4663643" Longitude="-0.42073768" StarRating="3" HotelCode="780895|atrium_hotel_heathrow" HotelName="Atrium Hotel Heathrow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="1106.96" OriginalAmount="1096.00" MarkupRule="1.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="1108.98" OriginalAmount="1098.00" MarkupRule="1.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="94" TotalAmount="1112.90" OriginalAmount="1101.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491956" Longitude="-0.318469" StarRating="3" HotelCode="|218067" HotelName="Oyo Bostons Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146-152 Boston Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/0/6/7/218067_1_9530.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1121.29" OriginalAmount="1110.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.11219" Longitude="-84.09548" StarRating="0" HotelCode="|457335" HotelName="Microtel Inn And Suites By Wyndham London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1895 Highway 192 W</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/3/3/5/457335_dccf4d91848.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1129.18" OriginalAmount="1118.00" MarkupRule="1.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="1131.77" OriginalAmount="1120.56" MarkupRule="1.00">
      <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="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="1135.24" OriginalAmount="1124.00" MarkupRule="1.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="1135.24" OriginalAmount="1124.00" MarkupRule="1.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="1144.33" OriginalAmount="1133.00" MarkupRule="1.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="83" TotalAmount="1147.36" OriginalAmount="1136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1327321-28480500/4332538321638099181/3809" HotelName="THE CRYSTAL LODGE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10420000/10413900/10413819/33861c94_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1160.49" OriginalAmount="1149.00" MarkupRule="1.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 17/09/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="8" TotalAmount="1163.52" OriginalAmount="1152.00" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="1163.52" OriginalAmount="1152" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|187245-28572771/4332538321638099181/806" HotelName="ARINZA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5130000/5125800/5125737/83718583_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1175.64" OriginalAmount="1164.00" MarkupRule="1.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 11/09/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="1180.69" OriginalAmount="1169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.356886" Longitude="-0.113381" StarRating="3" HotelCode="152727|93565" HotelName="Premier Inn London Croydon Purley A23" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="1180.69" OriginalAmount="1169.00" MarkupRule="1.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="1187.76" OriginalAmount="1176.00" MarkupRule="1.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 17/09/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="1193.82" OriginalAmount="1182.00" MarkupRule="1.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 16/09/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="1202.91" OriginalAmount="1191.00" MarkupRule="1.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="8" TotalAmount="1203.52" OriginalAmount="1191.60" MarkupRule="1.00">
      <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 18/09/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="94" TotalAmount="1210.47" OriginalAmount="1198.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.165836" Longitude="-0.17821" StarRating="3" HotelCode="|126560" HotelName="Travelodge Gatwick Airport Central" Meals="ROOM ONLY" 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="1216.32" OriginalAmount="1204.28" MarkupRule="1.00">
      <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 18/09/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="94" TotalAmount="1221.43" OriginalAmount="1209.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494156" Longitude="-0.091582" StarRating="0" HotelCode="|80910" HotelName="RestUp London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 New Kent Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/1/0/80910_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Londres the centre of it is situated 5 minutes away from Elephant the Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1230.18" OriginalAmount="1218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.36895734" Longitude="-0.09648989" StarRating="3" 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="1232.20" OriginalAmount="1220.00" MarkupRule="1.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="1237.69" OriginalAmount="1225.44" MarkupRule="1.00">
      <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="Non Refundable">
        <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="1245.33" OriginalAmount="1233.00" MarkupRule="1.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="27" TotalAmount="1247.35" OriginalAmount="1235" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49100038" Longitude="-0.30423647" StarRating="3" HotelCode="467740|93606" HotelName="London Brentford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="1255.43" OriginalAmount="1243" MarkupRule="1.00">
      <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="63" TotalAmount="1256.44" OriginalAmount="1244.00" MarkupRule="1.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="1258.46" OriginalAmount="1246.00" MarkupRule="1.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="94" TotalAmount="1267.87" OriginalAmount="1255.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.41307" Longitude="-0.12405" StarRating="3" HotelCode="|247045" HotelName="Guest House London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1530 LONDON ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/0/4/5/247045_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1268.56" OriginalAmount="1256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49542657" Longitude="-0.18946535" StarRating="2" 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="63" TotalAmount="1269.57" OriginalAmount="1257.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493002034591" Longitude="-0.19247855809025" StarRating="1" HotelCode="101992|aquarius_2" HotelName="Aquarius" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" 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="94" TotalAmount="1272.00" OriginalAmount="1259.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9304736" Longitude="-81.2202109" StarRating="2" HotelCode="|95276" HotelName="Comfort Inn London - Wellington Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1156 Wellington Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/2/7/6/95276_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1273.61" OriginalAmount="1261.00" MarkupRule="1.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="94" TotalAmount="1275.34" OriginalAmount="1262.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50301" Longitude="-0.30695" StarRating="3" HotelCode="|227824" HotelName="Aron Guest House 'Second Home'" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 South Ealing Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/7/8/2/4/227824_759bbe92241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1278.66" OriginalAmount="1266.00" MarkupRule="1.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="1278.66" OriginalAmount="1266.00" MarkupRule="1.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="94" TotalAmount="1279.90" OriginalAmount="1267.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.629222" Longitude="-0.263898" StarRating="4" HotelCode="|57186" HotelName="Ramada By Wyndham London North M1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Between Jct 2-4, Gateway Services, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/1/8/6/57186_4c57f810804.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Days Inn North is rated three stars. It has a car park (free of charge), a bar, a restaurant and air-conditioning. SITUATION: This establishment is in northern London. It is well-connected with the motorway. ROOM: The spacious rooms have a bathroom with hydromassage shower, a hairdryer, a coffee maker, a television, a direct line telephone and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1283.38" OriginalAmount="1270.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506754" Longitude="-0.244466" StarRating="2" HotelCode="|558598" HotelName="261" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>261-263 Uxbridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/5/9/8/558598_ec86b801648.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1288.76" OriginalAmount="1276.00" MarkupRule="1.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="Non Refundable" 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="63" TotalAmount="1289.77" OriginalAmount="1277.00" MarkupRule="1.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="1293.81" OriginalAmount="1281.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48083" Longitude="-0.430632" StarRating="3" HotelCode="13247|ibis_london_heathrow_airport" HotelName="ibis London Heathrow Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="1293.88" OriginalAmount="1281.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.532998" Longitude="-0.240413" StarRating="3" HotelCode="|524442" HotelName="Diana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>248 high street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/4/4/2/524442_e290b5e0914.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1300.88" OriginalAmount="1288.00" MarkupRule="1.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="8" TotalAmount="1303.87" OriginalAmount="1290.96" MarkupRule="1.00">
      <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 18/09/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="1319.06" OriginalAmount="1306.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.3465257" Longitude="-0.31551454" StarRating="3" HotelCode="159593|premier_inn_chessington" HotelName="Premier Inn Chessington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Leatherhead Road, Chessington, Surrey KT9 2NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/28/0428cbfd8d5dca21470e8dcc160f50eabb72f02d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Epsom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1322.09" OriginalAmount="1309.00" MarkupRule="1.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="63" TotalAmount="1323.10" OriginalAmount="1310.00" MarkupRule="1.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="1333.20" OriginalAmount="1320.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.410995023811" Longitude="-0.054952248809059" StarRating="2" 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="94" TotalAmount="1339.35" OriginalAmount="1326.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1103832" Longitude="-84.0957606" StarRating="3" HotelCode="|282116" HotelName="Comfort Suites London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1918 West Hwy. 192</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/1/1/6/282116_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1341.28" OriginalAmount="1328.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50286" Longitude="-0.091832" StarRating="1" 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="1342.29" OriginalAmount="1329.00" MarkupRule="1.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="1345.32" OriginalAmount="1332.00" MarkupRule="1.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="1348.35" OriginalAmount="1335.00" MarkupRule="1.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="1349.36" OriginalAmount="1336.00" MarkupRule="1.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="1355.42" OriginalAmount="1342.00" MarkupRule="1.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="1359.46" OriginalAmount="1346.00" MarkupRule="1.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="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="94" TotalAmount="1360.53" OriginalAmount="1347.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.926057" Longitude="-81.215695" StarRating="3" HotelCode="|40610" HotelName="Ramada By Wyndham London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>817 EXETER ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/1/0/40610_01aff251657.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2003, has 124 rooms and 2 floors. The establishment has air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service, a bar, a restaurant, a living room and a games room. The establishment also offers room service, a laundry service, 9 meeting rooms, 2 dance halls, WiFi, a restaurant, a living room, the business centre and playgrounds. SITUATION: Toronto and Michigan It is located between near the establishment, guests will find the motorway, close to the establishment, guests have restaurants, bars, the nightlife and shops. 15 minutes away from the establishment, guests will find Londres the city centre of St. Thomas 20 minutes away from the establishment clients have it is well-connected with places of interest, 15 minutes away from the establishment clients have the bus station. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, internet, a radio, cable television, a microwave, a fridge and a coffee maker. They also have an answering machine, individual heating, individual air-conditioning, an ironing set and a king size or double bed. FACILITIES: The establishment has a covered heated pool and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast, an Ã  la carte lunch and an Ã  la carte or set-menu dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1363.04" OriginalAmount="1349.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.112073" Longitude="-84.1003686" StarRating="3" HotelCode="|363071" HotelName="Country Inn and Suites By Radisson, London, Ky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2035 West Highway 192</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/3/0/7/1/363071_222ff450758.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1374.61" OriginalAmount="1361.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3" HotelCode="189438|best_western_plus_park_grand_london_heathrow_gateway" HotelName="Park Grand London Heathrow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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="1374.61" OriginalAmount="1361.00" MarkupRule="1.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="Non Refundable" 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="94" TotalAmount="1375.65" OriginalAmount="1362.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544971" Longitude="0.049518" StarRating="3" HotelCode="|80911" HotelName="OYO The Manor Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>386 High Street North</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/1/1/80911_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays and has attentive service. SITUATION: This hotel is in the heart of Londres. Near the establishment, you will find the exhibition centre ExCeL, the commercial area of ExCeL and the West Ham United Golf Course. It is near East Ham Metro Station, Woodgrange Park and Manor Park Train Station. 2 minutes away from the establishment, clients can find the shopping centres, bars and restaurants. ROOM: The establishment has 59 modern rooms with an air-conditioning system. It also has disabled access rooms. All the rooms have a bathroom, a direct line telephone, modem connection, films (available for a fee) and a satellite TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1376.63" OriginalAmount="1363.00" MarkupRule="1.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="1383.70" OriginalAmount="1370.00" MarkupRule="1.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="1384.71" OriginalAmount="1371.00" MarkupRule="1.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="1384.71" OriginalAmount="1371.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.446831724276" Longitude="-0.4112734546311" StarRating="2" 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="12" TotalAmount="1384.75" OriginalAmount="1371.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|1967289" HotelName="Holiday Inn Express London - Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel">
        <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="94" TotalAmount="1389.36" OriginalAmount="1375.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.3765482" Longitude="-0.2782984" StarRating="3" HotelCode="|450944" HotelName="Premier Inn Premier Inn London Tolworth" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Kingston Road ,Tolworth</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/9/4/4/450944_c8eca621200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1391.46" OriginalAmount="1377.68" MarkupRule="1.00">
      <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 16/09/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="63" TotalAmount="1391.78" OriginalAmount="1378.00" MarkupRule="1.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="1398.85" OriginalAmount="1385.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504244889241" Longitude="-0.033500790596008" StarRating="4" HotelCode="25680|hilton_london_docklands_riverside" HotelName="DoubleTree by Hilton London - Docklands Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,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="83" TotalAmount="1399.86" OriginalAmount="1386" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1024346-28473282/4332538321638099181/1318" HotelName="BOOK A BED HOSTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4920000/4916900/4916812/40d347db_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1400.87" OriginalAmount="1387.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="1401.46" OriginalAmount="1387.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.538114" Longitude="-0.283125" StarRating="3" HotelCode="|74588" HotelName="Travelodge Wembley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>North Circular Road, Ealing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/5/8/8/74588_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel reopened in 2006. SITUATION: 15 minutes away from the establishment you have the stadium, is well-connected with London the city centre of the motorway. ROOM: The establishment has double rooms, family rooms and disabled access rooms. The rooms a bathroom, a television with channels (available for a fee) and a courtesy tea and coffee service. OTHERS: Regarding the food and beverage provision, the establishment offers a cafÃ© and a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1404.91" OriginalAmount="1391" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.409681" Longitude="-0.301294" StarRating="3" HotelCode="350601|93673" HotelName="Premier Inn London Kingston Upon Thames" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="83" TotalAmount="1410.97" OriginalAmount="1397" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613058-27404761/4332538321638099181/14963" HotelName="PREMIER INN LONDON BEXLEYHEATH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785700/11785622/809597ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1415.82" OriginalAmount="1401.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.25493" Longitude="-0.19419" StarRating="3" HotelCode="|169850" HotelName="Oyo The Bridge House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>REIGATE HILL,REIGATE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/5/0/169850_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a car park, 39 stylish rooms with air-conditioning. SITUATION: This establishment, is in Reigate Hill It has excellent transport links to the motorway and Gatwick and London Heathrow Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1418.92" OriginalAmount="1404.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4771871" Longitude="-0.015272" StarRating="3" HotelCode="|448164" HotelName="Travelodge London Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Greenwich High Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/6/4/448164_00a1c211524.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1420.06" OriginalAmount="1406.00" MarkupRule="1.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="Free CXL until 18/09/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="63" TotalAmount="1421.07" OriginalAmount="1407.00" MarkupRule="1.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="27" TotalAmount="1427.13" OriginalAmount="1413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.60805176" Longitude="-0.27684555" StarRating="3" HotelCode="159619|93571" HotelName="Premier Inn London Edgware" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="1427.13" OriginalAmount="1413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.574226" Longitude="0.08598" StarRating="3" HotelCode="69650|167941" HotelName="Holiday Inn Express London - Newbury Park" 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/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>713 Eastern Avenue, Newbury Park, London IG2 7RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/15/e415368db5e638e16567fa5b51c02bcf342445da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the A12 which is the main arterial road into the centre of London and within...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1440.50" OriginalAmount="1426.24" MarkupRule="1.00">
      <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 18/09/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="1443.43" OriginalAmount="1429.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48787" Longitude="0.03125" StarRating="2" HotelCode="|226133" HotelName="The Antigallican by Nestor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>428 Woolwich Road Charlton</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/1/3/3/226133_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1444.30" OriginalAmount="1430" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.376191" Longitude="-0.097858" StarRating="3" HotelCode="37754|10171" HotelName="Jurys Inn London Croydon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Wellesley Road, Croydon, South London CR0 9XY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/a4/85a453b2906ec3a7c962bbf96fb8c8a81067b21b.JPEG</HotelPictures>
        <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="1444.30" OriginalAmount="1430.00" MarkupRule="1.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="1444.30" OriginalAmount="1430.00" MarkupRule="1.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="27" TotalAmount="1449.35" OriginalAmount="1435" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.43309421" Longitude="0.10212969" StarRating="3" HotelCode="467756|94092" HotelName="Premier Inn London Sidcup Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="94" TotalAmount="1453.81" OriginalAmount="1439.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.16808" Longitude="-0.18042" StarRating="3" HotelCode="|203808" HotelName="Holiday Inn London-gatwick Airport, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Povey Cross Road, Horley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/0/8/203808_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1460.46" OriginalAmount="1446.00" MarkupRule="1.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 11/09/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="1461.47" OriginalAmount="1447.00" MarkupRule="1.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 14/09/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="83" TotalAmount="1464.50" OriginalAmount="1450" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|209318-28510456/4332538321638099181/4500" HotelName="EUROTRAVELLER HOTEL PREMIER @ HARROW" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7910000/7900900/7900825/ee79d7e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1467.53" OriginalAmount="1453" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="986374|518576" HotelName="Premier Inn London Romford Town Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="63" TotalAmount="1471.57" OriginalAmount="1457.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544521878123" Longitude="-0.088979601860046" StarRating="3" HotelCode="189758|islington_inn" HotelName="Islington Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>366 Essex Road, Highbury, Islington, London N1 3PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/bc/c3bcb81107134ddcac873daa21b39aee7b178813.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1473.59" OriginalAmount="1459" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1332218-28538002/4332538321638099181/4664" HotelName="BLUE SAPPHIRE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78480000/78478400/78478346/81683108_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1479.59" OriginalAmount="1464.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5048792" Longitude="-0.0339955" StarRating="4" HotelCode="|18009" HotelName="a&amp;o London Docklands Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROTHERHITHE STREET 265</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/0/9/18009_96d60d21526.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 365 rooms and 4 apartments. The establishment has a bar, a terrace, a restaurant, 26 meeting rooms and a health centre. SITUATION: This hotel is 20 minutes away from the centre of Londres where you can find shops and leisure areas. The establishment offers a transfer service to the metro station Canada Water. It is situated 25 minutes away from London City Airport. This hotel is situated next to Thames River Thames. ROOM: All the rooms have a hairdryer, a television, an iron, a coffee maker and a kettle. FACILITIES: The hotel has a covered swimming pool, a health centre with a sauna and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. Dietary restrictions can be accommodated.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1482.98" OriginalAmount="1468.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.6067177" Longitude="0.0581255" StarRating="4" HotelCode="|75784" HotelName="London Chigwell Prince Regent , Bw Signature Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Manor Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/8/4/75784_0bbe2ad1439.jpeg</HotelPictures>
        <HotelDescription>SITUATION: It has good links to Londres the centre of, is located near the airport. ROOM: The medium-sized rooms traditional-style and have modern facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1483.69" OriginalAmount="1469.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.487784240793" Longitude="0.031464993953705" StarRating="2" HotelCode="189762|the_antigallican_hotel" HotelName="The Antigallican" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Woolwich Road, London SE7 8SU, Charlton</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/b8/62b89df0d6ab609e2ba52619c5c0fc709acc62d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Charlton. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1490.47" OriginalAmount="1475.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515418" Longitude="-0.160374" StarRating="2" HotelCode="|525099" HotelName="Berkeley Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Upper Berkeley Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/0/9/9/525099_d0dfe321112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1490.76" OriginalAmount="1476.00" MarkupRule="1.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="1498.84" OriginalAmount="1484.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513433214613" Longitude="-0.19361525774002" StarRating="3" 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="63" TotalAmount="1498.84" OriginalAmount="1484.00" MarkupRule="1.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 18/09/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="1503.89" OriginalAmount="1489.00" MarkupRule="1.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="94" TotalAmount="1504.32" OriginalAmount="1489.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489039" Longitude="-0.19389" StarRating="2" HotelCode="|533436" HotelName="Wembar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Warwick Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/3/6/533436_4f9de311119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1506.92" OriginalAmount="1492.00" MarkupRule="1.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="1508.94" OriginalAmount="1494.00" MarkupRule="1.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="8" TotalAmount="1510.88" OriginalAmount="1495.92" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="1511.97" OriginalAmount="1497" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|210692-28464163/4332538321638099181/338" HotelName="SOPHIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/210692/2013212144637825.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1514.08" OriginalAmount="1499.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49029" Longitude="-0.19894" StarRating="2" HotelCode="|533778" HotelName="Bob W London Earl's Court - Philbeach Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-28 Philbeach Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/7/7/8/533778_1ea1a3b1146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1523.08" OriginalAmount="1508" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|874708-28536846/4332538321638099181/4900" HotelName="GOLDERS PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40200000/40199700/40199604/fc6b76ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1523.08" OriginalAmount="1508" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|474332-28582021/4332538321638099181/4938" HotelName="NOX HOTELS - GOLDERS GREEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/19000000/18300000/18296700/18296695/fc48c66d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1530.15" OriginalAmount="1515.00" MarkupRule="1.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="94" TotalAmount="1533.62" OriginalAmount="1518.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491069" Longitude="-0.143053" StarRating="2" HotelCode="|217821" HotelName="Oyo Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Warwick Way, Victoria 104</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/8/2/1/217821_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1536.21" OriginalAmount="1521.00" MarkupRule="1.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="83" TotalAmount="1537.22" OriginalAmount="1522" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613102-27405956/4332538321638099181/14950" HotelName="PREMIER INN LONDON ORPINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15920000/15913900/15913837/6d7591d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1540.25" OriginalAmount="1525.00" MarkupRule="1.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="27" TotalAmount="1544.29" OriginalAmount="1529" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4109" Longitude="-0.30002" StarRating="2" HotelCode="114427|215503" HotelName="Travelodge London Kingston Upon Thames" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/23 Old London Road, Kingston upon Thames, London KT2 6ND</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/fd/b7fd8faa421cf6ec18146db657070692e176e8be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1550.35" OriginalAmount="1535.00" MarkupRule="1.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="1551.36" OriginalAmount="1536.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502596617111" Longitude="-0.20195969604106" StarRating="3" 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="1552.37" OriginalAmount="1537.00" MarkupRule="1.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="1553.38" OriginalAmount="1538.00" MarkupRule="1.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="1554.39" OriginalAmount="1539.00" MarkupRule="1.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="83" TotalAmount="1557.42" OriginalAmount="1542" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|227324-32949107/4332538321638099181/16212" HotelName="LONDON CHIGWELL PRINCE REGENT, BW SIGNATURE COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/79100/79047/7d044425_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1563.48" OriginalAmount="1548.00" MarkupRule="1.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="94" TotalAmount="1566.29" OriginalAmount="1550.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1127001" Longitude="-84.0981642" StarRating="2" HotelCode="|361400" HotelName="Holiday Inn Express and Suites London, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>506 Minton Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/4/0/0/361400_5be7b461003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1566.51" OriginalAmount="1551.00" MarkupRule="1.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="94" TotalAmount="1566.80" OriginalAmount="1551.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51007" Longitude="-0.32479" StarRating="3" HotelCode="|191731" HotelName="Holiday Inn Express London - Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Broadway, Ealing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/7/3/1/191731_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1567.52" OriginalAmount="1552.00" MarkupRule="1.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="1568.53" OriginalAmount="1553.00" MarkupRule="1.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="1568.53" OriginalAmount="1553.00" MarkupRule="1.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="Non Refundable" HotelFacility="Parking">
        <Address>
          <AddressLines>
            <AddressLine>319-321 Ewell Road, Surbiton, Surrey, KT6 7BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/7d/197df0ab9837c54d5694f790f3c9b9b5108414ba.jpeg</HotelPictures>
        <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="1571.56" OriginalAmount="1556.00" MarkupRule="1.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="94" TotalAmount="1572.43" OriginalAmount="1556.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.37416" Longitude="-0.10195" StarRating="3" HotelCode="|203799" HotelName="Holiday Inn Express London - Croydon, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddys Yard Frith Rd Croydon CR0 1TS England</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/7/9/9/203799_2f814f81143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1572.57" OriginalAmount="1557.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516222" Longitude="-0.419286" StarRating="3" HotelCode="94518|fountain_house_hotel" HotelName="Fountain House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Garden,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>116-118 Church Road, Hayes, Middlesex, UB3 2LW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/13/d9139f8d472c046a593374f078aad5e9486900db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, Fountain House Hotel puts everything the city has to offer just o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1585.62" OriginalAmount="1569.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5122" Longitude="-0.311543" StarRating="0" HotelCode="|445464" HotelName="ibis Styles London Ealing" Meals="ROOM ONLY" 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="63" TotalAmount="1585.70" OriginalAmount="1570.00" MarkupRule="1.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="1585.70" OriginalAmount="1570.00" MarkupRule="1.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="83" TotalAmount="1593.78" OriginalAmount="1578" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|542687-28515752/4332538321638099181/1721" HotelName="LONDON GUEST HOUSE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6830000/6822400/6822382/40407452_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1593.78" OriginalAmount="1578.00" MarkupRule="1.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="Free CXL until 17/09/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="83" TotalAmount="1595.80" OriginalAmount="1580" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.860694" Longitude="27.254002" StarRating="4" HotelCode="0|4477-32595127/4332538321638099181/217" HotelName="A&amp;amp;O LONDON DOCKLANDS RIVERSIDE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2500/2456/2c5e7f0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1597.82" OriginalAmount="1582.00" MarkupRule="1.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="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="94" TotalAmount="1602.96" OriginalAmount="1587.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5364297" Longitude="-0.1920401" StarRating="4" HotelCode="|68136" HotelName="Maitrise Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53-59 Kilburn High Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/1/3/6/68136_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Quality Maitrise is rated four stars, boutique, renovated in 2009 and has 58 rooms. The establishment offers a continental breakfast (free of charge), WiFi, air-conditioning and a safety deposit box service. Guests can also find a minibar, a gym, a swimming pool, a sauna, a steam bath and spa treatments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1607.52" OriginalAmount="1591.60" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="1608.27" OriginalAmount="1592.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.473888" Longitude="-0.063388" StarRating="3" HotelCode="|478684" HotelName="Peckham Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Queens Road , Peckham</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/6/8/4/478684_5f794811343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1608.93" OriginalAmount="1593.00" MarkupRule="1.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="94" TotalAmount="1614.04" OriginalAmount="1598.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4906254" Longitude="-0.1383938" StarRating="3" HotelCode="|21824" HotelName="Huttons" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELGRAVE ROAD 53-57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/2/4/21824_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1800 and it is situated in a Victorian building. SITUATION: The establishment, is in the city centre, Close to, and, In the surrounding area you can also find shops, leisure areas and public transport. Victoria Station it takes 5 minutes to get to Westminster Abbey just a few minutes away, you will find.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1621.05" OriginalAmount="1605.00" MarkupRule="1.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="1624.08" OriginalAmount="1608.00" MarkupRule="1.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="83" TotalAmount="1630.14" OriginalAmount="1614" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|114217-30248352/4332538321638099181/12028" HotelName="W6 HOTEL HAMMERSMITH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2040000/2030300/2030220/b5348d34_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1630.14" OriginalAmount="1614.00" MarkupRule="1.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="27" TotalAmount="1640.24" OriginalAmount="1624" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.482560198505" Longitude="-0.4506762356167" StarRating="4" HotelCode="28974|5501" HotelName="Radisson Hotel &amp; Conference Centre London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Building A, Heathrow, Middlesex UB7 0DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/96/3a965a2ff728b3fa575a4a6a97a33b3ae870353f.jpeg</HotelPictures>
        <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="27" TotalAmount="1646.30" OriginalAmount="1630" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|13283" HotelName="Thistle London Heathrow Terminal 5" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Longford, London UB7 0EQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/73/ff735807bac2a3a779e6a0e9f1620963357e27e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location near London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1647.31" OriginalAmount="1631" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.580207" Longitude="0.14071" StarRating="3" HotelCode="152963|93961" HotelName="Premier Inn London Romford West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="83" TotalAmount="1647.31" OriginalAmount="1631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|210795-28510797/4332538321638099181/2211" HotelName="THE CRAVEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888600/888523/3449e9d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1654.38" OriginalAmount="1638.00" MarkupRule="1.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="83" TotalAmount="1656.40" OriginalAmount="1640" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|211001-28570406/4332538321638099181/6072" HotelName="THE WIMBLEDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2660000/2650300/2650261/c5fff489_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1657.41" OriginalAmount="1641.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525212129347" Longitude="-0.12637577911585" StarRating="1" 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="1661.45" OriginalAmount="1645.00" MarkupRule="1.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="1671.55" OriginalAmount="1655.00" MarkupRule="1.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="1676.60" OriginalAmount="1660.00" MarkupRule="1.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="1678.62" OriginalAmount="1662.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.66497113" Longitude="-0.04434452" StarRating="2" HotelCode="519888|dharma_lodge_hotel" HotelName="Dharma Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 15/09/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="1681.65" OriginalAmount="1665.00" MarkupRule="1.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 03/09/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="1687.71" OriginalAmount="1671.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="1687.82" OriginalAmount="1671.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4259136" Longitude="-0.1782168" StarRating="3" HotelCode="|216196" HotelName="Pelican London and Residence" Meals="ROOM ONLY" 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="8" TotalAmount="1701.28" OriginalAmount="1684.44" MarkupRule="1.00">
      <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 18/09/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="1704.88" OriginalAmount="1688.00" MarkupRule="1.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="1705.89" OriginalAmount="1689.00" MarkupRule="1.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="1706.90" OriginalAmount="1690.00" MarkupRule="1.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="1707.91" OriginalAmount="1691.00" MarkupRule="1.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 16/09/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="1708.92" OriginalAmount="1692.00" MarkupRule="1.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="83" TotalAmount="1714.98" OriginalAmount="1698" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613063-27408306/4332538321638099181/16594" HotelName="PREMIER INN LONDON BROMLEY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32590000/32580200/32580109/a65fcaad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1719.02" OriginalAmount="1702.00" MarkupRule="1.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="Non Refundable">
        <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="1722.05" OriginalAmount="1705.00" MarkupRule="1.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="8" TotalAmount="1740.11" OriginalAmount="1722.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495083002218" Longitude="-0.19042234873064" StarRating="3" HotelCode="76159|155310" HotelName="1 Lexham Gardens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/09/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="63" TotalAmount="1742.25" OriginalAmount="1725.00" MarkupRule="1.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="1742.25" OriginalAmount="1725.00" MarkupRule="1.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="1750.33" OriginalAmount="1733.00" MarkupRule="1.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="63" TotalAmount="1752.35" OriginalAmount="1735.00" MarkupRule="1.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="1756.39" OriginalAmount="1739.00" MarkupRule="1.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="94" TotalAmount="1757.33" OriginalAmount="1739.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481105" Longitude="-0.019785" StarRating="3" HotelCode="|448824" HotelName="Zedwell Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cavatina Point 7 Harmony Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/8/2/4/448824_9124da11301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1757.40" OriginalAmount="1740" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1022892-28489273/4332538321638099181/3320" HotelName="GRESHAM HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47700/47610/8c3cd6c5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1759.74" OriginalAmount="1742.32" MarkupRule="1.00">
      <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 10/09/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="94" TotalAmount="1772.77" OriginalAmount="1755.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507895" Longitude="-0.273024" StarRating="4" HotelCode="|218058" HotelName="The Kings Head" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214 High Street, Acton</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/0/5/8/218058_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1773.40" OriginalAmount="1755.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5164298" Longitude="-0.1712302" StarRating="3" HotelCode="|72373" HotelName="Belmont &amp; Astoria " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 &amp; 104 SUSSEX GARDENS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/3/7/3/72373_1_1435.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel an ideal place for relaxing and has attentive service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1773.56" OriginalAmount="1756.00" MarkupRule="1.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="1773.56" OriginalAmount="1756.00" MarkupRule="1.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="27" TotalAmount="1775.58" OriginalAmount="1758" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47405" Longitude="-0.021159" StarRating="3" HotelCode="199817|36943" HotelName="Travelodge London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Blackheath Road, Greenwich, London SE10 8DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/c1/0fc16492b0d8c133713074fcace7c4eb4fc51e8e.jpeg</HotelPictures>
        <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="1779.62" OriginalAmount="1762.00" MarkupRule="1.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="83" TotalAmount="1783.66" OriginalAmount="1766" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|609067-24707937/4332538321638099181/13649" HotelName="IBIS BUDGET LONDON WHITECHAPEL - BRICK LANE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29140000/29134900/29134898/070df0f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1786.69" OriginalAmount="1769.00" MarkupRule="1.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="1786.69" OriginalAmount="1769.00" MarkupRule="1.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="Non Refundable" 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="1788.71" OriginalAmount="1771.00" MarkupRule="1.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="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="83" TotalAmount="1789.72" OriginalAmount="1772" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|131669-28569416/4332538321638099181/2323" HotelName="MAITRISE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2890000/2881900/2881855/eb1a7191_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1789.72" OriginalAmount="1772.00" MarkupRule="1.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="1792.75" OriginalAmount="1775.00" MarkupRule="1.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="1797.80" OriginalAmount="1780.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.56272076" Longitude="0.06813166" StarRating="3" HotelCode="519268|ilford_apartments_3" HotelName="Ilford Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3a Coventry Road, Gunveer Court, London IG1 4FB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/2e/cb2e710f57ce90a508705ce100bef9fffd5a113f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Ilford Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1804.75" OriginalAmount="1786.88" MarkupRule="1.00">
      <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="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="1804.87" OriginalAmount="1787.00" MarkupRule="1.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="83" TotalAmount="1805.88" OriginalAmount="1788" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|208436-28515498/4332538321638099181/4983" HotelName="NOX WEST HAMPSTEAD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/208436/201325125130425.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1808.43" OriginalAmount="1790.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49458" Longitude="-0.20726" StarRating="4" HotelCode="|184490" HotelName="Simply Rooms and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Avonmore Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/9/0/184490_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1808.91" OriginalAmount="1791.00" MarkupRule="1.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="1809.92" OriginalAmount="1792.00" MarkupRule="1.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="1815.98" OriginalAmount="1798.00" MarkupRule="1.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="94" TotalAmount="1815.99" OriginalAmount="1798.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5116005" Longitude="-0.185" StarRating="2" HotelCode="|20740" HotelName="Apollo Hotel London Near Hyde Park and Paddington Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Queensborough Terrace, Bayswater</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/4/0/20740_8e1a2391410.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, is ideal for holidays or business trips. SITUATION: This establishment, London King's Cross it is in Well connected with places of interest, tourist points of interest and shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1821.47" OriginalAmount="1803.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4801499" Longitude="-0.4243301" StarRating="3" HotelCode="|46123" HotelName="Premier Inn London Heathrow Airport T2 &amp; T3 (Bath Road) " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BATH ROAD 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/2/3/46123_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern airport hotel and has 590 rooms, The establishment has a hall, express check-out, a reception, a currency exchange service, a lift, a cafÃ©, 2 bars and a restaurant. The establishment also offers conference rooms, WiFi (for a fee), room service and a car park (for a fee). SITUATION: Is situated in the motorway, London, Hounslow and Feltham it is well-connected with 15 minutes away from the establishment guests have Hounslow the city centre of It is situated 25 minutes away fromThorpe Park Amusement Park Chessington World of Adventures Resort It is situated 40 minutes away from 2 kilometres away, you can find the bus station, is 2 kilometres away from London Heathrow Airport. ROOM: Customers can find spacious, comfortable rooms with a shower or bath, a hairdryer, a television and internet (available for a fee), They also have a coffee maker, a kettle, an ironing set, an air-conditioning system and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and an Ã  la carte restaurant with buffet. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard, Visa and debit cards. The hotel does not accept Visa Electron and Solo.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1828.10" OriginalAmount="1810.00" MarkupRule="1.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="27" TotalAmount="1837.19" OriginalAmount="1819" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.442871822629" Longitude="-0.15299800546904" StarRating="2" HotelCode="199812|225950" HotelName="Travelodge London Balham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Balham High Road, Balham, London SW12 9BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9f/cd/9fcdda974f6219fc1b2d72c1c009a64bc9e8bee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1839.21" OriginalAmount="1821.00" MarkupRule="1.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="94" TotalAmount="1839.56" OriginalAmount="1821.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.96328" Longitude="-81.22475" StarRating="0" HotelCode="|223335" HotelName="Country Inn and Suites By Radisson, London South, On" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>774 Base Line Rd E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/3/3/3/5/223335_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1841.23" OriginalAmount="1823.00" MarkupRule="1.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="63" TotalAmount="1845.27" OriginalAmount="1827.00" MarkupRule="1.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="1845.27" OriginalAmount="1827.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.41678043" Longitude="-0.209324" StarRating="0" HotelCode="780565|goodenough_guesthouse" HotelName="Goodenough Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Goodenough Road, Wimbledon, London SW19 3QW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/9b/979b0f8bc1a05c21ceef9021a3daf82216fae581.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1848.30" OriginalAmount="1830" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1021466-28473687/4332538321638099181/1517" HotelName="CHARLOTTE GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9320000/9318700/9318697/f1fb27f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1848.30" OriginalAmount="1830.00" MarkupRule="1.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="16" TotalAmount="1853.15" OriginalAmount="1834.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526002392352" Longitude="-0.12469321489334" StarRating="1" HotelCode="18318|1080958" HotelName="Generator London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Free CXL until 17/09/2026" 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="94" TotalAmount="1859.37" OriginalAmount="1840.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528668" Longitude="-0.055586" StarRating="3" HotelCode="|446700" HotelName="Four Points Flex by Sheraton London Shoreditch East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>309-317 Cambridge Heath Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/0/0/446700_3cc0f591304.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1859.49" OriginalAmount="1841.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.927389" Longitude="-81.217889" StarRating="3" HotelCode="|40210" HotelName="Four Points By Sheraton London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1150 WELLINGTON ROAD S.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/1/0/40210_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-friendly hotel, renovated in 2007, it offers a conference centre, has 181 rooms and suites. The establishment has a restaurant, a living room, a lobby with a reception, a reception, a cafÃ© and a bar. The establishment also offers internet, WiFi, room service, a laundry service and a car park (free of charge). SITUATION: Near the establishment, guests will find the city centre, in the surrounding area, clients have a commercial centre, Next to the establishment, guests will find the motorway, in the surrounding area, clients have places of interest. ROOM: The rooms have mineral water, internet (free of charge), a writing desk, an ironing set, a coffee maker, a bathroom with a shower or bath, a hairdryer and a direct line telephone. They also have satellite or cable TV, a radio, a washing machine, a fridge, a king size or double bed, an air-conditioning system and heating. FACILITIES: The establishment boasts a gym, a covered swimming pool and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte, menu or buffet lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1865.47" OriginalAmount="1847.00" MarkupRule="1.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="1866.48" OriginalAmount="1848.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514166" Longitude="-0.207499" StarRating="4" HotelCode="189774|notting_hill__concept_serviced_apartments" HotelName="Notting Hill - Concept Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>74 Ladbroke Grove, Notting Hill, Kensington and Chelsea, London W11 2HF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/8c/308c2d4a1702d8a19113c4c96774fb15e390acbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1867.49" OriginalAmount="1849.00" MarkupRule="1.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="8" TotalAmount="1868.02" OriginalAmount="1849.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481009629761" Longitude="-0.46171178772124" StarRating="4" HotelCode="779886|632082" HotelName="Staybridge Suites London - Heathrow Bath Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 16/09/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="1868.58" OriginalAmount="1850.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49127" Longitude="-0.143472" StarRating="1" HotelCode="93109|608855" HotelName="Colliers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="1870.52" OriginalAmount="1852.00" MarkupRule="1.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="Non Refundable" 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="63" TotalAmount="1870.52" OriginalAmount="1852.00" MarkupRule="1.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="8" TotalAmount="1871.00" OriginalAmount="1852.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492332479851" Longitude="-0.16479287235256" StarRating="4" HotelCode="285086|315269" HotelName="Nell Gwynn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/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="63" TotalAmount="1871.53" OriginalAmount="1853.00" MarkupRule="1.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="83" TotalAmount="1872.54" OriginalAmount="1854" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|650722-32594606/4332538321638099181/3557" HotelName="LEIGH HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4380000/4379500/4379455/373b0abe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1874.28" OriginalAmount="1855.72" MarkupRule="1.00">
      <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 17/09/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>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1874.56" OriginalAmount="1856" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1449843-32348958/4332538321638099181/13587" HotelName="EASYHOTEL PADDINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/128000000/127020000/127013700/127013649/cbfc664f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1878.81" OriginalAmount="1860.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5120225" Longitude="-0.1866331" StarRating="3" HotelCode="|17966" HotelName="Berjaya Eden Park London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>INVERNESS TERRACE 35-39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/6/17966_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a concierge, a business centre, a bar and a restaurant. SITUATION: This hotel Bayswater it is in Bayswater and Queensway nearby, you will find Clients can also find and.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1882.64" OriginalAmount="1864.00" MarkupRule="1.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="1886.68" OriginalAmount="1868.00" MarkupRule="1.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="1887.69" OriginalAmount="1869.00" MarkupRule="1.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="1892.74" OriginalAmount="1874.00" MarkupRule="1.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="94" TotalAmount="1895.36" OriginalAmount="1876.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524868" Longitude="-0.049252" StarRating="3" HotelCode="|537754" HotelName="City Gate Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Colebert Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/7/5/4/537754_9ce47b70904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1895.77" OriginalAmount="1877.00" MarkupRule="1.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="94" TotalAmount="1897.51" OriginalAmount="1878.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5127529" Longitude="-0.1914573" StarRating="3" HotelCode="|18016" HotelName="Park Avenue Bayswater Inn Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES SQUARE 8-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/1/6/18016_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1850 and renovated in 2002. It has 201 rooms, 6 floors, 22 single rooms and 114 double rooms. The establishment boasts a cosy bar, a restaurant and lifts. SITUATION: It is in a central area, Hyde Park, Kensington Gardens and Queensway it is close to in the surrounding area, clients can find shops, leisure areas, 300 metres away, clients have Bayswater the metro station. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a television, a trouser press, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1903.85" OriginalAmount="1885" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|186694-28509395/4332538321638099181/4553" HotelName="BELMONT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1640000/1631100/1631035/60572646_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1905.34" OriginalAmount="1886.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490505" Longitude="-0.138433" StarRating="3" HotelCode="119418" HotelName="Huttons Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>53-57 Belgrave Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/19418/119418/1.jpg?f=17748799</HotelPictures>
        <HotelDescription>A refurbished modern Victorian building that provides comfortable clean Hotel Accommodation at budget prices for both city breaks and business travellers requiring a central London location. We are within walking distance from Victoria coach, train and underground stations but also Buckingham Palace, Houses of Parliament, Big Ben and The London Eye also UK Passport office ,South Bank ,Business districts and Queen Elizabeth Conference Centre . Our Hotel Accommodation includes complimentary continental breakfast and each rooms contains Colour lcd televisions, Hairdryers, En-suite shower rooms and Complimentary tea and coffee making facilities. All our bedrooms have wooden floors and are fresh and clean .Free high speed fibre WIFI Internet in Bedrooms . Our Lift covers the whole building Up to 1 child under 7 stays for free sharing the room with 2 adults Shopping? This Hotel is close to Oxford Street ,Regents Street,Harrods and many other Knightsbridge shops are a short bus ride from the hotel .
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1908.90" OriginalAmount="1890.00" MarkupRule="1.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/09/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="1914.03" OriginalAmount="1895.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544330048204" Longitude="-0.16245603561401" StarRating="3" HotelCode="32099|14141" HotelName="Britannia Hampstead Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/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="1914.96" OriginalAmount="1896.00" MarkupRule="1.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="94" TotalAmount="1915.87" OriginalAmount="1896.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514425" Longitude="-0.19143" StarRating="3" HotelCode="|60433" HotelName="The Royale Chulan Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Leinster Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/4/3/3/60433_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, is ideal for holidays or business trips and has 53 standard rooms. The establishment boasts air-conditioning, a lobby, a reception, a lift, WiFi, room service, a laundry service and a car park (for a fee). SITUATION: This hotel is situated between Notting Hill and Hyde Park is situated in West End near the establishment, you will find Paddington Railway Station. 15 minutes away from the establishment you have London Heathrow Airport. 5 minutes away from the establishment, you can find the metro station. 5 minutes away from the establishment guests have bars, restaurants, nightclubs, pubs and shops. It is 21 kilometres from the London City Airport. It is 24 kilometres away from London Heathrow Airport. Is 51 kilometres from Gatwick Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, luxurious furniture, an air-conditioning system, central heating, a kitchenette, a fridge, a microwave, an LCD television, internet (available for a fee), a direct line telephone, an ironing set, a king size or double bed, a radio, a coffee maker and a kettle. MEALS: The establishment serves a continental breakfast. PAYMENT METHODS: The establishment accepts credit cards, American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1925.06" OriginalAmount="1906" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="23.9995" Longitude="121.628" StarRating="4" HotelCode="0|347738-27817351/4332538321638099181/13036" HotelName="APARTADAGIO LONDON BRENTFORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>NO.1-1 LIN YUAN,HUALIAN,TAIWAN,R.O.C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9690000/9689200/9689177/604f6ca6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1926.04" OriginalAmount="1906.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51364" Longitude="-0.192683" StarRating="2" HotelCode="13014" HotelName="Wedgewood Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Leinster Square, Bayswater,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13014/13014/1.jpg?f=17753585</HotelPictures>
        <HotelDescription>Breakfast included This friendly and beautifully decorated hotel offers 24-hour reception, elevator to all floors, multilingual staff, and a complimentary breakfast in the hotel dining room. Televisions in rooms Wedgewood Hotel's 60 guestrooms are stylishly decorated and include tea/coffee makers, hair dryers, TVs, and telephones. All rooms have private bathrooms. High-speed wireless Internet access is complimentary.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1928.09" OriginalAmount="1909.00" MarkupRule="1.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="Free CXL until 17/09/2026" 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="94" TotalAmount="1932.08" OriginalAmount="1912.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.850739" Longitude="-81.275746" StarRating="3" HotelCode="|65918" HotelName="Best Western Plus Stoneridge Inn and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6675 BURTWISTLE LANE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/9/1/8/65918_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a bar and 3 event rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1937.18" OriginalAmount="1918" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|550505-28488065/4332538321638099181/1145" HotelName="PARAMOUNT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/23000000/22340000/22330300/22330295/6d477dc2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1938.84" OriginalAmount="1919.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.931507" Longitude="-81.218742" StarRating="2" HotelCode="|95277" HotelName="Quality Suites London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1120 Dearness Drive,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/2/7/7/95277_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1939.20" OriginalAmount="1920" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|184710-28569978/4332538321638099181/2745" HotelName="SIMPLY ROOMS &amp;amp; SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3800000/3791000/3790932/6a68e5ec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1943.19" OriginalAmount="1923.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.927198" Longitude="-81.211768" StarRating="3" HotelCode="|95266" HotelName="Courtyard By Marriott London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Exeter Road London, Ontario,864</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/2/6/6/95266_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1944.25" OriginalAmount="1925" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|28944-18137749/4332538321638099181/12044" HotelName="1 LEXHAM GARDENS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4150000/4149900/4149877/8653177f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1945.26" OriginalAmount="1926.00" MarkupRule="1.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="1950.31" OriginalAmount="1931.00" MarkupRule="1.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="8" TotalAmount="1951.72" OriginalAmount="1932.40" MarkupRule="1.00">
      <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/09/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="1953.34" OriginalAmount="1934.00" MarkupRule="1.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="1957.38" OriginalAmount="1938.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491257702222" Longitude="-0.14276444369643" StarRating="2" HotelCode="903018|the_warwick_by_aura_collection" HotelName="Surtees Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Warwick Way, London SW1V 1SB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/17/a517d9454e1cedd629982dfb97c3106c687a5cc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 7 rooms. Services and facilities at the hotel include a restaurant an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1961.45" OriginalAmount="1942.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.57458" Longitude="-0.201454" StarRating="4" HotelCode="|217545" HotelName="NOX Golders Green" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146-150 GOLDERS GREEN ROAD 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/5/4/5/217545_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1964.45" OriginalAmount="1945.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.462221096318" Longitude="-0.18891334533691" StarRating="3" HotelCode="34473|holiday_inn_express_london_wandsworth" HotelName="Holiday Inn Express London - Wandsworth" 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,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="83" TotalAmount="1970.51" OriginalAmount="1951" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1448171-32322597/4332538321638099181/17907" HotelName="NELL GWYNN HOUSE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1971.62" OriginalAmount="1952.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.461514" Longitude="-0.192143" StarRating="3" HotelCode="|56975" HotelName="Holiday Inn Express London Wandsworth, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SMUGGLER'S WAY, WANDSWORTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/9/7/5/56975_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to Chelsea and Fulham the stadiums of excellent transport links to public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1972.53" OriginalAmount="1953.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512837298397" Longitude="-0.19210785627365" StarRating="3" HotelCode="10915|bayswater_inn_2" HotelName="Bayswater Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-16 Princes Square, Bayswater, London W24NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/0d/ed0db5113240df1bf7f09046f16a34a3bdd92367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unostentatious hotel is centrally located near to Hyde Park, Kensington Gardens and Queensway. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1975.56" OriginalAmount="1956" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|208417-28507170/4332538321638099181/122" HotelName="146 SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4510000/4506400/4506314/e7ba8a1b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1977.58" OriginalAmount="1958.00" MarkupRule="1.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="94" TotalAmount="1979.32" OriginalAmount="1959.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513721" Longitude="-0.1923241" StarRating="2" HotelCode="|18088" HotelName="Wedgewood" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LEINSTER SQUARE 49-51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/8/8/18088_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is small, inviting. SITUATION: Is situated inBayswater the centre of it is 500 metres away from Bayswater the metro station of Hyde Park 5 minutes away from the establishment, clients can find. ROOM: The establishment has 60 rooms and fully-equipped. They are equipped with a hairdryer, a TV and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1980.61" OriginalAmount="1961.00" MarkupRule="1.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 16/09/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="1981.18" OriginalAmount="1961.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524139" Longitude="-0.116486" StarRating="2" HotelCode="94586|312462" HotelName="Guilford House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/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="94" TotalAmount="1983.57" OriginalAmount="1963.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507137" Longitude="-0.025562" StarRating="2" HotelCode="|202396" HotelName="Point A - London, Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>West,21 Hertsmere Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/3/9/6/202396_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1983.64" OriginalAmount="1964.00" MarkupRule="1.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="1992.73" OriginalAmount="1973.00" MarkupRule="1.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="1994.75" OriginalAmount="1975.00" MarkupRule="1.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="1998.79" OriginalAmount="1979.00" MarkupRule="1.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 09/09/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="2004.85" OriginalAmount="1985.00" MarkupRule="1.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="8" TotalAmount="2011.72" OriginalAmount="1991.80" MarkupRule="1.00">
      <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 18/09/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="2012.93" OriginalAmount="1993.00" MarkupRule="1.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="27" TotalAmount="2013.94" OriginalAmount="1994" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52863508" Longitude="-0.05564725" StarRating="3" HotelCode="769821|457014" HotelName="The East London Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="83" TotalAmount="2017.98" OriginalAmount="1998" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.91999816894531" Longitude="-111.46269989013672" StarRating="3" HotelCode="0|282587-28552263/4332538321638099181/1767" HotelName="LYALL APARTMENT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>207 North Lake Powell Blvd, Page, AZ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9040000/9032000/9031989/d4109eff_b.jpg</HotelPictures>
        <HotelDescription>The Travelodge in Page, Arizona, offers a resort atmosphere with great views. The hotel offers Large Nicely Appointed Rooms, Cable TV and an Outdoor Heated Pool. Guest experience Location, Service and Value when visiting the Travelodge Page. A great place
 to Recreate and Hibernate. &lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 11:00&lt;br /&gt;Pets Allowed &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2019.02" OriginalAmount="1999.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.475556" Longitude="-0.5162" StarRating="4" HotelCode="|78256" HotelName="Hilton London Heathrow Airport Terminal 5" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>POYLE ROAD, COLNBROOK, BERKSHIRE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/2/5/6/78256_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a spa, 2 restaurants, 2 bars, 350 standard rooms and WiFi (free of charge). SITUATION: This hotel It's 1.6 kilometres from London Heathrow Airport. It is 5 minutes away from the motorway. 20 minutes away from the establishment, you can find Paddington Railway Station. ROOM: All the rooms have an air-conditioning system, a television, a hairdryer, a bathroom and complimentary bathroom items. OTHERS: Clients have at their disposal a set-menu restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2023.19" OriginalAmount="2003.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49248" Longitude="-0.194163" StarRating="3" HotelCode="195259" HotelName="My Place Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Trebovir Road, Earl's Court</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/95259/195259/69.jpg?f=17743197</HotelPictures>
        <HotelDescription>Property Location With a stay at My Place Hotel in London (Earl's Court), you'll be convenient to Natural History Museum and Royal Albert Hall. This hotel is close to Buckingham Palace and Big Ben. Rooms Make yourself at home in one of the 50 guestrooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include safes, housekeeping is provided daily, and irons/ironing boards can be requested. Amenities Enjoy recreation amenities such as a nightclub or take in the view from a garden. Additional features at this Victorian hotel include complimentary wireless Internet access, tour/ticket assistance, and barbecue grills. Dining Enjoy a meal at a restaurant, or stay in and take advantage of the hotel's 24-hour room service. Quench your thirst with your favorite drink at a bar/lounge. A complimentary continental breakfast is included. Business, Other Amenities Featured amenities include limo/town car service, a computer station, and complimentary newspapers in the lobby.
Enjoy recreation amenities such as a nightclub or take in the view from a garden. Additional features at this Victorian hotel include complimentary wireless Internet access, tour/ticket assistance, and barbecue grills.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2024.36" OriginalAmount="2004.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9260157" Longitude="-81.2162322" StarRating="3" HotelCode="|65445" HotelName="Towneplace Suites By Marriott London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>800 EXETER ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/4/4/5/65445_17429711035.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel and has 3 floors. ROOM: The rooms have a fridge, a microwave, a coffee maker and internet. OBSERVATIONS: Hotel is non-smoking.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2025.05" OriginalAmount="2005" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|514661-28441724/4332538321638099181/1444" HotelName="CARLTON KINGS CROSS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/514661/2022125181517290.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2029.07" OriginalAmount="2008.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.6568985" Longitude="-0.2503" StarRating="4" HotelCode="|21497" HotelName="Doubletree By Hilton London Elstree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barnet By Pass</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/4/9/7/21497_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 131 rooms and 2 suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. Our guests can find conference rooms, an Ã  la carte restaurant with air-conditioning, a bar and an English bar. The establishment offers guests room service, a laundry service and a car park. SITUATION: This hotel London it is in 20 minutes away from the establishment, guests will find the city centre, is 1,5 kilometres away from a commercial centre, Where you can find shops and leisure areas. it is situated 25 kilometres away from Luton Airport the establishment is 35 kilometres away from London Heathrow Airport. ROOM: The cosy rooms, have a bathroom with a hairdryer, satellite or cable TV and a radio. They also have a direct line telephone, internet, a central heating system and a safety deposit box (available for a fee). FACILITIES: The establishment has a spa, a covered swimming pool, a sauna, a steam bath, a jacuzzi and a massage service. Clients can enjoy activities such as aerobics and playing billiards. it is 9 kilometres away from a golf course. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC. MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant and Ã  la carte lunch and dinner. OTHERS: Pets are allowed dependent on availability.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2032.12" OriginalAmount="2012.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|ibis_styles_london_kensington" HotelName="ibis Styles London Kensington" 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,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="83" TotalAmount="2036.16" OriginalAmount="2016" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|114146-24344571/4332538321638099181/9638" HotelName="BERJAYA EDEN PARK LONDON HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/490000/484300/484259/809c9cc6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2039.93" OriginalAmount="2019.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4919998" Longitude="-0.1939589" StarRating="3" HotelCode="|67145" HotelName="Trebovir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18-20 TREBOVIR ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/4/5/67145_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2009 and has 2 rooms. SITUATION: It is situated nearEarls Court the metro station of It is well-connected. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a television and a radio. They also have internet, a coffee maker, a kettle, an ironing set and a double bed. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast at no extra charge. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2046.23" OriginalAmount="2025.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52426" Longitude="-0.09464" StarRating="3" HotelCode="|443913" HotelName="easyHotel London City Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Old Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/9/1/3/443913_a0cf9221804.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2046.26" OriginalAmount="2026.00" MarkupRule="1.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="94" TotalAmount="2050.56" OriginalAmount="2030.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4909248" Longitude="-0.193634" StarRating="4" HotelCode="|95126" HotelName="Mornington London Kensington, Bw Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Penywern Road, Earls Court,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/1/2/6/95126_3.jpg</HotelPictures>
        <HotelDescription>OBSERVATIONS: Pets are not allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2051.31" OriginalAmount="2031.00" MarkupRule="1.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="8" TotalAmount="2053.13" OriginalAmount="2032.80" MarkupRule="1.00">
      <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="94" TotalAmount="2059.16" OriginalAmount="2038.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.464397" Longitude="-0.213432" StarRating="0" HotelCode="|522405" HotelName="Mk London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>317 Putney Bridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/4/0/5/522405_0facbdb1055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2061.28" OriginalAmount="2040.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525924" Longitude="-0.081953" StarRating="3" HotelCode="|534854" HotelName="Berkley Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Rivington Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/5/4/534854_61696191125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2061.41" OriginalAmount="2041" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|474335-28509035/4332538321638099181/4813" HotelName="NEW ENGLAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888800/888739/1cbad082_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2064.44" OriginalAmount="2044" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.0679" Longitude="80.272" StarRating="3" HotelCode="0|348008-28552679/4332538321638099181/7146" HotelName="THE STATION HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>139 WALLAJA ROAD, MOUNT ROAD, CHENNAI, IN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10590000/10583900/10583852/4b82b535_z.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Priyadarshini Park is located in Chennai's Anna Salai neighborhood, close to M.A. Chidambaram Stadium, Mount Road, and Spencer's Plaza Shopping Mall. Nearby points of interest also include University of Madras and Mayor Radhakrishnan Stadium.    Hotel Features.   Dining options at Priyadarshini Park include a restaurant and a coffee shop/café. A bar/lounge is open for drinks. The hotel serves a complimentary breakfast. This 3-star property offers a meeting/conference room and audio-visual equipment. The property offers a roundtrip airport shuttle (surcharge).  Tour/ticket assistance and tour assistance are available. Additional property amenities include laundry facilities, a safe deposit box at the front desk, and air conditioning in public areas.    Guestrooms.     67 guestrooms at Priyadarshini Park feature air conditioning. Guestrooms offer direct-dial phones. LCD televisions are available in guestrooms.      Room Info:       Notifications:      Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation.           Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2065.45" OriginalAmount="2045" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613101-24991373/4332538321638099181/15905" HotelName="PREMIER INN LONDON LEWISHAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12670000/12660500/12660411/1f1c140f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2066.46" OriginalAmount="2046" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50716071124" Longitude="-0.025383423278754" StarRating="2" 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="8" TotalAmount="2068.88" OriginalAmount="2048.40" MarkupRule="1.00">
      <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 15/09/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>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2074.13" OriginalAmount="2053.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493557" Longitude="-0.192132" StarRating="3" HotelCode="|167210" HotelName="Heeton Concept  Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 -25 Hogarth Road,Earls Court, Kensington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/1/0/167210_dfa0b681747.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in the heart of Kensington. It is close to Earls Court close to the establishment, clients can find the exhibition centre Olimpia. It has good links to West-End the theatres of. It has good links to Victoria and Albert the Museum of. It is close to the metro station of Earls Court. It has excellent transport links to the airports. ROOM: The establishment has 100 inviting rooms with satellite television, a direct line telephone, a bathroom, internet, WiFi, a coffee maker, a kettle, an iron and an ironing board. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service. The hotel has conference rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2075.55" OriginalAmount="2055" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|520970-28513620/4332538321638099181/1198" HotelName="PECKHAM ROOM HOTEL BY BELVILLA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15710000/15702200/15702106/0687ae3d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2079.59" OriginalAmount="2059" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|542645-28586234/4332538321638099181/5031" HotelName="CITY ALDGATE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22260000/22255200/22255133/4daef8cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2079.59" OriginalAmount="2059.00" MarkupRule="1.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="2083.63" OriginalAmount="2063.00" MarkupRule="1.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="2084.64" OriginalAmount="2064.00" MarkupRule="1.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="Free CXL until 17/09/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="94" TotalAmount="2090.35" OriginalAmount="2069.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51455" Longitude="-0.05484" StarRating="4" HotelCode="|483609" HotelName="Aldgate by Excel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Bromehead Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/6/0/9/483609_e2024ae2202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2096.76" OriginalAmount="2076" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1022933-28473277/4332538321638099181/679" HotelName="ST ATHANS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1620000/1614000/1613992/87e633b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2098.96" OriginalAmount="2078.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517309" Longitude="-0.130386" StarRating="3" HotelCode="|452307" HotelName="Zedwell Underground Tottenham Court Road" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112a Great Russell Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/3/0/7/452307_efdc6f01151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2102.94" OriginalAmount="2082.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9261559" Longitude="-81.2153872" StarRating="3" HotelCode="|95265" HotelName="Staybridge Suites London, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Exeter Road London, Ontario,824</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/2/6/5/95265_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2103.64" OriginalAmount="2082.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49085" Longitude="-0.18073" StarRating="0" HotelCode="|455167" HotelName="Roland House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Old Brompton Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/1/6/7/455167_fe325350802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2103.83" OriginalAmount="2083.00" MarkupRule="1.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="63" TotalAmount="2104.84" OriginalAmount="2084.00" MarkupRule="1.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="2104.84" OriginalAmount="2084.00" MarkupRule="1.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="63" TotalAmount="2106.86" OriginalAmount="2086.00" MarkupRule="1.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="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Longridge, London SW5 9SB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/zz/2cadc49e8b6302efded270ece6684d714eff0dcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2113.93" OriginalAmount="2093.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="14859|millennium_copthorne_hotels_at_chelsea_football_club" HotelName="Millennium &amp; Copthorne Hotels at Chelsea Football Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,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="63" TotalAmount="2119.99" OriginalAmount="2099.00" MarkupRule="1.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="83" TotalAmount="2123.02" OriginalAmount="2102" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|187149-32930928/4332538321638099181/38" HotelName="BEST WESTERN CHISWICK ROOMS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5440000/5434500/5434488/c706d3f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2126.10" OriginalAmount="2105.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.556162" Longitude="-0.214128" StarRating="4" HotelCode="|23019" HotelName="The Crown London Hotel, Cricklewood North West London, WorldHotels Distinctive" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Cricklewood Broadway, Cricklewood</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/1/9/23019_1346fc00343.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, urban hotel and was built in 2003. It has 4 floors, 116 rooms and 111 double rooms. In the establishment entrance, guests will find a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a cafÃ©, a conference room and an Ã  la carte restaurant with air-conditioning, The establishment offers internet, room service and a car park. SITUATION: This hotel is in London northern The Cricklewood Broadway it is close to It is well-connected with public transport services, a few minutes' walk away, clients have Brent Cross the shopping centre 1000 metres away from the establishment, guests can find leisure areas. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet and a sofa. They also have tiled floors, a safety deposit box and a central heating system. FACILITIES: The establishment boasts a covered pool, a swimming pool, a jacuzzi and a sauna. Customers can make use of a gym. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2132.11" OriginalAmount="2111.00" MarkupRule="1.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="2134.13" OriginalAmount="2113.00" MarkupRule="1.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="95" TotalAmount="2134.86" OriginalAmount="2113.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522987" Longitude="-0.259786" StarRating="3" HotelCode="1306025" HotelName="Holiday Inn Express London - Park Royal By Ihg" Meals="ROOM - DISABLED ADAPTED" BedType="ROOM - DISABLED ADAPTED">
        <Address>
          <AddressLines>
            <AddressLine>Victoria Road North Acton,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0013/06025/1306025/1.jpg?f=17474524</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, a television in a common area, and a banquet hall.. Featured amenities include a business center, express check-in, and complimentary newspapers in the lobby. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2135.14" OriginalAmount="2114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|17196" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/09/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="63" TotalAmount="2135.14" OriginalAmount="2114.00" MarkupRule="1.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="94" TotalAmount="2140.11" OriginalAmount="2118.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512148" Longitude="-0.311256" StarRating="3" HotelCode="|74604" HotelName="Travelodge London Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Uxbridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/0/4/74604_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 800 metres away from Ealing Broadway Underground Station. Is 15 kilometres from London Heathrow Airport. ROOM: The rooms have a bathroom, a television and a courtesy tea and coffee service. OTHERS: The establishment offers a cafÃ©, a breakfast service, a dinner service and a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2142.98" OriginalAmount="2121.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5140297" Longitude="-0.1780714" StarRating="2" HotelCode="|20384" HotelName="Mina House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CRAVEN ROAD 21-23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/4/20384_f0861571100.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has a reception and attentive service. SITUATION: This hotel Paddington it is in 5 minutes away from the establishment, you can find metro stops, in the surrounding area, clients have shops, leisure areas, tourist points of interest and monuments. ROOM: The establishment has 27Â cosy rooms with a bathroom, a hairdryer, a satellite television, a direct line telephone, central heating and fitted carpets. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Diners Club. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2143.34" OriginalAmount="2122.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.468317690451" Longitude="-0.41878938674927" StarRating="3" HotelCode="370530|25682" HotelName="Hilton Garden Inn London Heathrow Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,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="2145.24" OriginalAmount="2124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523308097102" Longitude="-0.17449378967285" StarRating="3" HotelCode="97053|24615" HotelName="Comfort Inn Edgware Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>450 Edgware Road, London W2 1EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/45/e3457523c77c0b139f93a74272b2780d5089a392.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2150.29" OriginalAmount="2129.00" MarkupRule="1.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="2154.33" OriginalAmount="2133.00" MarkupRule="1.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="94" TotalAmount="2157.40" OriginalAmount="2136.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5158958" Longitude="-0.173818" StarRating="3" HotelCode="|20357" HotelName="Dolphin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NORFOLK SQUARE 32-34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/5/7/20357_bd956dc1229.jpg</HotelPictures>
        <HotelDescription>HOTEL: Dolphin is rated two stars. It has a breakfast room and a living room. SITUATION: This establishment is next to Paddington Station. It is in Bayswater ROOM: The rooms have a television, a direct line telephone, a fridge, a kettle and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2159.34" OriginalAmount="2137.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4859366" Longitude="-0.1991855" StarRating="4" HotelCode="|552337" HotelName="Mercure London Earls Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47 Lillie Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/3/3/7/552337_af99f711103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2162.10" OriginalAmount="2140.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4920129" Longitude="-0.2198886" StarRating="4" HotelCode="|17994" HotelName="Novotel London West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHORTLANDS, HAMMERSMITH 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/9/4/17994_0e691361322.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 625 rooms, The establishment boasts a reception, room service, a laundry service, non-smoking floors, 2 restaurants, a cafÃ©, 2 bars and a pub. You can request a computer with internet, At an extra cost you can use the car park. SITUATION: This hotel is situated in London the western area of Close to Hammersmith the underground station of The establishment offers direct access to and London Heathrow Airport, nearby, you will find the city centre, is situated 800 metres away from restaurants, bars, shops and public transport services. ROOM: The establishment has 625 comfortable rooms with a bathroom, a hairdryer, a radio, an air-conditioning system, a mini-bar, a trouser press, an iron, an ironing board, kettle, a satellite television (available for a fee), a direct line telephone, internet and fitted carpets. FACILITIES: Customers can enjoy a small gym. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and buffet or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2163.70" OriginalAmount="2142.28" MarkupRule="1.00">
      <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="Free CXL until 18/09/2026" 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="2165.00" OriginalAmount="2143.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51510499" Longitude="-0.1730636" StarRating="2" HotelCode="517310|849619" HotelName="Balmoral House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 21/08/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="94" TotalAmount="2166.05" OriginalAmount="2144.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.6178633" Longitude="-0.1074895" StarRating="4" HotelCode="|167186" HotelName="Lodge Drive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Lodge Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/1/8/6/167186_fe2f9a01806.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge) and a car park (free of charge). SITUATION: This establishment, Palmers Green it is in In the surrounding area, you can find shops, supermarkets, restaurants and bars. it is located 800 metres away from Broomfield the Park of it is a 20-minute train ride away from Londres the centre of. ROOM: Each apartment has an LCD TV, a kitchen, a dining room, a kitchen, a dishwasher, a washing machine, tumble drier, kitchen utensils, a sitting room, wooden floors, a television, a DVD player and leather seats. Some apartments have a balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2168.47" OriginalAmount="2147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|187318-18164654/4332538321638099181/17499" HotelName="IBIS LONDON STRATFORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/535800/535744/d2d79b20_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2168.47" OriginalAmount="2147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515937" Longitude="-0.171949" StarRating="3" HotelCode="13655|gresham_hotel" HotelName="The Gresham Hotel London" Meals="ROOM ONLY" 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="94" TotalAmount="2169.45" OriginalAmount="2147.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5112507" Longitude="-0.1850477" StarRating="3" HotelCode="|18055" HotelName="Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49-67 QUEENSBOROUGH TERRACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/5/18055_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is situated in the residential area of Bayswater, close to Hyde Park and Kensington Gardens. ROOM: The establishment has non-smoking rooms with a bathroom, a satellite TV, courtesy tray, a direct line telephone, a hairdryer, courtesy service, a mini-bar and WiFi (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2169.53" OriginalAmount="2148.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5181999" Longitude="-0.1309" StarRating="3" HotelCode="|17942" HotelName="STG Oxford Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BEDFORD AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/4/2/17942_b5c09f41153.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 13 floors, 705 standard rooms, 96 single rooms and 266 double rooms. In the entrance, you can find a reception with safety deposit boxes, a cloakroom and lifts. Some of the establishment facilities on offer are a car park, a restaurant, conference rooms and a laundry service. SITUATION: This hotel is in the West End a few minutes walk away, guests will find the Oxford Street shopping area. 200 metres away from the establishment, you can find restaurants, pubs, bars and nightclubs. It is 50 metres away from Tottenham Court Road Underground Station. ROOM: The inviting rooms have a bathroom with a hairdryer, a direct line telephone, a television and a safety deposit box. FACILITIES: There are many facilities and services available at the establishment, including a sports centre, a covered swimming pool and a gym. Clients can enjoy activities such as aerobics. Facilities (available for a fee). OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2170.49" OriginalAmount="2149" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.45990844" Longitude="-0.30250824" StarRating="3" HotelCode="467883|215506" HotelName="Travelodge London Richmond Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Paradise Road, Richmond TW9 1RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/64/31/6431d5771a1fc5a642108bddec4dc2bf1a66d289.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Richmond upon Thames.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2174.53" OriginalAmount="2153.00" MarkupRule="1.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="2182.61" OriginalAmount="2161.00" MarkupRule="1.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="83" TotalAmount="2184.63" OriginalAmount="2163" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|527054-28514674/4332538321638099181/1055" HotelName="KINGSLAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/527054/2018321112635537.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2185.64" OriginalAmount="2164.00" MarkupRule="1.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="94" TotalAmount="2186.36" OriginalAmount="2164.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4989662" Longitude="-0.192014" StarRating="4" HotelCode="|18032" HotelName="Copthorne Tara London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SCARSDALE PLACE, WRIGHTS LANE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/2/18032_4f39c210939.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, comfortable hotel, has a reception, lifts, a currency exchange service, a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning and conference rooms with internet. The establishment offers guests room service and a laundry service. SITUATION: This well known and popular hotel is in Kensington High Street, close to public transport services. It is situated near Victoria and Albert Museum and Kensington Gardens shops and leisure areas. ROOM: The establishment has 833 rooms with a bathroom with a hairdryer, a direct line telephone, a satellite TV, internet and a fridge. OTHERS: The establishment serves tasty dishes, special menus and meals for specific diets can be ordered.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2191.70" OriginalAmount="2170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.477895" Longitude="-0.013643" StarRating="4" HotelCode="38303|26133" HotelName="Novotel London Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>173-185 Greenwich High Road, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ee/34ee33f8845a5cc22ad5f4b5dea06248bfdf689c.JPEG</HotelPictures>
        <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="83" TotalAmount="2191.70" OriginalAmount="2170" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|27576-24707918/4332538321638099181/12036" HotelName="THE CROWN LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/970000/969800/969760/2e37f44d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2192.71" OriginalAmount="2171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515499664797" Longitude="-0.17266988754272" StarRating="3" HotelCode="25447|olympic_house_hotel" HotelName="Olympic House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138-140 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/af/91afacff120dae8fc9f7809031838fd8d767280f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of London. There are connections to the public transport network...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2194.73" OriginalAmount="2173.00" MarkupRule="1.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="2198.77" OriginalAmount="2177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516444391893" Longitude="-0.17091438174248" StarRating="3" HotelCode="25448|orchard_hotel" HotelName="Orchard Paddington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>86-90 Sussex Gardens, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c0/aec0c1cfbcdc9a5c23b37e170fa81e97ac28fd31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in a highly convenient location just a short walk away from Paddington Station, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2199.78" OriginalAmount="2178.00" MarkupRule="1.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="94" TotalAmount="2200.74" OriginalAmount="2178.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492923" Longitude="-0.189746" StarRating="3" HotelCode="|455959" HotelName="Cleveland Residences Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Courtfield Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/9/5/9/455959_24413a91720.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2207.86" OriginalAmount="2186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515644" Longitude="-0.172399" StarRating="3" HotelCode="27216|nayland" HotelName="Nayland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132-134 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ff/b7fffdd66d98b67e1bb1011dbc8758310f69be12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Renovated in 2001, this hotel is situated in Sussex Gardens, close to Hyde Park. Oxford Street, whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2207.86" OriginalAmount="2186.00" MarkupRule="1.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="94" TotalAmount="2213.14" OriginalAmount="2191.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.545213" Longitude="0.017454" StarRating="3" HotelCode="|468881" HotelName="Dc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>207 Romford Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/8/8/1/468881_3b4de0f1235.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2213.92" OriginalAmount="2192" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4941275" Longitude="-0.24471" StarRating="4" HotelCode="902779|45421" HotelName="Chiswick Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>407 Goldhawk Road, London, Greater London W6 0SA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/a9/6ea9e73114c178fb20e9ae033939b7a15e13bb01.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="2213.92" OriginalAmount="2192.00" MarkupRule="1.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="94" TotalAmount="2219.36" OriginalAmount="2197.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.486093" Longitude="-0.199655" StarRating="3" HotelCode="|18005" HotelName="Ibis London Earls Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LILLIE ROAD 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/0/5/18005_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has meeting facilities, conference facilities, a restaurant, a cafÃ©, a car park (for a fee) and a laundry service. SITUATION: This hotel is in London the western area of 500 metres away from Earls Court the Exhibition Centre it is situated 7 kilometres away from the city centre, 2 minutes away, guests can find West Brompton the underground station of it is situated 5 minutes away from Earls Court the Station of 10 minutes away from Stamford Bridge the football stadium. ROOM: The rooms have a bathroom with a shower, a hairdryer, a satellite television, a direct line telephone, a coffee maker, a kettle and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2222.00" OriginalAmount="2200.00" MarkupRule="1.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 15/09/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="83" TotalAmount="2227.05" OriginalAmount="2205" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1441301-28799963/4332538321638099181/10650" HotelName="DORSETT CANARY WHARF LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111020000/111016500/111016436/f88c2ba6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2229.07" OriginalAmount="2207.00" MarkupRule="1.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="2230.08" OriginalAmount="2208.00" MarkupRule="1.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="2230.08" OriginalAmount="2208.00" MarkupRule="1.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="94" TotalAmount="2230.90" OriginalAmount="2208.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4910088" Longitude="-0.19387" StarRating="3" HotelCode="|17941" HotelName="Oxford Earl's Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PENYWERN ROAD - EARL'S COURT 16-18 &amp; 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/4/1/17941_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Kensington and Chelsea it is close to it is situated close to Earls Court the metro stop Close to points of interest, parks, museums and the commercial area. Around the establishment, clients can find banks and restaurants. Hyde Park it is situated near Earl's Court and Olympia the exhibition centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2239.83" OriginalAmount="2217.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511861" Longitude="0.011168" StarRating="3" HotelCode="|28005" HotelName="Holiday Inn Express London Royal Docks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SILVERTOWN WAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/0/5/28005_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming, modern hotel, has 88 comfortable rooms. SITUATION: London Docklands It is in Canary Wharf and the Excel Exhibition Centre it is close to. ROOM: They have a hairdryer, a radio, a coffee maker, a kettle, a direct line telephone and satellite and cable television. FACILITIES: The establishment boasts a bar and. OTHERS: Regarding the food and beverage provision, the establishment offers a continental buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2240.18" OriginalAmount="2218.00" MarkupRule="1.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="2240.18" OriginalAmount="2218.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="2240.80" OriginalAmount="2218.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493118" Longitude="-0.231517" StarRating="3" HotelCode="|18021" HotelName="Holiday Inn Express London Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KING STREET 120-124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/2/1/18021_54ad2fb0956.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a bar, tennis courts, a gym and breakfast service. SITUATION: This establishment, Hammersmith it is in 10 minutes away, you can find the city centre, 800 metres away, guests have shops, close to the establishment, clients can find Hammersmith the metro station of it is situated 16 kilometres away from a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2241.63" OriginalAmount="2219.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493374" Longitude="-0.1916111" StarRating="3" HotelCode="|80912" HotelName="The Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Hogarth Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/1/2/80912_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: Jade is rated three stars. is economic. SITUATION: It is situated in Kensington the hotel is 100 metres away from the Station of Earls Court. It is near Knightsbridge and Harrods and the museums. Clients can also find shops and restaurants. ROOM: The rooms have a bathroom, a shower, bathroom items, an air-conditioning system, parquet flooring, a small kitchen with fridge, luxurious bedding, a television and a DVD player.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2243.09" OriginalAmount="2220.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.6121" Longitude="-0.135992" StarRating="0" HotelCode="|451297" HotelName="Premier Inn London New Southgate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ladderswood Way Arnos Grove London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/2/9/7/451297_8546f861249.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2243.21" OriginalAmount="2221" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351117-23294703/4332538321638099181/11643" HotelName="DAO BY DORSETT WEST LONDON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74540000/74531300/74531223/ff553e14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2244.22" OriginalAmount="2222.00" MarkupRule="1.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="63" TotalAmount="2247.25" OriginalAmount="2225.00" MarkupRule="1.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 17/09/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="94" TotalAmount="2250.38" OriginalAmount="2228.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5163002" Longitude="-0.1706" StarRating="3" HotelCode="|20374" HotelName="Orchard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUSSEX GARDENS 86-90</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/7/4/20374_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 40 rooms, 3 floors, a lift and a car park. SITUATION: This hotel is in a central area. Close to the establishment, clients can find shops, restaurants and a public transport stop. It is 60 minutes away from London Heathrow Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio, heating and a safe. OTHERS: The establishment serves English breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2250.55" OriginalAmount="2228.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49406" Longitude="-0.19777" StarRating="3" HotelCode="|445091" HotelName="Point A Kensington Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42-48 West Cromwell Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/9/1/445091_3061b131452.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2255.33" OriginalAmount="2233.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.480574457705" Longitude="-0.4460181031023" StarRating="4" HotelCode="28981|renaissance_london_heathrow_ho" HotelName="Renaissance London Heathrow Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/09/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="63" TotalAmount="2256.34" OriginalAmount="2234.00" MarkupRule="1.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="2261.39" OriginalAmount="2239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|st_giles_london__st_giles_classic_hotel" 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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2263.41" OriginalAmount="2241" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|4446-24087502/4332538321638099181/15217" HotelName="HEETON CONCEPT KENSINGTON LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/64100/64060/5129ad0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2265.45" OriginalAmount="2243.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51193" Longitude="-0.1823" StarRating="3" HotelCode="|246165" HotelName="Craven Hill Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Craven Hill Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/1/6/5/246165_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2269.47" OriginalAmount="2247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498497905328" Longitude="-0.19086867570877" StarRating="4" HotelCode="24570|copthorne_tara_hotel_london_kensington" HotelName="Copthorne Tara Hotel London Kensington" 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,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="94" TotalAmount="2269.50" OriginalAmount="2247.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.552709" Longitude="-0.124062" StarRating="3" HotelCode="|447851" HotelName="City Prime Camden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>376-380 Camden Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/8/5/1/447851_c5dac541341.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2270.48" OriginalAmount="2248.00" MarkupRule="1.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="95" TotalAmount="2271.13" OriginalAmount="2248.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5292" Longitude="-0.11563271" StarRating="3" HotelCode="12557" HotelName="Travelodge London Kings Cross Royal Scot" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>100 Kings Cross Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/12557/12557/1.jpg?f=17748735</HotelPictures>
        <HotelDescription>Location: This hotel is situated on King's Cross Road making it the ideal stopover point for both business and leisure tourists to the city. Both King's Cross and Farrington underground stations are just a short walk from the hotel meaning that guests may access many of the city's most popular sights and attractions. Various shopping and entertainment venues are located in the hotel's vicinity.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2273.66" OriginalAmount="2251.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491994" Longitude="-0.19873" StarRating="3" HotelCode="|537756" HotelName="Kensington Rooms - Warwick Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Warwick Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/7/5/6/537756_9eaaa1a0906.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2274.52" OriginalAmount="2252" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|51406-18159993/4332538321638099181/15971" HotelName="IBIS LONDON CITY - SHOREDITCH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1210000/1200100/1200089/08c5acac_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2275.92" OriginalAmount="2253.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54797" Longitude="-0.13037" StarRating="3" HotelCode="|184414" HotelName="Camden Town" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>203 Camden Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/1/4/184414_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2281.95" OriginalAmount="2259.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47595429" Longitude="-0.01870235" StarRating="3" HotelCode="323927|662503" HotelName="Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/09/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="63" TotalAmount="2282.60" OriginalAmount="2260.00" MarkupRule="1.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="2283.61" OriginalAmount="2261.00" MarkupRule="1.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="27" TotalAmount="2285.63" OriginalAmount="2263" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521045131387" Longitude="-0.077661588954925" StarRating="2" 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="63" TotalAmount="2292.70" OriginalAmount="2270.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494466367886" Longitude="-0.18739014599805" StarRating="3" HotelCode="387912|kensington_rooms" HotelName="K Hotel Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>131-137 Cromwell Road, Kensington, London SW7 4DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/b3/22b37c3b9aa86b651def2c1b8ae3f19cdaf81e0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The incredibly stylish hotel is located in a fashionable area near Earl's Court and Knightsbridge. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2293.14" OriginalAmount="2270.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514864" Longitude="-0.172657" StarRating="2" HotelCode="94561|866145" HotelName="Europa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/09/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="63" TotalAmount="2293.71" OriginalAmount="2271.00" MarkupRule="1.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="Non Refundable" 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="2299.77" OriginalAmount="2277.00" MarkupRule="1.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="94" TotalAmount="2299.78" OriginalAmount="2277.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523357" Longitude="-0.127106" StarRating="3" HotelCode="|18030" HotelName="Royal National" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38-51 Bedford Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/0/18030_9060ba21216.jpg</HotelPictures>
        <HotelDescription>HOTEL: This central hotel, has 1600 rooms, a lobby with elevators, 3 restaurants, a pub and shops. The establishment boasts internet, conference rooms, a car park, room service and a laundry service. SITUATION: This trendy hotel Covent Garden it is near, the theatres and Russel Square the metro station Around the establishment, clients can find restaurants, bars, leisure areas and public transport services. ROOM: All the rooms have a bathroom, a television, a radio, a direct line telephone, a coffee maker, a kettle, internet, a safety deposit box, computer connection and a trouser press (available on request). FACILITIES: The establishment boasts a health centre. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OBSERVATIONS:.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2301.79" OriginalAmount="2279.00" MarkupRule="1.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 16/09/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="2303.81" OriginalAmount="2281.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.485936169226" Longitude="-0.1996636390686" StarRating="3" HotelCode="18403|hotel_ibis_london_earls_court" HotelName="ibis London Earls Court 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">
        <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="63" TotalAmount="2304.82" OriginalAmount="2282.00" MarkupRule="1.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="Non Refundable" 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="83" TotalAmount="2309.87" OriginalAmount="2287" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|650803-28516785/4332538321638099181/4339" HotelName="THANET HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92870000/92869800/92869781/421a3a3f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2309.87" OriginalAmount="2287.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491544615869" Longitude="-0.14228504910852" StarRating="2" HotelCode="462032|the_blair_victoria_hotel_3" HotelName="The Blair Victoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>78-84 Warwick Way, Victoria, London SW1V 1RZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/59/ce597e94c53426034f758d3c75378967cd854dd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2311.95" OriginalAmount="2289.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54757" Longitude="-0.05637" StarRating="2" HotelCode="|240878" HotelName="Kip" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Aspland Grove Hackney (7-19 Amhurst Road Hackney Central)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/8/7/8/240878_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2315.70" OriginalAmount="2292.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520089" Longitude="-0.123923" StarRating="3" HotelCode="|537833" HotelName="The Thanet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Bedford Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/8/3/3/537833_cd905b20953.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2316.94" OriginalAmount="2294" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|876625-28522486/4332538321638099181/2222" HotelName="CG KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/876625/202010239159893.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2316.94" OriginalAmount="2294.00" MarkupRule="1.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="2318.96" OriginalAmount="2296.00" MarkupRule="1.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="83" TotalAmount="2319.97" OriginalAmount="2297" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|21952-21406742/4332538321638099181/8167" HotelName="DOUBLETREE BY HILTON LONDON - EALING" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25200/25153/5805f33e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2319.97" OriginalAmount="2297.00" MarkupRule="1.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="94" TotalAmount="2325.68" OriginalAmount="2302.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5305" Longitude="-0.12293" StarRating="3" HotelCode="|183834" HotelName="Kings Cross Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Euston Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/3/4/183834_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2329.90" OriginalAmount="2306.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47589" Longitude="-0.01883" StarRating="3" HotelCode="|184650" HotelName="Staycity s Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Greenwich High Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/5/0/184650_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2330.72" OriginalAmount="2307.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.565689" Longitude="-0.010787" StarRating="3" HotelCode="|198884" HotelName="The Lion and Key" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>475-477 High Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/8/8/4/198884_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2331.08" OriginalAmount="2308" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|446417-22999185/4332538321638099181/17771" HotelName="HEETON CONCEPT-LUMA HAMMERSMITH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17910000/17906700/17906642/f20d5f34_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2336.13" OriginalAmount="2313" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|604111-28488768/4332538321638099181/5083" HotelName="OLIVER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888500/888491/360499f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2340.56" OriginalAmount="2317.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522604" Longitude="-0.084264" StarRating="3" HotelCode="|211575" HotelName="Point A London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Paul Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/5/7/5/211575_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2345.50" OriginalAmount="2322.28" MarkupRule="1.00">
      <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 16/09/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="83" TotalAmount="2350.27" OriginalAmount="2327" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|634141-28514984/4332538321638099181/466" HotelName="1 CRAVEN HILL GARDENS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/634141/202029113831772.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2351.28" OriginalAmount="2328.00" MarkupRule="1.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="83" TotalAmount="2359.36" OriginalAmount="2336" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|34255-24707883/4332538321638099181/13092" HotelName="HOLIDAY INN EXPRESS LONDON-ROYAL DOCKS, DOCKLANDS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/560500/560414/61084177_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2359.76" OriginalAmount="2336.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48624" Longitude="-0.202616" StarRating="3" HotelCode="|30422" HotelName="Premier Inn London Fulham" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NORTH END ROAD 295</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/2/2/30422_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2005, has 100 rooms, 5 rooms adapted for people with reduced mobility and non-smoking rooms. It has air-conditioning, a lobby, a reception, a safety deposit box service, a lift, a bar, a television room, a dining room, conference rooms, internet and a car park. SITUATION: Earls Court Arena It is located near nearby, you will find Olympia Exhibition Centre the Exhibition Centre it has good links to the metro station, the bus, 46 kilometres away, you can find Gatwick Airport it is 22 kilometres away from London Heathrow Airport. ROOM: The rooms have a bathroom with a hairdryer, a double bed, a terrace, a kettle, a coffee maker, an ironing set, a safety deposit box, a direct line telephone, a satellite or cable television, internet and a central air-conditioning system. OTHERS: Regarding the food and beverage offering, clients have a continental breakfast, Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2364.38" OriginalAmount="2340.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522603" Longitude="-0.086963" StarRating="3" HotelCode="|67619" HotelName="Travelodge London Central City Road" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="2366.43" OriginalAmount="2343.00" MarkupRule="1.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="94" TotalAmount="2368.92" OriginalAmount="2345.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52957" Longitude="-0.294027" StarRating="4" HotelCode="|18036" HotelName="Crowne Plaza London Ealing, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Ealing, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/6/18036_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 120 double rooms, 4 suites and 6 floors. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. The establishment boasts a bar, an Ã  la carte restaurant with air-conditioning, internet at an extra charge and a conference room. The establishment offers guests indoor parking, a car park, room service and a laundry service. SITUATION: This cosy hotel is near London city centre where you can find shops, leisure areas and entertainment. It is near the botanical garden. 10 metres away, there is a public transport stop. 200 metres away from the establishment, clients can find shops. It is 500 metres away from bars and restaurants. 20 kilometres away, you can find the airport. ROOM: All the rooms have a bathroom with a hairdryer, a safe (available for a fee), a direct line telephone, internet, a sitting room and a satellite or cable television. FACILITIES: 1 kilometre away from the establishment, customers can find a golf course. OTHERS: The establishment serves a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2369.46" OriginalAmount="2346" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.573121" Longitude="-0.431205" StarRating="3" HotelCode="263530|93569" HotelName="Premier Inn London Ruislip" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Ickenham Road, Ruislip, Middlesex HA4 7DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/94/0394c60c99b0f1731aca7306c81c3abceb8fd0ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2369.46" OriginalAmount="2346" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|51403-28509881/4332538321638099181/3374" HotelName="HOLIDAY INN EXPRESS LONDON WANDSWORTH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/570400/570348/96e82ecb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2370.53" OriginalAmount="2347.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5392" Longitude="-0.05641" StarRating="3" HotelCode="|224076" HotelName="City Inn Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>144a Mare Street, Hackney</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/0/7/6/224076_614e6541413.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2371.48" OriginalAmount="2348" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|308936-28488557/4332538321638099181/1024" HotelName="POINT A HOTEL - CANARY WHARF" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9090000/9080300/9080289/32441584_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2374.51" OriginalAmount="2351" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427824-28589582/4332538321638099181/286" HotelName="SOUTHGATE HOTEL LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100190000/100188100/100188006/7756e636_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2377.56" OriginalAmount="2354.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523079" Longitude="-0.193916" StarRating="3" HotelCode="|475369" HotelName="Sutherland Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Sutherland Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/3/6/9/475369_2550b3a1225.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2378.55" OriginalAmount="2355.00" MarkupRule="1.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="2381.58" OriginalAmount="2358.00" MarkupRule="1.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="8" TotalAmount="2381.98" OriginalAmount="2358.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523558" Longitude="-0.127674" StarRating="3" HotelCode="17453|6607" HotelName="The Royal National Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/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="63" TotalAmount="2383.60" OriginalAmount="2360.00" MarkupRule="1.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="2387.64" OriginalAmount="2364.00" MarkupRule="1.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="94" TotalAmount="2387.71" OriginalAmount="2364.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.581" Longitude="-0.22595" StarRating="0" HotelCode="|476705" HotelName="The Hide London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>230 Hendon Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/7/0/5/476705_a56526b0057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2391.68" OriginalAmount="2368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51327676" Longitude="-0.19303982" StarRating="2" HotelCode="665331|816041" HotelName="Notting Hill Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/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="2392.65" OriginalAmount="2368.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492708" Longitude="-0.250816" StarRating="3" HotelCode="78070|109734" HotelName="Best Western Chiswick Palace &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/09/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="63" TotalAmount="2393.70" OriginalAmount="2370.00" MarkupRule="1.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="2393.70" OriginalAmount="2370.00" MarkupRule="1.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="94" TotalAmount="2395.10" OriginalAmount="2371.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5268377" Longitude="-0.088565" StarRating="0" HotelCode="|175493" HotelName="The Z Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136-144 City Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/5/4/9/3/175493_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2399.76" OriginalAmount="2376.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.449825825015" Longitude="-0.33001022104895" StarRating="2" HotelCode="204206|travelodge_london_twickenham_2" HotelName="Travelodge London Twickenham" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="2400.82" OriginalAmount="2377.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5142021" Longitude="-0.174966" StarRating="2" HotelCode="|22961" HotelName="Edward Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SPRING STREET 1A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/6/1/22961_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1910 43 rooms and 5 floors. In the entrance, guests are offered a lobby with a reception and lifts. The establishment offers a breakfast room, internet, a laundry service and a car park (for a fee). SITUATION: It is inPaddington the district of it is a few minutes' walk away from Paddington the Station of Where you can find, in the surrounding area, clients can find shops, leisure areas, is near Lancaster Gate the underground station of Hyde Park and Kensington Gardens It is close to. ROOM: The rooms a bathroom with a hairdryer, They are equipped with a direct line telephone, internet, a television, a kettle, a coffee maker and heating. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2401.19" OriginalAmount="2377.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492687" Longitude="-0.231481" StarRating="3" HotelCode="105721" HotelName="Holiday Inn Express London Hammersmith By Ihg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>120-124 King Street , Hammersmith</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/05721/105721/1.jpg?f=17724140</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, a television in a common area, and a vending machine.. Featured amenities include a 24-hour front desk, luggage storage, and a safe deposit box at the front desk. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2404.81" OriginalAmount="2381" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|541973-28436700/4332538321638099181/4826" HotelName="CHURCH STREET HOTEL BY BELVILLA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1770000/1760200/1760184/037c6eeb_edited_c816_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2409.86" OriginalAmount="2386" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|876286-28522488/4332538321638099181/2342" HotelName="ROYAL PARK HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25770000/25767700/25767691/883442f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2410.87" OriginalAmount="2387.00" MarkupRule="1.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="2411.88" OriginalAmount="2388.00" MarkupRule="1.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="94" TotalAmount="2412.31" OriginalAmount="2388.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.151703" Longitude="-84.117003" StarRating="3" HotelCode="|311820" HotelName="Fairfield Inn &amp; Suites London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>201 Shiloh Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/1/8/2/0/311820_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2412.65" OriginalAmount="2388.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.01924" Longitude="-81.26231" StarRating="3" HotelCode="|222444" HotelName="Ivey Spencer Leadership Centre " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>551 Windermere Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/4/4/4/222444_1576c7e1557.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2417.94" OriginalAmount="2394" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="986343|480524" HotelName="Premier Inn London New Southgate Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="63" TotalAmount="2417.94" OriginalAmount="2394.00" MarkupRule="1.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="2420.97" OriginalAmount="2397.00" MarkupRule="1.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="94" TotalAmount="2421.18" OriginalAmount="2397.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513517" Longitude="-0.186697" StarRating="3" HotelCode="|461002" HotelName="Royal Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86-92 Inverness Terrace, Bayswater</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/0/0/2/461002_e2928160042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2421.98" OriginalAmount="2398" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1438888-28682197/4332538321638099181/12875" HotelName="YOTELPAD LONDON STRATFORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2424.00" OriginalAmount="2400.00" MarkupRule="1.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="2424.00" OriginalAmount="2400.00" MarkupRule="1.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="8" TotalAmount="2431.92" OriginalAmount="2407.84" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="2433.20" OriginalAmount="2409.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5135994" Longitude="-0.17802" StarRating="3" HotelCode="|20359" HotelName="Prince William" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GLOUCESTER TERRACE 42-44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/5/9/20359_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Paddington, close to public transport services and Paddington and Lancaster metro stations. Well connected with London Heathrow Airport. It is situated near Hyde Park and dining facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2434.10" OriginalAmount="2410.00" MarkupRule="1.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="83" TotalAmount="2435.11" OriginalAmount="2411" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613062-27405953/4332538321638099181/15235" HotelName="PREMIER INN LONDON BRIXTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15920000/15913900/15913832/w3600h2397x0y0-91093c87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2436.27" OriginalAmount="2412.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51556" Longitude="-0.173438" StarRating="3" HotelCode="|60250" HotelName="The Voyage Hotel Paddington " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 - 17 Norfolk Square Paddington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/2/5/0/60250_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, elegant hotel, has 54 rooms and 3 houses. It has a lobby, a reception, a safety deposit box service, a television room and a breakfast room. The establishment also offers WiFi. SITUATION: Paddington It is close to is situated in London the city centre of It is in a quiet area. ROOM: The rooms a radio, a direct line telephone, a coffee maker, a kettle, some rooms have, a television and a bathroom, have and a WC. You are offered a hairdryer (available on request). MEALS: Regarding the food and beverage offering, the establishment offers English and continental breakfast and some services at an additional cost. PAYMENT METHODS: The establishment accepts Mastercard, Switch and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2438.14" OriginalAmount="2414" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-4.31153" Longitude="55.73931" StarRating="3" HotelCode="0|474338-18203802/4332538321638099181/14574" HotelName="POINT A HOTEL LONDON SHOREDITCH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Anse Petit Court ,Seychelles Islands,  </AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17160000/17151000/17150967/892f69cc_b.jpg</HotelPictures>
        <HotelDescription>Ideally located in the prime touristic area of Praslin Island, Acquario Guesthouse promises a relaxing and wonderful visit. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. To be found at the hotel are car park, airport transfer, family room, restaurant, tours. All rooms are designed and decorated to make guests feel right at home, and some rooms come with television LCD/plasma screen, air conditioning, balcony/terrace, fan, internet access – wireless (charges apply). The hotel offers various recreational opportunities. No matter what your reasons are for visiting Seychelles Islands, Acquario Guesthouse will make you feel instantly at home. &lt;br /&gt;Guests over 11 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2439.15" OriginalAmount="2415.00" MarkupRule="1.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="2439.15" OriginalAmount="2415.00" MarkupRule="1.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="2439.15" OriginalAmount="2415.00" MarkupRule="1.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 14/09/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="83" TotalAmount="2441.17" OriginalAmount="2417" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|152655-28507155/4332538321638099181/2575" HotelName="GRESHAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909000/908934/3d594dac_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2444.09" OriginalAmount="2419.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4935969" Longitude="-0.190689" StarRating="3" HotelCode="|167513" HotelName="Premier Inn London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Knaresborough Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/5/1/3/167513_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms family rooms and a business centre. SITUATION: This establishment is in the heart of Londres. It is situated close to the metro station of Earls Court. Near the establishment, guests will find points of interest. Such as Royal Albert Hall, the Natural History Museum, the Museum of Science and Technology of Catalonia, el Museo Victoria and Albert, los teatros del West End. It is close to Craven Cottage, close to the establishment, clients can find the exhibition centre Earls Court. It is near the exhibition centre Olympia.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2446.22" OriginalAmount="2422" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|231838-28461532/4332538321638099181/756" HotelName="RHODES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3530000/3525700/3525657/d85bedaa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2450.26" OriginalAmount="2426.00" MarkupRule="1.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 15/09/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="83" TotalAmount="2451.27" OriginalAmount="2427" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.9537248" Longitude="-81.0971852" StarRating="3" HotelCode="0|187362-24991531/4332538321638099181/13942" HotelName="POINT A HOTEL LONDON PADDINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>110 Branch Road, West Columbia, 29170, SC, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5230000/5221500/5221423/82161327_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Inn. Total rooms and suites: 62. Floors: 2. Property description- Welcome to the Days Inn &amp;amp; Suites Airport Columbia 

The Days Inn &amp;amp; Suites Airport Columbia is conveniently located one mile from the Columbia Metropolitan Airport. The University of South Carolina, home of the Gamecocks is located six miles away. The hotel is also close to attractions like Riverbanks Zoo and Garden, South Carolina State Museum, Lake Murray and Ft. Jackson Army Base home of the US Army Soldier Support Institute and the 171st and 157th Infantry Brigade. 

The hotel is minutes from downtown Columbia featuring the Colonial Center home the USC basketball team, Koger Center for the Arts and the Riverbanks Zoo and Garden. Downtown has many restaurants to enjoy, including Pawleys Front Porch, featured on Diners, Drive-Ins and Dives on the Food Network. 

The Days Inn and Suites Airport Columbia hotel provides business travelers the conveniences of the office with free wireless and hardwired high-speed Internet access in all rooms. Enjoy use of our exercise room, lobby computer, and outdoor swimming pool. We have a meeting room to accommodate a board meeting or small event.

The convenient location, friendly customer service, excellent accommodations and affordable rates make the Days Inn Columbia the perfect hotel for both business and leisure travelers to the West Columbia area.

Park Before You Fly rates available-please call direct for details.. Onsite facilities information- ParkingProperty was built in 1994. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2452.28" OriginalAmount="2428.00" MarkupRule="1.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="94" TotalAmount="2453.94" OriginalAmount="2429.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490572" Longitude="-0.196593" StarRating="3" HotelCode="|474609" HotelName="Kensington Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Philbeach Gdns</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/6/0/9/474609_757cce61213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2455.31" OriginalAmount="2431" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|65432-28467739/4332538321638099181/1378" HotelName="ARRIVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/906400/906318/21ad822b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2458.65" OriginalAmount="2434.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5116" Longitude="-0.30572" StarRating="4" HotelCode="|184500" HotelName="Xanadu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="2461.93" OriginalAmount="2437.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.536232" Longitude="-0.004711" StarRating="3" HotelCode="|95122" HotelName="Holiday Inn Express London - Stratford, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>High Street,196</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/1/2/2/95122_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception. SITUATION: This establishment, is in Londres east Close to the Olympic Stadium and the shopping centre. 8 minutes away from the establishment clients have a metro station, is 2 minutes away from Stratford High Street the Station of. ROOM: The rooms have an air-conditioning system, WiFi (free of charge), a writing desk and a satellite television. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2465.41" OriginalAmount="2441.00" MarkupRule="1.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="2465.41" OriginalAmount="2441.00" MarkupRule="1.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="2467.43" OriginalAmount="2443.00" MarkupRule="1.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="94" TotalAmount="2467.64" OriginalAmount="2443.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49803" Longitude="-0.22748" StarRating="0" HotelCode="|228966" HotelName="Lamington Apartments - London Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109 Hammersmith Grove</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/6/6/228966_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2474.50" OriginalAmount="2450" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|244704-24105788/4332538321638099181/18326" HotelName="LAMINGTON - HAMMERSMITH SERVICED APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6730000/6725300/6725286/e4b2a067_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2477.70" OriginalAmount="2453.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5116272" Longitude="-0.179976" StarRating="3" HotelCode="|17970" HotelName="Lancaster Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66-71, Lancaster Gate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/0/17970_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2478.54" OriginalAmount="2454.00" MarkupRule="1.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="2478.54" OriginalAmount="2454.00" MarkupRule="1.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="2486.62" OriginalAmount="2462.00" MarkupRule="1.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="63" TotalAmount="2486.62" OriginalAmount="2462.00" MarkupRule="1.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="27" TotalAmount="2487.63" OriginalAmount="2463" MarkupRule="1.00">
      <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="Non Refundable">
        <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="2487.63" OriginalAmount="2463.00" MarkupRule="1.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="94" TotalAmount="2490.16" OriginalAmount="2465.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4853549" Longitude="-0.1239556" StarRating="3" HotelCode="|217823" HotelName="Travelodge London Vauxhall" Meals="ROOM ONLY" 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="95" TotalAmount="2497.38" OriginalAmount="2472.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491253" Longitude="-0.142791" StarRating="4" HotelCode="4024908" HotelName="The Warwick By Aura Collection" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>94 Warwick Way, Westminster Borough</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/24908/4024908/1.jpg?f=17702956</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and tour/ticket assistance.. Featured amenities include express check-in and express check-out..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2497.73" OriginalAmount="2473" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522165" Longitude="-0.108716" StarRating="4" HotelCode="437547|199830" HotelName="The Bryson Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="2499.75" OriginalAmount="2475.00" MarkupRule="1.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="94" TotalAmount="2501.19" OriginalAmount="2476.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510433" Longitude="-0.068182" StarRating="2" HotelCode="|459207" HotelName="Wombat's City Hostel London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Dock Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/2/0/7/459207_c3534571815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2503.79" OriginalAmount="2479.00" MarkupRule="1.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="83" TotalAmount="2505.81" OriginalAmount="2481" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|876649-28466852/4332538321638099181/2594" HotelName="CROFT COURT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15920000/15910900/15910821/d4476e1c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2508.84" OriginalAmount="2484" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|187317-18174608/4332538321638099181/17955" HotelName="IBIS LONDON GREENWICH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15900/15896/08d04880_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2510.86" OriginalAmount="2486.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.458986956818" Longitude="-0.4410544047546" StarRating="4" HotelCode="28979|hilton_london_heathrow_airport_hotel" HotelName="Hilton London Heathrow Airport" Meals="ROOM ONLY" 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,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="95" TotalAmount="2511.55" OriginalAmount="2486.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513454" Longitude="-0.190695" StarRating="4" HotelCode="287786" HotelName="Grand Plaza Serviced Apartments Hyde Park" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>42 Princes Square,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/87786/287786/1.jpg?f=17748608</HotelPictures>
        <HotelDescription>This establishment offers luxurious private apartments that are well-placed for Hyde Park, Notting Hill and Kensington Palace. All apartments have modern, open-plan kitchenettes and are fully furnished with high-quality modern appliances. They are ideal if you require independence, space and serviced accommodation. Grand Plaza is 5 minutes’ walk from Paddington Train Station and is a short walk from Whiteley's shopping centre. Bayswater and Queensway Tube stations are a short distance away. Complimentary high-speed broadband internet is available. The apartments, holding up to 6 people, have a double room and the rest of the guests sleep in the living room. The bathroom is inside the master bedroom.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2511.85" OriginalAmount="2486.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544313" Longitude="-0.162501" StarRating="3" HotelCode="|20048" HotelName="Britannia Hampstead" Meals="BED &amp; BREAKFAST" 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="94" TotalAmount="2516.50" OriginalAmount="2491.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514261" Longitude="-0.191671" StarRating="2" HotelCode="|20383" HotelName="Lords" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LEINSTER SQUARE 20-22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/3/20383_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century and is ideal for friends and couples. SITUATION: This establishment, is in a peaceful area, Close to the city centre and public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2518.94" OriginalAmount="2494.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511387204815" Longitude="-0.18503198528481" StarRating="4" HotelCode="37755|kings_hotel_6" HotelName="Park Avenue J Hotel Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Queensborough Terrace, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/6f/a66f998229b4f7076cafb8d1359946fe25107cb9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of London within a few metres of Hyde Park, just 50 m from links ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2519.95" OriginalAmount="2495" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48688225" Longitude="-0.196914" StarRating="2" HotelCode="986339|480511" HotelName="Hub by Premier Inn London West Brompton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="94" TotalAmount="2520.78" OriginalAmount="2495.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5284946" Longitude="-0.1226533" StarRating="2" HotelCode="|221346" HotelName="King's Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Argyle Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/4/6/221346_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2526.86" OriginalAmount="2501.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49274" Longitude="-0.1671501" StarRating="3" HotelCode="12945" HotelName="Chelsea Cloisters Serviced Apartments" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>Sloane Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/12945/12945/164.jpg?f=17742722</HotelPictures>
        <HotelDescription>The Hotel Facilities and services are Parking (extra charge), 24-hour check-in desk, Late check-out (extra charge), Wi-Fi Connection, lifts, Bar, Laundry and Dry cleaning and multilingual staffRoom features are balcony, Wi-Fi Internet (chargeable), safe, telephone, television, Kitchenette, microwave, Fridge, Private bathroom with complimentary toiletries, hairdryer and travel cot (on request).*Apartment cleaning to take place every 2 days and every 6 days for the linen and towel change during your stay.Address: Sloane Avenue, Chelsea Cloisters, London, SW3 3DW, United Kingdom
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2527.02" OriginalAmount="2502.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.457525838165" Longitude="-0.20607835910801" StarRating="3" HotelCode="77360|the_lodge_hotel" HotelName="The Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="2529.04" OriginalAmount="2504.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.577665" Longitude="-0.10403" StarRating="2" HotelCode="94587|london_shelton_hotel" HotelName="Shelton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60-62 Wightman Road, Finsbury Park, London N4 1RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9f/7c9f42287d78b601bc5afbab469e7bfccfce2573.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Shelton.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2529.15" OriginalAmount="2504.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5655432" Longitude="-0.1362509" StarRating="3" HotelCode="|218718" HotelName="Premier Inn London Archway" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hamlyn House, Macdonald Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/7/1/8/218718_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2530.05" OriginalAmount="2505" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|20349-28436353/4332538321638099181/2254" HotelName="CARING" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1382800/1382784/279add83_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2531.48" OriginalAmount="2506.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501174" Longitude="-0.221866" StarRating="0" HotelCode="|478537" HotelName="Euro Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Shepherds Bush Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/5/3/7/478537_3d370251305.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2533.08" OriginalAmount="2508" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|261426-28460924/4332538321638099181/5938" HotelName="ROYALE CHULAN HYDE PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13580000/13576500/13576455/afb2e30c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2535.10" OriginalAmount="2510.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489657288863" Longitude="-0.13725131750107" StarRating="3" HotelCode="29188|holiday_inn_express_london_victoria" 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="83" TotalAmount="2536.11" OriginalAmount="2511" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|67564-32421160/4332538321638099181/20735" HotelName="COMFORT INN EDGWARE ROAD W2" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1490000/1485700/1485688/e3de5996_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2537.83" OriginalAmount="2512.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.536002" Longitude="-0.138957" StarRating="4" HotelCode="|522074" HotelName="The Wesley Camden Town" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Plender Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/7/4/522074_ccdd8f01128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2541.16" OriginalAmount="2516.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513584991845" Longitude="-0.18002293958023" StarRating="4" HotelCode="15500|best_western_shaftesbury_paddington_court" HotelName="Park Grand Paddington Court London" Meals="ROOM ONLY" 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="2541.16" OriginalAmount="2516.00" MarkupRule="1.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="2541.16" OriginalAmount="2516.00" MarkupRule="1.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="8" TotalAmount="2541.56" OriginalAmount="2516.40" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="2542.17" OriginalAmount="2517" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|57789-18983669/4332538321638099181/4118" HotelName="HOLIDAY INN EXPRESS LONDON - STRATFORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/904300/904248/6873fa61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2544.19" OriginalAmount="2519.00" MarkupRule="1.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="Free CXL until 13/09/2026" 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="2546.21" OriginalAmount="2521.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54290135" Longitude="-0.00035488" StarRating="2" 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="94" TotalAmount="2556.35" OriginalAmount="2531.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522129" Longitude="-0.1324341" StarRating="3" HotelCode="|166746" HotelName="Arran House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Gower Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/7/4/6/166746_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has breakfast service, WiFi (free of charge) and a living room with satellite TV. SITUATION: This establishment, is in Bloomsbury the heart of British Museum it is situated 5 minutes walk away from the establishment is 2,7 kilometres away from the zoo and, 25 minutes away from the establishment clients have a public transport stop, is situated 5 minutes walk away from Euston Square the underground station of a 15-minute walk away from London King's Cross the underground station of Regent's Park and Oxford Street it is situated 15 minutes walk away from. ROOM: The rooms have a television, a courtesy tea and coffee service and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2565.40" OriginalAmount="2540.00" MarkupRule="1.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="2569.44" OriginalAmount="2544.00" MarkupRule="1.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="94" TotalAmount="2572.70" OriginalAmount="2547.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49261" Longitude="-0.230033" StarRating="4" HotelCode="|74620" HotelName="Seraphine Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Kings Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/2/0/74620_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, is ideal for holidays or business trips. SITUATION: King Street Is situated in a few minutes walk away from the establishment, clients can find Hammersmith the metro station of It is near the bus station, is well-connected, in the surrounding area, clients can find shops, bars and restaurants. the Hammersmith Apollo and the Lyric Hammersmith It is close to. ROOM: They have internet (free of charge), WiFi, computer safe, a bathroom with a shower, an iPod docking station, a kettle, a coffee maker, an air-conditioning system, a direct line telephone, double-glazed windows, a writing desk, an electronic key and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2574.49" OriginalAmount="2549" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|209002-28467542/4332538321638099181/1572" HotelName="CHARLIES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2830000/2829400/2829308/adefb65e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2575.50" OriginalAmount="2550" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499112" Longitude="-0.112541" StarRating="2" 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="2578.53" OriginalAmount="2553.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49273767182" Longitude="-0.22999942302704" StarRating="3" 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 11/09/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="2579.54" OriginalAmount="2554.00" MarkupRule="1.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="2580.55" OriginalAmount="2555.00" MarkupRule="1.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="94" TotalAmount="2580.62" OriginalAmount="2555.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5209274" Longitude="-0.262953" StarRating="4" HotelCode="|20387" HotelName="Holiday Inn London West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PORTAL WAY 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/7/20387_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2004, has 6 floors, 150 rooms, 57 single rooms and 93 double rooms. It has a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a cafÃ©, a bar, a pub, a television room, an Ã  la carte restaurant with air-conditioning and conference rooms. The establishment offers WiFi, a laundry service, a medical care service and a car park. SITUATION: This hotel is in northern Acton. 30 minutes away from the establishment, clients can find the city centre. It is well-connected with the motorway, the airport and the railway station. Nearby, you will find tourist points of interest and shopping areas. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, internet, a double bed, tiled floors, fitted carpets and a central heating system. OTHERS: The establishment serves a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2581.56" OriginalAmount="2556.00" MarkupRule="1.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="94" TotalAmount="2582.69" OriginalAmount="2557.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510619" Longitude="-0.043442" StarRating="3" HotelCode="|27994" HotelName="Holiday Inn Express London - Limehouse, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>469-475 THE HIGHWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/9/4/27994_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2002 150 rooms and 7 floors. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, WiFi and a lift. Guests have access to an inviting coffee shop, a bar, an Ã  la carte restaurant with air-conditioning, with highchairs, a television room, a dining room, conference rooms with features that offer you the maximum level of comfort and catering (on request), There are many services available at the establishment, including a laundry service and a car park. SITUATION: It is inLondon Docklands the city centre of it is near the business district, the city centre and the leisure centre. the London Tower near the establishment, you will find It is located close toDocklands Light Railway the metro line it has good links to the city centre, the trade fair ground and the airport. ROOM: The contemporary style rooms, have suite facilities, a double bed, a bathroom with a shower, a hairdryer, satellite or cable TV with pay channels, internet, a coffee maker, a kettle, a safety deposit box (available for a fee), central heating, an iron, an ironing board, fitted carpets, individual heating, individual air-conditioning and a sitting room. Clients are offered disabled access rooms (available on request). PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2583.71" OriginalAmount="2558.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511181" Longitude="-0.071057" StarRating="3" HotelCode="|566918" HotelName="Bob W Tower Hill Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 - 67 Chamber Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/1/8/566918_d7b8d2c1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2584.59" OriginalAmount="2559.00" MarkupRule="1.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="83" TotalAmount="2587.62" OriginalAmount="2562" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|283352-18180587/4332538321638099181/14091" HotelName="POINT A HOTEL LONDON WESTMINSTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5050000/5040300/5040269/e26cedeb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2588.63" OriginalAmount="2563.00" MarkupRule="1.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="2591.66" OriginalAmount="2566.00" MarkupRule="1.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 17/09/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="2599.74" OriginalAmount="2574.00" MarkupRule="1.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="2607.82" OriginalAmount="2582.00" MarkupRule="1.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="94" TotalAmount="2609.57" OriginalAmount="2583.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.45299" Longitude="-0.0004" StarRating="3" HotelCode="|191534" HotelName="The Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Staplehurst Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/5/3/4/191534_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2610.85" OriginalAmount="2585" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521031767128" Longitude="-0.26280011190261" StarRating="3" HotelCode="34468|11627" 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="63" TotalAmount="2612.87" OriginalAmount="2587.00" MarkupRule="1.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="83" TotalAmount="2617.92" OriginalAmount="2592" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|133706-28508884/4332538321638099181/3475" HotelName="THE CENTRAL PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7300/7238/2512d18e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2618.72" OriginalAmount="2592.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528897" Longitude="-0.121543" StarRating="3" HotelCode="|522227" HotelName="Argyle Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Argyle Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/2/7/522227_e96a3e11157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2624.34" OriginalAmount="2598.36" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="2624.99" OriginalAmount="2599" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.395179" Longitude="-3.849893" StarRating="2" HotelCode="0|261432-28461388/4332538321638099181/4535" HotelName="DOVER HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>S/N LABRADORES, BOADILLA DEL MONTE, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/901100/901091/451c4b26_b.jpg</HotelPictures>
        <HotelDescription>This hotel is situated in Boadilla del Monte. The it lies just a 20 minutes' car journey away from the centre of Madrid. The tram stop Prado del Espina can be found just a few metres away. This hotel enjoys close proximity to the many attractions and amenities that the area has to offer. Barajas Airport is just 30 km away. This hotel enjoys a simple, functional style. Offering spacious accommodation units, the hotel is the ideal choice for every type of traveller. . Conference facilities are available for business travellers.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2626.00" OriginalAmount="2600.00" MarkupRule="1.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="83" TotalAmount="2630.04" OriginalAmount="2604" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|240766-28509031/4332538321638099181/2766" HotelName="MELBOURNE HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381800/1381713/28e5f172_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2632.06" OriginalAmount="2606" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|240801-28511625/4332538321638099181/4032" HotelName="SAPPHIRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6540000/6537700/6537700/d1e0453c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2635.24" OriginalAmount="2609.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52206" Longitude="-0.10869" StarRating="4" HotelCode="|218061" HotelName="The Bryson" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>124-132 Clerkenwell Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/0/6/1/218061_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2636.58" OriginalAmount="2610.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49274" Longitude="-0.194" StarRating="3" HotelCode="|191812" HotelName="London Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="2639.13" OriginalAmount="2613.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512789" Longitude="-0.186328" StarRating="2" HotelCode="42733|whiteleaf_hotel" HotelName="Whiteleaf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66-68 Inverness Terrace, London W2 3LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/a5/9ba55b8f9e8e9178fff9f9f54029a367128a0305.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a peaceful side street roughly a two-minute walk from Queensway and an unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2640.14" OriginalAmount="2614.00" MarkupRule="1.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="83" TotalAmount="2646.20" OriginalAmount="2620" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|4598-28487895/4332538321638099181/3464" HotelName="WESTBURY KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/120000/116000/115976/d4a11485_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2648.06" OriginalAmount="2621.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529508" Longitude="-0.123886" StarRating="2" HotelCode="93104|312272" HotelName="The Fairway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/09/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="2649.23" OriginalAmount="2623.00" MarkupRule="1.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="2652.26" OriginalAmount="2626.00" MarkupRule="1.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="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="83" TotalAmount="2658.32" OriginalAmount="2632" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|51401-18983643/4332538321638099181/8021" HotelName="HOLIDAY INN EXPRESS LONDON - LIMEHOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/990000/989500/989491/1e8b672c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2658.32" OriginalAmount="2632.00" MarkupRule="1.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="2660.34" OriginalAmount="2634.00" MarkupRule="1.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="2660.34" OriginalAmount="2634.00" MarkupRule="1.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="2665.39" OriginalAmount="2639.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514300208022" Longitude="-0.17276257991076" StarRating="3" HotelCode="114312|barry_house" HotelName="Barry House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sussex Place, Hyde Park, London W2 2TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ec/70ecad2ce466bcb42fa4e9efbc1bf145f336a456.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2665.69" OriginalAmount="2639.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514416" Longitude="-0.070328" StarRating="4" HotelCode="|444400" HotelName="Buckle Street Studios by Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Buckle St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/0/0/444400_4321e470939.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2667.41" OriginalAmount="2641.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515593" Longitude="-0.172502" StarRating="3" HotelCode="903726|the_omega_hotel" HotelName="The Omega Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/c0/24c051b0b106ea5d15ed9d36c2fddaf3bb0547fe.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="2675.49" OriginalAmount="2649.00" MarkupRule="1.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="2676.50" OriginalAmount="2650.00" MarkupRule="1.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="2680.54" OriginalAmount="2654.00" MarkupRule="1.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="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="63" TotalAmount="2681.55" OriginalAmount="2655.00" MarkupRule="1.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="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="94" TotalAmount="2682.96" OriginalAmount="2656.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.458018" Longitude="-0.206523" StarRating="3" HotelCode="|53621" HotelName="The Lodge  - Putney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Upper Richmond Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/2/1/53621_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers a restaurant and a bar. SITUATION: Putney It is in Earls Court close to the establishment, guests have 5 minutes away, guests can find restaurants, bars and shopping areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2683.28" OriginalAmount="2656.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.631487" Longitude="-0.129255" StarRating="4" HotelCode="|452302" HotelName="Southgate London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Burleigh Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/3/0/2/452302_c979aff1141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2688.55" OriginalAmount="2661.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.578801" Longitude="-0.122181" StarRating="0" HotelCode="|454776" HotelName="AMTD Dao by Dorsett Hornsey" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hornsey Town Hall, The Broadway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/7/7/6/454776_e681d911238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2689.63" OriginalAmount="2663.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513343076526" Longitude="-0.17982065677643" StarRating="3" 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="94" TotalAmount="2694.86" OriginalAmount="2668.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9520409" Longitude="-83.3814816" StarRating="2" HotelCode="|275060" HotelName="Holiday Inn Express London, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Holiday Trail Northeast</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/5/0/6/0/275060_106b8011152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2696.70" OriginalAmount="2670" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|521036-28508925/4332538321638099181/6289" HotelName="THE CLARENDON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/916300/916270/0c69d9d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2700.18" OriginalAmount="2673.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5264" Longitude="-0.1294" StarRating="2" HotelCode="|25263" HotelName="Four Points Flex by Sheraton London Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UPPER WOBURN 8-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/6/3/25263_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 175 rooms, 98 single rooms, 77 double rooms and 7 floors. The establishment offers guests a reception, a cloakroom and lifts. The establishment has a bar, a pub and a restaurant. SITUATION: This hotel is close to the Euston and King's Cross Streets. It is well-connected close to the establishment, clients can find shops, leisure areas and monuments. It is 400 metres away from Russell Square Underground Station. ROOM: Each room has a hairdryer, a direct line telephone, a satellite or cable television, a central heating system and shared bathrooms. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2702.76" OriginalAmount="2676" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|109025-28567485/4332538321638099181/2476" HotelName="MORNINGTON HOTEL LONDON KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/790000/789000/788906/1ca350a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2705.59" OriginalAmount="2678.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5154991" Longitude="-0.1796" StarRating="4" HotelCode="|17962" HotelName="Park Grand Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78-82 Westbourne Terrace, London W2 6QA, United Kingdom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/2/17962_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and renovated in 2004. It has a reception, lifts, an Ã  la carte restaurant and a conference room. The establishment offers internet, room service and a laundry service. SITUATION: It is in the historic centre, nearby, you will find shops, bars, nightclubs and a public transport stop. ROOM: The establishment has 119 rooms, 39 single rooms and 27 double rooms. They have a hairdryer, a direct line telephone, a satellite television, a radio and internet. Customers can find standard rooms with mini-bar, central heating and a safety deposit box. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet restaurant and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2706.80" OriginalAmount="2680.00" MarkupRule="1.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="94" TotalAmount="2707.01" OriginalAmount="2680.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514111" Longitude="-0.184017" StarRating="3" HotelCode="|126553" HotelName="Hyde Park Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47-48 Leinster Garden</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/5/5/3/126553_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This refurbished hotel is on a peaceful street, is in Centro-Oeste (Bayswater) the area Centro-Oeste (Bayswater) Close to, and. ROOM: Customers have renovated rooms rooms with a bathroom, a shower, a WC and a flat-screen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2709.83" OriginalAmount="2683" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1446976-33147513/4332538321638099181/16052" HotelName="PREMIER INN LONDON CANARY WHARF (WESTFERRY)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83450000/83443000/83442908/w6044h3840x5y0-8de10e06_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2710.84" OriginalAmount="2684.00" MarkupRule="1.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="94" TotalAmount="2715.14" OriginalAmount="2688.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5154699" Longitude="-0.1611203" StarRating="2" HotelCode="|75700" HotelName="  Upper Berkeley Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 UPPER BERKELEY STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/0/0/75700_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for family holidays, urban and has 12 rooms, The establishment also offers breakfast service. SITUATION: Marble Arch 2 minutes away from the establishment, clients can find Clients can also find, is situated 30 kilometres away from London Heathrow Airport it is 50 kilometres away from Stansted and Luton the airports of The establishment is 60 kilometres away fromGatwick Airport. ROOM: The establishment has renovated rooms with telephone, a satellite TV, a fridge, a central heating system, a hairdryer, a fan, a coffee maker and a kettle. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2715.89" OriginalAmount="2689.00" MarkupRule="1.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 16/09/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="2718.91" OriginalAmount="2691.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51489" Longitude="-0.06714" StarRating="4" HotelCode="|184043" HotelName="Marlin Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Commercial Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/4/3/184043_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2723.97" OriginalAmount="2697" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|876011-20806422/4332538321638099181/19079" HotelName="HAMPTON BY HILTON LONDON PARK ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46260000/46252100/46252003/7ddc86bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2730.03" OriginalAmount="2703.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513991" Longitude="-0.189569" StarRating="3" HotelCode="21204|london_house_hotel" HotelName="London House" Meals="ROOM ONLY" 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="83" TotalAmount="2733.06" OriginalAmount="2706" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="12.5128" Longitude="99.9787" StarRating="3" HotelCode="0|347765-28510943/4332538321638099181/5947" HotelName="LONDON COURT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>33/15 SOI MOOBAN HUADON, PETCHKASEM ROAD N, HUA HIN, TH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381400/1381394/e62d5fc7_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Anantasila Villa is located on the beach in Hua Hin, close to Wat Khao Takiap, Cicada Market, and The Banyan Golf Club. Other points of interest are Hua Hin Market Village and Royal Hua Hin Golf Course.    Hotel Features.   Anantasila Villa features a restaurant. Recreational amenities include an outdoor pool. Complimentary wireless Internet access is available in public areas.  Additional property amenities include a garden.    Guestrooms.     All accommodations have balconies. Flat-panel televisions are available in guestrooms. Guests may request microwaves.      Room Info:       Notifications:      No pets and no service animals are allowed at this property.           Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation.     Checkin Time:  2:00 PM  Checkout Time:  12:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2735.08" OriginalAmount="2708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|67592-28509903/4332538321638099181/4864" HotelName="HOLIDAY INN EXPRESS LONDON CHINGFORD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/860000/858300/858258/55b84d18_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2738.17" OriginalAmount="2711.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524379" Longitude="-0.128162" StarRating="3" HotelCode="|18017" HotelName="Tavistock" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48-55 Tavistock Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/1/7/18017_3db00421209.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, urban hotel a reception, a safety deposit box service and lifts. Guests can find a restaurant, a bar and a conference room. SITUATION: It is surrounded by restaurants, bars and pubs. nearby, you will find a public transport stop. ROOM: The establishment has cosy standard rooms with ensuite bathroom, They have a direct line telephone, a satellite television, a central heating system and a safe. OBSERVATIONS: Customers have a car park. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and set-menu or Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2740.14" OriginalAmount="2713.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49229" Longitude="-0.19098" StarRating="3" HotelCode="|17971" HotelName="Ellen Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BARKSTON GARDENS 18-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/1/17971_3fe68b20831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2749.22" OriginalAmount="2722" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1272552-28477456/4332538321638099181/541" HotelName="SPREAD EAGLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70940000/70930400/70930373/438183c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2749.22" OriginalAmount="2722.00" MarkupRule="1.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="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="63" TotalAmount="2753.26" OriginalAmount="2726.00" MarkupRule="1.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="Non Refundable" 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="8" TotalAmount="2757.02" OriginalAmount="2729.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.496651102955" Longitude="-0.20635843276978" StarRating="4" HotelCode="31270|6550" HotelName="Hilton London Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="83" TotalAmount="2758.31" OriginalAmount="2731" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|208796-28467746/4332538321638099181/2528" HotelName="BELVEDERE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2600000/2599400/2599308/17881307_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2758.31" OriginalAmount="2731.00" MarkupRule="1.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="63" TotalAmount="2762.35" OriginalAmount="2735.00" MarkupRule="1.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="83" TotalAmount="2763.36" OriginalAmount="2736" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|209879-28479818/4332538321638099181/5689" HotelName="MENTONE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1590000/1582100/1582084/cc25957c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2764.95" OriginalAmount="2737.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5228996" Longitude="-0.1254" StarRating="3" HotelCode="|18054" HotelName="President" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street - Russell Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/4/18054_f41d98d1008.jpg</HotelPictures>
        <HotelDescription>SITUATION: This inviting hotel, Londres it is in Next to and. el rÃ­o TÃ mesis near the establishment, guests will find, 2 minutes away from the establishment, you can find Russell Square the metro station. FACILITIES: This establishment has a restaurant, a bar and a cafÃ©.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2766.39" OriginalAmount="2739.00" MarkupRule="1.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="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="83" TotalAmount="2767.40" OriginalAmount="2740" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1462241-32842121/4332538321638099181/20263" HotelName="THE DREY HOTEL LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2769.42" OriginalAmount="2742" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17843-12630104/4332538321638099181/21430" HotelName="GEM STRATHMORE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/579400/579368/d7ff9666_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2777.50" OriginalAmount="2750.00" MarkupRule="1.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 16/09/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="2777.50" OriginalAmount="2750.00" MarkupRule="1.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="83" TotalAmount="2778.51" OriginalAmount="2751" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|203672-28510073/4332538321638099181/2304" HotelName="VICTOR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1383800/1383708/e0b4467d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2779.52" OriginalAmount="2752.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="2780.51" OriginalAmount="2752.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515006" Longitude="-0.065421" StarRating="0" HotelCode="|444261" HotelName="Wilde Aparthotels by Staycity, Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73-77 Commercial Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/6/1/444261_282ecc71156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2781.54" OriginalAmount="2754.00" MarkupRule="1.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="2786.59" OriginalAmount="2759.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51119" Longitude="-0.069877" StarRating="3" HotelCode="58829|travelodge_aldgate_east" HotelName="Travelodge London Central Aldgate East" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="83" TotalAmount="2787.60" OriginalAmount="2760" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.3349456" Longitude="-119.6461972" StarRating="2" HotelCode="0|223875-28525204/4332538321638099181/2664" HotelName="THE OMEGA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>40530 Highway 41, Oakhurst, 93644-9621, CA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381500/1381442/3a362135_b.jpg</HotelPictures>
        <HotelDescription>Floors: 2. Total rooms: 133. Suites: 17. Nonsmoking rooms: 133. On your next visit to Yosemite National Park, there’s a hotel in Oakhurst, CA just minutes away from this magnificent natural treasure. The Best Western Plus Yosemite Gateway Inn is a rustic, lodge-style hotel that takes full advantage of its beautiful surroundings while providing guests like you with all the comforts of home.
Our free high-speed Internet keeps you connected to your world, while your room’s combination of refrigerator, microwave, and coffeemaker ensures that snacks and beverages are always within your reach. We’ve also got a full-service restaurant and a lounge right on site when you’re in the mood for something more substantial.
Fuel up, because you’ve got a full day ahead of you, no matter whether you’re taking a sightseeing tour of Yosemite, taking a ride on the Sugar Pine Steam Railroad, or enjoying water sports and fishing on Bass Lake.
When you return to our pet-friendly, 100% non-smoking hotel, you can relax in our lobby listening to the piano underneath a hand-painted mural. Splash down in your choice of indoor or outdoor pools. Or, visit our fitness center to work up a sweat on our cardio equipment. Soak in the hot tub, or fire up our BBQ grill and have yourself a picnic!
We also offer a business center and a guest laundry, to keep you poised, prepared, and looking sharp. But perhaps our best feature is our serene location, nestled against dense forests you can enjoy from your balcony or patio, just minutes from Yosemite’s south entrance.
Make the Best Western Plus Yosemite Gateway Inn your home away from home on your next trip to Oakhurst.. ?From: Fresno. Take Highway 41 North to Highway 49 in Oakhurst. The Best Western Plus Yosemite Gateway Inn is located ? mile north of the junction of Highway 41 and Highway 49.Restaurants: There are plenty of dining options near this Oakhurst hotel..  Yosemite Gateway Restaurant, on premises, full service, American, open for: breakfast, dinner, Breakfast from 6:30 a.m. to 11:00 a.m.,
Dinner from 5:00 p.m. to close
.  Yosemite Gateway Lounge, on premises, bar/lounge, American, open for: dinner, Hours from 5:00 p.m. to CloseArea Info: 23 mile(s) from Fresno , Yosemite sightseeing tours, from hotel lobby
, Guided hiking trips and fly fishing
, 8 mile(s) from Sugar Pine Steam Railroad , 10 mile(s) from Bass Lake, water skiing, jet skiing and water sports rental
, 15 mile(s) from south entrance of Yosemite National Park  , 25 mile(s) from  Badger Pass Ski Center , (in Yosemite)
, 45 mile(s) from Yosemite Valley Horseback Riding in the summer &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2789.62" OriginalAmount="2762.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.527791327522" Longitude="-0.12734796309278" StarRating="3" HotelCode="114280|mabledon_court" HotelName="The Mabledon Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Mabledon Place, Bloomsbury, Camden, London WC1H 9AZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/09/3509515f7d8536992851e7db3847d13fb5d66356.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is beautifully located at the heart of the historical district of Bloomsbury, in London. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2795.85" OriginalAmount="2768.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508776" Longitude="-0.20037" StarRating="3" HotelCode="|447705" HotelName="Ruby Zoe London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 -164, Notting Hill Gate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/7/0/5/447705_ca198271338.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2796.69" OriginalAmount="2769.00" MarkupRule="1.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 15/09/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="83" TotalAmount="2798.71" OriginalAmount="2771" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1434233-32659847/4332538321638099181/16117" HotelName="PREMIER INN LONDON HAMMERSMITH [SHEPHERDS BUSH ROAD]" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70450000/70443100/70443046/b0c02f1f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2801.74" OriginalAmount="2774.00" MarkupRule="1.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="63" TotalAmount="2805.78" OriginalAmount="2778.00" MarkupRule="1.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="94" TotalAmount="2816.83" OriginalAmount="2788.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503454" Longitude="-0.220285" StarRating="3" HotelCode="|126557" HotelName="Ibis London Shepherds Bush - Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 - 5 Rockley Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/5/5/7/126557_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inLondres western 5 minutes away from the establishment, you can find a commercial centre excellent transport links to public transport services. ROOM: Customers can find 128 rooms with a bathroom, a flat-screen television and a coffee maker. FACILITIES: The establishment boasts WiFi (free of charge) and a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2816.89" OriginalAmount="2789" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|209874-28464189/4332538321638099181/2109" HotelName="MARYLEBONE INN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102710000/102702500/102702489/ef304737_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2818.35" OriginalAmount="2790.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49766" Longitude="-0.0148" StarRating="4" HotelCode="|444652" HotelName="ARK Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Crossharbour Plaza</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/5/2/444652_0cb86641556.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2818.91" OriginalAmount="2791" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1406844-32659852/4332538321638099181/18096" HotelName="HUB BY PREMIER INN LONDON SHOREDITCH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/64000000/63090000/63081600/63081565/ddb82934_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2819.04" OriginalAmount="2791.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5113869" Longitude="-0.179493" StarRating="2" HotelCode="|31069" HotelName="The Columbia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANCASTER GATE 95-99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/0/6/9/31069_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel Hyde Park it is in Marble Arch it is located close to 3 minutes walk away, you can find Lancaster Gate the metro station it is situated 10 minutes walk away from Paddington the Railway Station of It has excellent transport links to London Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2825.75" OriginalAmount="2797.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5171" Longitude="-0.073581" StarRating="4" HotelCode="|536627" HotelName="Bob W London Spitalfields" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Commercial St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/6/2/7/536627_99c92330929.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2826.99" OriginalAmount="2799" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1434861-32348961/4332538321638099181/18107" HotelName="HUB BY PREMIER INN LONDON MARYLEBONE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106110000/106101200/106101149/597513b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2830.34" OriginalAmount="2802.32" MarkupRule="1.00">
      <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 16/09/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="83" TotalAmount="2831.03" OriginalAmount="2803" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|272522-18201182/4332538321638099181/17345" HotelName="MARLIN APARTMENTS TOWER BRIDGE - ALDGATE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11290000/11281500/11281448/22b270b7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2832.04" OriginalAmount="2804" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1397884-27407082/4332538321638099181/15021" HotelName="PREMIER INN LONDON PADDINGTON (PADDINGTON BASIN)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74310000/74302900/74302857/5edc5996_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2834.06" OriginalAmount="2806" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|864886-28476723/4332538321638099181/1408" HotelName="BALMORAL HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5360000/5353700/5353699/1144fc4e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2834.06" OriginalAmount="2806" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|156905-28461377/4332538321638099181/2436" HotelName="HYDE PARK COURT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/520400/520370/a72bebc6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2834.06" OriginalAmount="2806.00" MarkupRule="1.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="Free CXL until 09/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2836.69" OriginalAmount="2808.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504934" Longitude="-0.21454" StarRating="4" HotelCode="259330|6560" HotelName="Hilton London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="2837.09" OriginalAmount="2809" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522228519974" Longitude="-0.074702731410428" StarRating="0" HotelCode="986338|518713" HotelName="hub by Premier Inn London Shoreditch Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="2837.09" OriginalAmount="2809.00" MarkupRule="1.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="2847.19" OriginalAmount="2819.00" MarkupRule="1.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="2849.21" OriginalAmount="2821.00" MarkupRule="1.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="27" TotalAmount="2851.23" OriginalAmount="2823" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="450201|205315" HotelName="Copthorne Hotel at Chelsea Football Club" Meals="ROOM ONLY" 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="2851.23" OriginalAmount="2823.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|best_western_burns" HotelName="Best Western Burns Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,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="2860.32" OriginalAmount="2832" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515087576903" Longitude="-0.17351995713216" StarRating="3" HotelCode="145731|199943" HotelName="The Castleton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164-166 Sussex Gardens, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ac/01ac509840c0e5bfa730753b5852fbe236bce58e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2861.33" OriginalAmount="2833.00" MarkupRule="1.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="95" TotalAmount="2862.98" OriginalAmount="2834.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4906" Longitude="-0.13858" StarRating="3" HotelCode="1061406" HotelName="Mornington Victor Hotel London Belgravia" Meals="ECONOMY ROOM" BedType="ECONOMY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>51 Belgrave Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0010/61406/1061406/1.jpg?f=16048060</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include express check-in, express check-out, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2863.35" OriginalAmount="2835.00" MarkupRule="1.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 24/08/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="2868.40" OriginalAmount="2840.00" MarkupRule="1.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="Free CXL until 17/09/2026" 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="2869.41" OriginalAmount="2841.00" MarkupRule="1.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="83" TotalAmount="2873.45" OriginalAmount="2845" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1269663-27442191/4332538321638099181/23861" HotelName="SECOND NATURE CHISWICK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71090000/71085800/71085727/3dd5398f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2873.60" OriginalAmount="2845.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51424" Longitude="-0.31948" StarRating="4" HotelCode="|218060" HotelName="The Drayton Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 The Avenue, Ealing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/0/6/0/218060_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2876.15" OriginalAmount="2847.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52409" Longitude="-0.128768" StarRating="3" HotelCode="13138" HotelName="Tavistock Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>48-55 Tavistock Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13138/13138/25.jpg?f=17744462</HotelPictures>
        <HotelDescription>This comfortable Art Deco hotel overlooks Tavistock Square Gardens, a perfect location for exploring London. Offering stunning views and remarkable value, this historic Bloomsbury hotel is a short stroll from attractions like the British Museum, Covent Garden, Theatreland, Regent's Park, Tottenham Court Road, and Oxford Street's elegant shops. Russell Square and Euston stations provide easy access to the city, and Heathrow Airport is less than 25km away. The hotel features a spacious 24-hour reception and a bar for enjoying a beverage. The contemporary rooms are classically decorated, each bright and boasting a private bathroom with complimentary toiletries.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2888.60" OriginalAmount="2860" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|190910-21408252/4332538321638099181/8064" HotelName="DOUBLETREE BY HILTON LONDON - GREENWICH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5292800/5292740/0c635d30_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2892.64" OriginalAmount="2864" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1432371-32659871/4332538321638099181/18142" HotelName="HUB BY PREMIER INN LONDON CLERKENWELL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91530000/91527800/91527781/12d6ae54_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2895.67" OriginalAmount="2867.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544577" Longitude="-0.172655" StarRating="3" HotelCode="18450|best_western_swiss_cottage_hotel" HotelName="Best Western Swiss Cottage Hotel" 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>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="63" TotalAmount="2899.71" OriginalAmount="2871.00" MarkupRule="1.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="83" TotalAmount="2900.72" OriginalAmount="2872" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|269186-28531554/4332538321638099181/2726" HotelName="STAYCITY APARTHOTELS LONDON GREENWICH HIGH ROAD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7070000/7065400/7065398/a380ea10_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2906.78" OriginalAmount="2878" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519382" Longitude="-0.07159475" StarRating="2" HotelCode="641648|227095" HotelName="hub by Premier Inn London Spitalfields" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="2908.80" OriginalAmount="2880" MarkupRule="1.00">
      <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 17/09/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="94" TotalAmount="2908.85" OriginalAmount="2880.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.626855" Longitude="-0.008913" StarRating="0" HotelCode="|522484" HotelName="Ridgeway" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115 - 117 The Ridgeway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/4/8/4/522484_66c39e51038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2910.82" OriginalAmount="2882" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|30023-18160029/4332538321638099181/17353" HotelName="IBIS LONDON DOCKLANDS CANARY WHARF" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/564700/564675/4b4c146f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2911.52" OriginalAmount="2882.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502954" Longitude="-0.025522" StarRating="0" HotelCode="|444259" HotelName="Cove Landmark Pinnacle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Westferry Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/5/9/444259_26497481122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2914.62" OriginalAmount="2885.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495215" Longitude="-0.141534" StarRating="4" HotelCode="|444399" HotelName="citizenM London Victoria Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>292 VAUXHALL BRIDGE ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/9/9/444399_0655cf60906.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2914.86" OriginalAmount="2886" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525294709562" Longitude="-0.055639185470454" StarRating="3" HotelCode="263539|36793" HotelName="Travelodge London Bethnal Green" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231-237 Cambridge Heath Road West, London E2 0EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/1c/db1ccf9b436c9ab1c8fc3b8cc3477e863825cc56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2916.88" OriginalAmount="2888.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="534048|best_western_plus_vauxhall_hotel" HotelName="Best Western Plus Vauxhall Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="2918.90" OriginalAmount="2890.00" MarkupRule="1.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="2919.91" OriginalAmount="2891.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512009" Longitude="-0.185137" StarRating="3" HotelCode="18270|byron_2" HotelName="The Byron" Meals="ROOM ONLY" 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="83" TotalAmount="2924.96" OriginalAmount="2896" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|409187-28515670/4332538321638099181/782" HotelName="JUBILEE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/901000/900975/60b41b60_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2930.57" OriginalAmount="2901.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49189" Longitude="-0.19443" StarRating="3" HotelCode="352727" HotelName="Hotel Trebovir" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Trebovir Road, Kensington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0003/52727/352727/41.jpg?f=17594588</HotelPictures>
        <HotelDescription>Property Location With a stay at Trebovir Hotel in London (London City Centre), you'll be convenient to Stamford Bridge Stadium and Royal Albert Hall. This hotel is close to Buckingham Palace and Big Ben. Rooms Make yourself at home in one of the 62 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Conveniences include phones and coffee/tea makers, and you can also request irons/ironing boards. Amenities Make use of convenient amenities, which include complimentary wireless Internet access and concierge services. Guests can catch a ride to nearby destinations on the area shuttle (surcharge). Dining Take advantage of the hotel's room service (during limited hours). Business, Other Amenities Featured amenities include express check-in, a 24-hour front desk, and multilingual staff.
Make use of convenient amenities, which include complimentary wireless Internet access and concierge services. Guests can catch a ride to nearby destinations on the area shuttle (surcharge).
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2933.18" OriginalAmount="2904.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51352" Longitude="-0.1296448" StarRating="3" HotelCode="|189005" HotelName="Z Hotels London Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Moor Street 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/0/5/189005_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2936.07" OriginalAmount="2907.00" MarkupRule="1.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 16/09/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="94" TotalAmount="2936.89" OriginalAmount="2907.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5051249" Longitude="-0.1010336" StarRating="3" HotelCode="|450939" HotelName="Premier Inn London Southwark (Tate Modern)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15a Great Suffork Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/9/3/9/450939_02733421206.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2939.10" OriginalAmount="2910" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|138455-18375966/4332538321638099181/17581" HotelName="MARLIN APARTMENTS CANARY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11290000/11281800/11281720/7aac0784_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2943.14" OriginalAmount="2914" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.5986829" Longitude="-122.3853539" StarRating="3" HotelCode="0|182837-28556956/4332538321638099181/5747" HotelName="SERAPHINE HAMMERSMITH, SURE COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>540 North Market Street, Redding, 96003-3610, CA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4470000/4461200/4461112/e26fab71_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Economy. Property Type: Hotel. Total rooms and suites: 42. Floors: 2. Property description- Reddings Best Kept Lodging Secret.
Top Rated TripAdvisor.
Guest Service Award Winner.
Quality Property Distinction.
100 Percent Smoke-Free Rooms
4 Green Leafs

Our Mission

We are committed to providing our guests with standards of excellence combined with competence, courtesy and consideration that surpass their expectations. 
We are dedicated to hospitality and committed to the future development and continuous improvement of our facility and service.
We encourage our employees to learn, teach, and grow, personally and professionally. Our workplace will be pleasant, safe and fun.
We will fulfill our commitment to the community to be the best neighbor we can be. Fostering a safe, comfortable and inviting environment at all levels.


Our Promise-

We provide more than just a place to sleep for our guests, with our service and quality we provide a place for our guests to relax, rejuvenate and hibernate.

We offer an ambiance where everybody who visits us will feel such a peaceful, friendly, and caring attitude toward them, that they enjoy their stay and look forward to returning. 

We present a clean, comfortable and safe environment that welcomes, warms and warrants loyal return guests.


Things you should know about us-


Major Renovation completed in 2003-04.
Check-In 2 00 PM.
Check-Out 1100 AM.
Office Hours 730 AM - 1100 PM.
AAA Approved.
Heated Pool, Indoor Spa and Fitness Room.

Free limited parking. Street parking is available for larger vehicles.

We are a pet friendly hotel, but we have limited pet rooms available. There is a USD 20.00 pet fee per pet per night. If you are traveling with pets to contact hotel directly to make sure pet rooms are available

EXPRESS CHECK-IN and CHECK OUT - PAYMENT DUE AT CHECK IN.. Onsite facilities information- ParkingProperty was built in 1983. Hotel Currency: USD. Ratings: OHG: Moderate Deluxe. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2945.16" OriginalAmount="2916.00" MarkupRule="1.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="94" TotalAmount="2946.24" OriginalAmount="2917.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5107696" Longitude="-0.1840616" StarRating="4" HotelCode="|18056" HotelName="Thistle London Hyde Park Kensington Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 Bayswater Road - W2 3HL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/6/18056_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1961 and renovated in 1999. The establishment has 8 floors, 175 rooms, 42 single rooms and 121 double rooms. In the entrance, you can find a hall with an elevator, a reception, a currency exchange service, a safety deposit box service and a cloakroom. The establishment has a conference room and a car park with a security system. Regarding the food and beverage offering, the establishment has a bar, an Ã  la carte restaurant with air-conditioning and highchairs. The establishment offers internet, a laundry service, room service and a medical care service. SITUATION: This urban hotel is in Bayswater Road, close to Hyde Park. It takes 10 minutes to get to the Notting Hill District. In the surrounding area, clients have Queensway Metro Station. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a fridge, an air-conditioning system, central heating and a safety deposit box. MEALS: The establishment serves buffet breakfast and lunch and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: Check-in is from 16:00 and check-out is from 11:00. &lt;b title='Esta frase debe ser traducida'&gt;Los huÃ©spedes que lleguen antes de las 16:00 horas podrÃ¡n depositar sus pertenencias en la conserjerÃ­a del hotel&lt;/b&gt;.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2948.19" OriginalAmount="2919" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.546416891045" Longitude="-0.0077738128280771" StarRating="4" HotelCode="986135|474852" HotelName="The Gantry London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="2950.07" OriginalAmount="2920.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504976" Longitude="-0.104973" StarRating="3" HotelCode="|80900" HotelName="Ibis London Blackfriars" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 Blackfriars Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/0/0/80900_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant. SITUATION: This hotel is in the city centre, is situated next to Southwark and Blackfriars the underground station of close to the establishment, clients can find the tourist attractions. ROOM: The establishment has 297 rooms with a bathroom, comfortable bed, parquet flooring, a flat-screen television and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2951.22" OriginalAmount="2922.00" MarkupRule="1.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="83" TotalAmount="2954.25" OriginalAmount="2925" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.7048125" Longitude="2.8541036" StarRating="3" HotelCode="0|240826-18160031/4332538321638099181/14419" HotelName="IBIS LONDON SHEPHERDS BUSH – HAMMERSMITH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>c/ Reina Fabiola 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5400000/5398200/5398121/d96b01a4_b.jpg</HotelPictures>
        <HotelDescription>Melrose Place apartments are located in Lloret de Mar. Complex facilities include reception, bar, restaurant, swimming pool, Wi-Fi in public area (extra charge) and safe deposit box at the reception (extra charge). All apartments are equipped with TV, 

- Apartments with 1 bedroom:  Sofa Bed for the 3rd/4th person.
- A deposit of aprox. 200? to be paid upon arrival. 
- Cleaning 1 day/week, change of towels 1day/week, bed sheets 1 day/week.

From November to May reception is opened from Sunday to Thursday from 9:00 to 20:00 and on Friday and Saturday from 9:00 to 22:00. For all arrivals out of reception opening hours an extra fee of 15 EUR will apply.

Address: c/ Reina Fabiola 1; 17300 Lloret de Mar, Spain Located 500 m from the beach and from the centre of the resort.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2955.26" OriginalAmount="2926.00" MarkupRule="1.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="94" TotalAmount="2956.72" OriginalAmount="2927.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49995" Longitude="-0.15979" StarRating="4" HotelCode="|18041" HotelName="Millennium London Knightsbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SLOAN STREET- KNIGHTSBRIDGE 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/4/1/18041_7bade021303.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1971, renovated in 1996, has 14 floors, 222 rooms, 22 single rooms, 71 double rooms, 32 suites and 4 apartments. In the entrance, guests are offered a lobby with elevators, a reception with safety deposit boxes, a currency exchange service and a cloakroom. Guests have access to a cafÃ©, an inviting bar, a restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. At an extra cost you can use the car park. SITUATION: This luxury, elegant hotel is in London the central area of in the surrounding area, clients can find Hyde Park and Buckingham Palace shops, leisure areas, is located 200 metres away from Knightsbridge the underground station of. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a fridge, an air-conditioning system, a central heating system, a safety deposit box and fitted carpets. FACILITIES: Guests can enjoy a massage service. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2958.29" OriginalAmount="2929.00" MarkupRule="1.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 16/09/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="83" TotalAmount="2960.31" OriginalAmount="2931" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|30956-28525226/4332538321638099181/240" HotelName="ROYAL CAMBRIDGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/71700/71653/36df8804_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2960.31" OriginalAmount="2931" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="30.272444" Longitude="-97.7311774" StarRating="4" HotelCode="0|185958-28569448/4332538321638099181/6343" HotelName="PRESIDENTIAL APARTMENTS KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1201 North I-35, Austin, 78702, TX, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2760000/2752100/2752030/bedb9886_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Motel. Total rooms and suites: 60. Floors: 2. Property description- The Super 8 Austin Downtown/Capitol Area is located on I-35 overlooking downtown and facing the Frank Erwin Center which hosts most of Austin's major concerts, state and college basketball and city-wide events. Within walking distance or short cab ride is the famed Sixth Street Warehouse and Music District, downtown's burgeoning business district, the Austin Convention Center and the University of Texas which includes Darrell K Royal Memorial Stadium and the UT UFCU DISCH-Falk Baseball Stadium and Bob Bullock Museum. Brackenridge Hospital, Texas Premier Trauma and Teaching Facility is a few blocks away. Lady Bird Lake runs through the heart of the city and Barton Springs Pools is just 3 miles. Take the Duck driving tour at the information center on Sixth Street and Brazos which takes to the water in a converted vintage army transport or choose the fun and fast two wheeled Sequa Rolling Tour of downtown. Austin Bergstrom International Airport is 20 minutes away via taxi or super shuttle.

All rooms have microfridges, hairdryers, iron and ironing boards, coffee makers and free high speed Internet access. There is an outdoor pool. We also offer free parking, free local calls, guest laundry and 24 hour front desk. We serve a complimentary SuperStart breakfast bonanza. There is also a small business center in the lobby area for your convenience. 

There will be a 150USD cleaning fee penalty if found smoking in the rooms. ADA defined service animals are welcome at this hotel. Sorry, no other pets are allowed.. Onsite facilities information- ParkingProperty was built in 1975. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2961.32" OriginalAmount="2932.00" MarkupRule="1.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="27" TotalAmount="2964.35" OriginalAmount="2935" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526724383286" Longitude="-0.13585538828102" StarRating="4" HotelCode="900920|199883" HotelName="TheWesley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81-103 Euston Street, London NW1 2EZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/b5/8db5a47e7c4f4b1b7787ece84c487fa6c7daa5bb.jpeg</HotelPictures>
        <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="83" TotalAmount="2964.35" OriginalAmount="2935" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|118562-24707869/4332538321638099181/14830" HotelName="ROYAL EAGLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/180000/175700/175675/a7979756_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2986.57" OriginalAmount="2957.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54990112696" Longitude="-0.18099009990692" StarRating="3" HotelCode="35169|quality_hotel_hampstead" HotelName="Quality Hampstead" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Frognal, Hampstead, London NW3 6AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/3d/3e3db05e366b7f9961ed156596cdc9557db9fedf.JPEG</HotelPictures>
        <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="94" TotalAmount="2987.39" OriginalAmount="2957.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5209007" Longitude="-0.1229" StarRating="3" HotelCode="|18010" HotelName="Thistle Bloomsbury Park" Meals="ROOM ONLY" 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="63" TotalAmount="2987.58" OriginalAmount="2958.00" MarkupRule="1.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="2987.58" OriginalAmount="2958.00" MarkupRule="1.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="2993.64" OriginalAmount="2964.00" MarkupRule="1.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="83" TotalAmount="2997.68" OriginalAmount="2968" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|51389-24991523/4332538321638099181/11436" HotelName="GRANGE CLARENDON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1440000/1437000/1436967/72828093_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3000.02" OriginalAmount="2970.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51053" Longitude="-0.12862" StarRating="3" HotelCode="|446706" HotelName="Assembly Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 - 31 Charing Cross Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/0/6/446706_456ac041001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3000.71" OriginalAmount="2971.00" MarkupRule="1.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="63" TotalAmount="3001.72" OriginalAmount="2972.00" MarkupRule="1.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="8" TotalAmount="3002.45" OriginalAmount="2972.72" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="3006.44" OriginalAmount="2976.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515995" Longitude="-0.172839" StarRating="3" HotelCode="|465716" HotelName="Grand Hôtel Bellevue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Norfolk Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/7/1/6/465716_468acef1218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3009.80" OriginalAmount="2980" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|457001-5309759/4332538321638099181/31" HotelName="BEST WESTERN PLUS VAUXHALL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17810000/17808000/17807969/1b662034_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3009.80" OriginalAmount="2980.00" MarkupRule="1.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="3011.82" OriginalAmount="2982.00" MarkupRule="1.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="83" TotalAmount="3018.89" OriginalAmount="2989" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|67003-28507142/4332538321638099181/296" HotelName="ST. MARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/520500/520495/e479ea56_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3018.89" OriginalAmount="2989" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|650718-28574230/4332538321638099181/748" HotelName="PADDINGTON APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4490000/4483200/4483193/961308b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3020.91" OriginalAmount="2991" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51815" Longitude="-0.15829" StarRating="4" HotelCode="114603|458283" HotelName="Z Gloucester Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Gloucester Place, London W1U 8JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348936/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3021.92" OriginalAmount="2992" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|521057-28571862/4332538321638099181/7052" HotelName="THE WARRINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/10000000/9250000/9247900/9247838/aac4eed0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3022.93" OriginalAmount="2993.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49159962976" Longitude="-0.19546241104513" StarRating="3" HotelCode="15386|oliver_plaza_hotel" 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="83" TotalAmount="3023.94" OriginalAmount="2994" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1022985-28489277/4332538321638099181/958" HotelName="ALHAMBRA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381800/1381705/c4dc7764_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3025.47" OriginalAmount="2995.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522623" Longitude="-0.104439" StarRating="4" HotelCode="|452272" HotelName="Yotel London City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96-100 Clerkenwell Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/2/7/2/452272_ecdcbe00852.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3025.88" OriginalAmount="2995.92" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="3028.99" OriginalAmount="2999" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|650705-27402656/4332538321638099181/17228" HotelName="JESMOND DENE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888800/888759/dd4a07a1_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3034.04" OriginalAmount="3004.00" MarkupRule="1.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 16/09/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="3038.08" OriginalAmount="3008.00" MarkupRule="1.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="83" TotalAmount="3039.09" OriginalAmount="3009" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1456802-32463410/4332538321638099181/3201" HotelName="LIBERE LONDON EDGWARE ROAD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/116000000/115530000/115526700/115526667/1d3524a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3041.11" OriginalAmount="3011" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1342389-20954528/4332538321638099181/25182" HotelName="CITY SLEEPERS AT ROYAL NATIONAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83250000/83245200/83245150/0af92da5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3045.15" OriginalAmount="3015.00" MarkupRule="1.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="27" TotalAmount="3047.17" OriginalAmount="3017" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510989" Longitude="-0.074045" StarRating="3" HotelCode="137293|36332" HotelName="Travelodge London Central Tower Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Goodmans Yard, Lloyds Court Business Centre, London E1 8AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/57/8357825ac4b23858f524a4e20506bb56dd60880d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3053.24" OriginalAmount="3023.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516976" Longitude="-0.068197" StarRating="4" HotelCode="|444398" HotelName="Hyatt Place London City East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Black Lion House, 45 Whitechapel Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/9/8/444398_794d6070957.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3053.99" OriginalAmount="3023.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52244" Longitude="-0.124143" StarRating="3" HotelCode="13062" HotelName="President Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guildford Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13062/13062/2.jpg?f=17748637</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and gift shops/newsstands.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3054.01" OriginalAmount="3023.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9276076" Longitude="-81.2130235" StarRating="3" HotelCode="|95270" HotelName="Homewood Suites London Ontario" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bessemer Road London,45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/2/7/0/95270_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3055.27" OriginalAmount="3025.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489863" Longitude="-0.137155" StarRating="3" HotelCode="|17928" HotelName="Best Western Corona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELGRAVE ROAD 85-89</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/2/8/17928_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2002, has 4 floors, 51 rooms, 15 single rooms, 27 double rooms and 9 suites. It has a lobby with an elevator, a reception, a currency exchange service, a cloakroom, a bar and a conference room. The establishment offers internet, room service and a laundry service. SITUATION: This modern, urban hotel is in London the city centre of the Thames and the Buckingham Palace nearby, you will find in front of the establishment, guests have a restaurant, a bar, 100 metres away from the establishment, clients can find a nightclub, Victoria is situated in close to the establishment, guests have Victoria and Pimlico the metro stations of. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, an air-conditioning system, a central heating system and fitted carpets. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3055.31" OriginalAmount="3025.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500135" Longitude="-0.114018" StarRating="4" HotelCode="|534276" HotelName="StowAway Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>137-139 Lower Marsh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/7/6/534276_f7ada951435.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3059.29" OriginalAmount="3029" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|17860-28461367/4332538321638099181/5265" HotelName="LONDON TOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/77500/77423/a91a404f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3059.29" OriginalAmount="3029" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|263568-21407236/4332538321638099181/9345" HotelName="DOUBLETREE BY HILTON LONDON - CHELSEA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7920000/7916000/7915983/c19a7c2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3064.34" OriginalAmount="3034.00" MarkupRule="1.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="83" TotalAmount="3066.36" OriginalAmount="3036" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9831-18359161/4332538321638099181/16774" HotelName="HOLIDAY INN LONDON - REGENT'S PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/250000/242800/242705/282906e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3067.37" OriginalAmount="3037" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1383197-28481536/4332538321638099181/506" HotelName="ARGYLE SQUARE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116650000/116649500/116649406/3d86db44_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3068.38" OriginalAmount="3038.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|holiday_inn_londonkings_cross_bloomsbury" HotelName="Crowne Plaza London - Kings Cross" 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,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="95" TotalAmount="3068.56" OriginalAmount="3038.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.545506" Longitude="-0.219789" StarRating="4" HotelCode="4024909" HotelName="The Brondesbury By Nestor" Meals="SUPERIOR STUDIO" BedType="SUPERIOR STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>59 Brondesbury Park,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/24909/4024909/1.jpg?f=17719548</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center or take in the view from a terrace and a garden. Additional features at this aparthotel include complimentary wireless internet access and a communal living room.. Featured amenities include a 24-hour business center and multilingual staff. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3069.39" OriginalAmount="3039.00" MarkupRule="1.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="3069.39" OriginalAmount="3039.00" MarkupRule="1.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="95" TotalAmount="3075.09" OriginalAmount="3044.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52562" Longitude="-0.13551" StarRating="3" HotelCode="24356" HotelName="Euston Square Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>152-156 North Gower Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/24356/24356/1.jpg?f=17727119</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3077.47" OriginalAmount="3047" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493098588254" Longitude="-0.14424671899588" StarRating="3" HotelCode="34554|35758" HotelName="Comfort Inn Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-24 Belgrave Road, London SW1V 1QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/7a/5c7a7445ac652753ef88e8e8608aedd2bfa36773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Comfort Inn Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3078.48" OriginalAmount="3048.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490286" Longitude="-0.137825" StarRating="3" HotelCode="18525|victoria_inn_london" 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="83" TotalAmount="3088.58" OriginalAmount="3058" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|4417-28525233/4332538321638099181/2359" HotelName="BRUNEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527464/ea49899d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3089.59" OriginalAmount="3059.00" MarkupRule="1.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="3089.59" OriginalAmount="3059.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51406363" Longitude="-0.13199634" StarRating="3" 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="83" TotalAmount="3090.60" OriginalAmount="3060" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|109026-28510085/4332538321638099181/5706" HotelName="DAYS INN BY WYNDHAM LONDON HYDE PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1410000/1402100/1402005/523f86d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3090.60" OriginalAmount="3060" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1438725-28682188/4332538321638099181/13654" HotelName="APARTHOTEL ADAGIO LONDON CITY EAST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111060000/111051900/111051806/2566645d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3093.03" OriginalAmount="3062.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50598" Longitude="-0.102139" StarRating="3" HotelCode="|28035" HotelName="Holiday Inn Express London - Southwark, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103-109 SOUTHWARK STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/3/5/28035_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 88 modern rooms, a lobby with a reception, lifts, a bar, a restaurant, conference rooms, internet and indoor parking (for a fee). SITUATION: This hotel is near el TÃ¡mesis and places of interest. 5 minutes away from the establishment you have la Tate Modern Gallery, el River Thames Walk and pubs. It is situated 10 minutes away from el Teatro Shakespeares Globe, la Catedral de San Pablo and restaurants. 15 minutes away from the establishment, guests will find el London Eye it is situated 45 minutes away from Bond Street it has excellent transport links to el Royal Festival Hall, al Puente de Londres and the metro station. It is situated 12 minutes away from Waterloo Station. ROOM: All the rooms have individual air-conditioning, a shower, a hairdryer, a direct line telephone, a satellite TV, a radio, a coffee maker, a kettle, a double bed, (available for a fee) and WiFi. You can also find disabled access rooms. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment serves a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3098.68" OriginalAmount="3068.00" MarkupRule="1.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="94" TotalAmount="3098.90" OriginalAmount="3068.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4935536" Longitude="-0.1834334" StarRating="4" HotelCode="|17967" HotelName="Millennium and Conference Centre Gloucester London" Meals="ROOM ONLY" 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="63" TotalAmount="3103.73" OriginalAmount="3073.00" MarkupRule="1.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="3104.74" OriginalAmount="3074.00" MarkupRule="1.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="3104.74" OriginalAmount="3074.00" MarkupRule="1.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="Free CXL until 18/09/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="83" TotalAmount="3106.76" OriginalAmount="3076" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1384445-28543508/4332538321638099181/6123" HotelName="THE Z HOTEL STRAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103100000/103093800/103093784/985a3002_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3106.76" OriginalAmount="3076" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181758-24707922/4332538321638099181/12824" HotelName="THE WESLEY EUSTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2150000/2143100/2143095/3d1182aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3124.94" OriginalAmount="3094.00" MarkupRule="1.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="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="3125.95" OriginalAmount="3095.00" MarkupRule="1.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="94" TotalAmount="3127.04" OriginalAmount="3096.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5206985" Longitude="-0.1234" StarRating="3" HotelCode="|17985" HotelName="Bedford" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83-95 Southampton Row</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/8/5/17985_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel was renovated in 2003. It has 7 floors, 72 double rooms and 111 single rooms. It has a reception, lifts, a cafÃ©, a bar, internet at an extra charge and a restaurant. The establishment offers an indoor car park, a car park, room service and a laundry service. SITUATION: This hotel is close to London city centre where you can find shops, leisure areas and entertainment. 10 metres away, guests will find public transport services. In the surrounding area, guests will find the British Museum and Covent Garden ROOM: The rooms have a bathroom with a bath or shower, a direct line telephone, satellite or cable TV, a safety deposit box (available for a fee) and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3127.97" OriginalAmount="3097.00" MarkupRule="1.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="95" TotalAmount="3129.43" OriginalAmount="3098.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493984" Longitude="-0.186791" StarRating="4" HotelCode="195333" HotelName="The Courtfield" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>55 Courtfield Gardens,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/95333/195333/17.jpg?f=17750303</HotelPictures>
        <HotelDescription>Featured amenities include laundry facilities and an elevator..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3131.00" OriginalAmount="3100.00" MarkupRule="1.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 15/09/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="3135.04" OriginalAmount="3104.00" MarkupRule="1.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="Free CXL until 17/09/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="63" TotalAmount="3136.05" OriginalAmount="3105.00" MarkupRule="1.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="94" TotalAmount="3136.37" OriginalAmount="3105.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5089822" Longitude="-0.1316564" StarRating="3" HotelCode="|189015" HotelName="Z Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ORANGE STREET 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/1/5/189015_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3137.71" OriginalAmount="3106.64" MarkupRule="1.00">
      <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 17/09/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="63" TotalAmount="3138.07" OriginalAmount="3107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481102" Longitude="-0.438241" StarRating="4" HotelCode="28973|london_heathrow_marriott_hotel" HotelName="London Heathrow Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 17/09/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>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="63" TotalAmount="3143.12" OriginalAmount="3112.00" MarkupRule="1.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="Non Refundable">
        <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="3151.20" OriginalAmount="3120.00" MarkupRule="1.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="3153.22" OriginalAmount="3122.00" MarkupRule="1.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="94" TotalAmount="3154.11" OriginalAmount="3122.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4903379" Longitude="-0.1385907" StarRating="3" HotelCode="|22234" HotelName="Sidney London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELGRAVE ROAD 68-76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/3/4/22234_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1875, was renovated in 1999, has 14 single rooms, 47 double rooms and 6 floors. It has a reception, a safety deposit box service, a cloakroom, lifts and internet. SITUATION: This urban hotel is close to the city centre, 100 metres away from the establishment, you can find a public transport stop, 800 metres away, there is restaurants, bars, 1500 metres away from the establishment, clients can find a nightclub, shops. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio and internet. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3154.23" OriginalAmount="3123" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574445-32414110/4332538321638099181/6659" HotelName="THE Z HOTEL TOTTENHAM COURT ROAD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112780000/112775900/112775895/59b12a12_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3156.24" OriginalAmount="3124.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493252" Longitude="-0.257219" StarRating="4" HotelCode="|445308" HotelName="room2 Chiswick Hometel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Windmill Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/0/8/445308_2b3797c0951.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3157.26" OriginalAmount="3126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|4188" HotelName="Thistle Kensington Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Bayswater Road, London W2 3HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/26/5426ae049bb3b8c97b3f5c483e4a586053584a82.jpeg</HotelPictures>
        <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="3157.26" OriginalAmount="3126.00" MarkupRule="1.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="Free CXL until 31/08/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="63" TotalAmount="3158.27" OriginalAmount="3127.00" MarkupRule="1.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="3159.28" OriginalAmount="3128.00" MarkupRule="1.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="83" TotalAmount="3160.29" OriginalAmount="3129" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322866-28477454/4332538321638099181/2152" HotelName="ST. DAVID'S HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75760000/75753100/75753026/f5026e2d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3161.30" OriginalAmount="3130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1452841-32392857/4332538321638099181/16076" HotelName="PREMIER INN LONDON WATERLOO - LAMBETH ROAD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106120000/106118700/106118651/de9938e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3162.31" OriginalAmount="3131.00" MarkupRule="1.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="3162.31" OriginalAmount="3131.00" MarkupRule="1.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="94" TotalAmount="3174.64" OriginalAmount="3143.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.546629" Longitude="-0.007814" StarRating="4" HotelCode="|444641" HotelName="The Gantry London, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Celebration Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/4/1/444641_c269b191002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3178.47" OriginalAmount="3147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|210790-28508995/4332538321638099181/4717" HotelName="THE BROMPTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888700/888607/c66a9833_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3178.47" OriginalAmount="3147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|876854-32925827/4332538321638099181/12869" HotelName="CAVENDISH HOTEL (GOWER STREET)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/94900000/94894600/94894594/c798b2c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3178.47" OriginalAmount="3147.00" MarkupRule="1.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="94" TotalAmount="3179.73" OriginalAmount="3148.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5241265" Longitude="-0.0785034" StarRating="4" HotelCode="|221577" HotelName="Citizenm London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Holywell Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/5/7/7/221577_1_7000.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3182.51" OriginalAmount="3151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51196526717" Longitude="-0.1807791226845" StarRating="4" HotelCode="47679|commodore_hotel" HotelName="Commodore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Lancaster Gate, Hyde Park, W2 3NA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/4c/094c980a93cf90ea086a25c71ab98ad1d71af103.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Commodore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3187.56" OriginalAmount="3156" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32934-24707898/4332538321638099181/12701" HotelName="HOLIDAY INN EXPRESS LONDON - SOUTHWARK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/200900/200859/2e88ae32_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3190.59" OriginalAmount="3159" MarkupRule="1.00">
      <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="95" TotalAmount="3198.86" OriginalAmount="3167.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49431575" Longitude="-0.19092019999999998" StarRating="3" HotelCode="4057789" HotelName="The Knaresborough by Nestor" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>6 Knaresborough Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/57789/4057789/1.jpg?f=17707323</HotelPictures>
        <HotelDescription />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3204.73" OriginalAmount="3173.00" MarkupRule="1.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="8" TotalAmount="3206.43" OriginalAmount="3174.68" MarkupRule="1.00">
      <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 16/09/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="83" TotalAmount="3206.75" OriginalAmount="3175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1433953-28590448/4332538321638099181/6249" HotelName="QUEENS PARK PREMIER LONDON HYDE PARK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108960000/108950900/108950898/6e7a24ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3206.75" OriginalAmount="3175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49883" Longitude="-0.192032" StarRating="4" HotelCode="16086|the_kensington_close_hotel__spa" HotelName="Holiday Inn London - Kensington High St." Meals="ROOM ONLY" 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="63" TotalAmount="3207.76" OriginalAmount="3176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513272969002" Longitude="-0.19036710262299" StarRating="3" HotelCode="25121|the_princes_square_hotel" HotelName="The Princes Square Hotel" Meals="ROOM ONLY" 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="94" TotalAmount="3207.97" OriginalAmount="3176.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5125951" Longitude="-0.1909686" StarRating="4" HotelCode="|21879" HotelName="The Princes Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES SQUARE 23-25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/7/9/21879_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 4 floors and 50 rooms. In the entrance, guests are offered a reception and a lift. SITUATION: It has excellent transport links to public transport, near the establishment, you will find Buckingham Palace, Kensington Palace and Hyde Park tourist points of interest, such as it is situated 30 kilometres away from London Heathrow Airport. ROOM: The establishment has standard rooms with a bathroom, They are equipped with a shower, a hairdryer, a direct line telephone, a satellite television, internet and central heating. OTHERS: The establishment serves a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3209.78" OriginalAmount="3178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.9218241" Longitude="-13.6620326" StarRating="4" HotelCode="0|53345-28573368/4332538321638099181/3377" HotelName="HYDE PARK INTERNATIONAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2 Calle Bernegal, PUERTO DEL CARMEN, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1410000/1402900/1402865/f0895c0d_b.jpg</HotelPictures>
        <HotelDescription>This apartment complex is located in the tourist centre of Puerto del Carmen and is only a 5 minute walk from the beach and the nearest public transport stop. A commercial district offering shops, boutiques, bars, restaurants, and a lively nightlife can be found nearby. The airport is around 8km away. This wonderful establishment houses a range of facilities including, taxi hire, car rental and medical assistance. There is also an Internet café and WiFi access zone for guests who want to stay connected with their loved ones. Guests can suntan by the swimming pool while enjoying a refreshing drink from the bar. The ample and bright apartments are tastefully fitted and have a bathroom with a hairdryer and a fully equipped kitchenette.
Apartments are cleaned 3 times a week, towels are changed also 3 times a week and sheets once a week.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3210.79" OriginalAmount="3179.00" MarkupRule="1.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="3211.80" OriginalAmount="3180.00" MarkupRule="1.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/09/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="3211.80" OriginalAmount="3180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521606462475" Longitude="-0.13449276353435" StarRating="0" HotelCode="795884|london_goodge_street" HotelName="hub by Premier Inn London Goodge Street" Meals="ROOM ONLY" 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="3212.81" OriginalAmount="3181.00" MarkupRule="1.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="Non Refundable" 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="83" TotalAmount="3213.82" OriginalAmount="3182" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|4423-28509030/4332538321638099181/653" HotelName="COMFORT INN LONDON - WESTMINSTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527425/cbc0c0a0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3216.85" OriginalAmount="3185" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|13589-28509014/4332538321638099181/4702" HotelName="BEST WESTERN SWISS COTTAGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/461600/461513/9a60d4d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3217.86" OriginalAmount="3186.00" MarkupRule="1.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="83" TotalAmount="3221.90" OriginalAmount="3190" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1411790-27399553/4332538321638099181/8053" HotelName="HAMPTON BY HILTON LONDON OLD STREET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96310000/96306600/96306582/5d43c837_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3221.90" OriginalAmount="3190.00" MarkupRule="1.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="83" TotalAmount="3227.96" OriginalAmount="3196" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|114189-32594619/4332538321638099181/5300" HotelName="HYDE PARK ECONOMY APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4490000/4486600/4486566/e1d149d5_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3228.97" OriginalAmount="3197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514214403894" Longitude="-0.18090158700943" StarRating="4" HotelCode="114260|the_park_grand_london_paddington" HotelName="Park Grand London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="3230.19" OriginalAmount="3198.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494529" Longitude="-0.1186016" StarRating="4" HotelCode="|25254" HotelName="Novotel London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAMBETH ROAD 113-127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/5/4/25254_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a bar, a restaurant, a safety deposit box service, a currency exchange service, a lift, a kiosk, conference rooms and internet. The establishment boasts a car park and an indoor car park. The hotel has 185 double rooms and 2 suites. SITUATION: This hotel is near Eurostar de Waterloo the Station of Lambeth Road it is in Close to the Thames the river In front of and, Around the establishment, clients can find points of interest, is situated 5 minutes walk away from Lambeth North the metro station 1 kilometre away from the establishment, guests will find shops, restaurants, is located 500 metres away from bars, pubs. ROOM: All the rooms have internet, WiFi, a safe, a mini-bar, a television, a direct line telephone, a hairdryer and a radio. Clients are offered 10 disabled access rooms. FACILITIES: This establishment has a sauna, a steam bath and a gym. OTHERS: Regarding the food and beverage offering, clients can enjoy all meals in a buffet form, The establishment also offers an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3232.00" OriginalAmount="3200" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4490-32388286/4332538321638099181/25875" HotelName="DANUBIUS REGENTS PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26100/26085/5402ef20_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3233.01" OriginalAmount="3201.00" MarkupRule="1.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="95" TotalAmount="3235.08" OriginalAmount="3203.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52229" Longitude="-0.14271" StarRating="4" HotelCode="1309056" HotelName="Holiday Inn London - Regent's Park By Ihg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Carburton Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0013/09056/1309056/35.jpg?f=17484161</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a hair salon. Additional features at this hotel include discounted use of a nearby fitness facility and a banquet hall.. This establishment has received its official star rating from VisitEngland, the National Tourist Board for England.. Featured amenities include a business center, limo/town car service, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference space and meeting rooms. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3244.12" OriginalAmount="3212" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500408" Longitude="-0.107602" StarRating="3" HotelCode="165982|31571" HotelName="Travelodge London Central Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195-203 Waterloo Road, London SE1 8UX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/83/85839448450df6f6555cb4e56101162dde676f45.jpeg</HotelPictures>
        <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="3249.17" OriginalAmount="3217.00" MarkupRule="1.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="3250.18" OriginalAmount="3218.00" MarkupRule="1.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="94" TotalAmount="3253.22" OriginalAmount="3221.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522286" Longitude="-0.142609" StarRating="4" HotelCode="|17991" HotelName="Holiday Inn London - Regent's Park, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CARBURTON STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/9/1/17991_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a restaurant and a bar. SITUATION: This establishment, Londres it is in Close to, the museum, theatres, and Oxford Street the shopping area of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3254.22" OriginalAmount="3222.00" MarkupRule="1.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="3254.22" OriginalAmount="3222.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515381346449" Longitude="-0.07494840420145" StarRating="1" 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="94" TotalAmount="3255.63" OriginalAmount="3223.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.539248" Longitude="-0.103749" StarRating="0" HotelCode="|446705" HotelName="Citadines Islington London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Shelley Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/0/5/446705_5e883111054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3257.25" OriginalAmount="3225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|4517-28573197/4332538321638099181/6839" HotelName="THE EDWIN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118126/9c3990c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3258.26" OriginalAmount="3226.00" MarkupRule="1.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="3262.30" OriginalAmount="3230.00" MarkupRule="1.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="83" TotalAmount="3266.34" OriginalAmount="3234" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15134-28515342/4332538321638099181/1362" HotelName="VICTORIA INN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/41900/41879/401de173_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3268.36" OriginalAmount="3236" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1365591-24017777/4332538321638099181/14187" HotelName="THE HOXTON SHEPHERDS BUSH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83670000/83669800/83669782/b10b08ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3270.26" OriginalAmount="3237.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520454" Longitude="-0.124752" StarRating="4" HotelCode="170124" HotelName="Grange Beauchamp Hotel" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>24-27 Bedford Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/70124/170124/1.jpg?f=17746819</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and babysitting (surcharge). This hotel also features wedding services and a banquet hall.. Featured amenities include complimentary wired internet access, a business center, and limo/town car service. This hotel has 4 meeting rooms available for events..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3270.39" OriginalAmount="3238.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.532288" Longitude="-0.120043" StarRating="1" HotelCode="|533483" HotelName="St Pancras Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54-58 Caledonian Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/8/3/533483_6f2847b1151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3272.40" OriginalAmount="3240.00" MarkupRule="1.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="3273.41" OriginalAmount="3241.00" MarkupRule="1.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="63" TotalAmount="3275.43" OriginalAmount="3243.00" MarkupRule="1.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="3275.47" OriginalAmount="3243.04" MarkupRule="1.00">
      <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="Free CXL until 17/09/2026" 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="83" TotalAmount="3277.45" OriginalAmount="3245" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|595101-27405630/4332538321638099181/17951" HotelName="LONDON HACKNEY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108540000/108538400/108538328/w3600h2394x0y3-2a1f1571_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3279.35" OriginalAmount="3246.88" MarkupRule="1.00">
      <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 14/09/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="94" TotalAmount="3287.07" OriginalAmount="3254.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5159026" Longitude="-0.1749082" StarRating="4" HotelCode="|26477" HotelName="Mercure London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRAED STREET 144</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/7/7/26477_96034770742.jpg</HotelPictures>
        <HotelDescription>HOTEL: renovated in 2005 and it is in a lively street 5 floors and 83 rooms. In the entrance, you can find a lobby with elevators, a reception, a bar and a restaurant. The establishment offers guests a conference room, internet, room service and a laundry service. SITUATION: It is in a central area, is near Paddington the underground station of it is well-connected with the city centre, Where you can find shops, leisure areas and monuments. It is located in front of a bus stop, is 15 minutes away from the airport. ROOM: The rooms have a bathroom, a direct line telephone, satellite or cable TV, internet, fitted carpets, an air-conditioning system, central heating and a safe (available for a fee). FACILITIES: The establishment boasts a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3288.56" OriginalAmount="3256.00" MarkupRule="1.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="94" TotalAmount="3288.97" OriginalAmount="3256.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51247" Longitude="-0.075576" StarRating="0" HotelCode="|446701" HotelName="One London - Tower Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24-26 Minories</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/0/1/446701_513d67c1449.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3295.63" OriginalAmount="3263.00" MarkupRule="1.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="94" TotalAmount="3296.55" OriginalAmount="3263.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5265155" Longitude="-0.1272896" StarRating="3" HotelCode="|167699" HotelName="Judd" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Cartwright Garden</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/6/9/9/167699_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment is near the Station of Euston. 7 minutes walk away, you can find the Railway Station of London King's Cross. FACILITIES: Guests are offered WiFi (free of charge) and breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3296.64" OriginalAmount="3264" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.3944118" Longitude="2.1618436" StarRating="4" HotelCode="0|161817-28567777/4332538321638099181/3241" HotelName="BERMONDSEY SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>83 PASEO DE GRACIA, EIXAMPLE, BARCELONA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2580000/2570300/2570279/83eddefb_b.jpg</HotelPictures>
        <HotelDescription>Suites Avenue Barcelona Luxe offers a new concept of accommodation in Barcelona. A recently-constructed avant-garde building with 41 luxury tourist apartments, fully-equipped spaces for comfortable medium to long-term stays. Personalized attention and an unsurpassable range of exclusive services are available: gym, sauna, exterior swimming pools, communal terrace, function rooms, parking and a museum that showcases unique pieces of Hindu and Buddhist art. The spectacular stainless steel façade, designed by renowned Japanese architect Toyo Ito, is a departure from neighboring classical buildings and draws the attention of both Barcelona residents and tourists alike. Since opening its doors in 2009 Suites Avenue Barcelona Luxe has become an architectural icon and a benchmark for luxury stays in the heart of Barcelona. Located on the central Passeig de Gràcia, the Suites Avenue boast a superb location with spectacular frontal views of Guadí's Modernist La Pedrera building. Surrounded by international boutiques, restaurants, terraces and the best nightlife the city has to offer, there's no better place to enjoy Barcelona's charms. *Pets: only small dogs.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3299.91" OriginalAmount="3267.24" MarkupRule="1.00">
      <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="Free CXL until 16/09/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">
        <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="94" TotalAmount="3301.84" OriginalAmount="3269.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5136032" Longitude="-0.179772" StarRating="4" HotelCode="|18043" HotelName="Park Grand Paddington Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DEVONSHIRE TERRACE 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/4/3/18043_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, has 6 floors and 195 rooms. Guests have access to a lift, a bar and a restaurant. SITUATION: This comfortable hotel is situated in a central area, is in Bayswater the district of 150 metres away from the establishment, you can find Paddington the metro station of 100 metres away, there is public transport. ROOM: The comfortable rooms, have a bathroom, a hairdryer and a direct line telephone. OTHERS: The establishment serves a buffet breakfast, Clients have at their disposal a snack bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3302.70" OriginalAmount="3270" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498423" Longitude="-0.208623" StarRating="2" HotelCode="888829|11649" 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="83" TotalAmount="3306.74" OriginalAmount="3274" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28490-28569158/4332538321638099181/3177" HotelName="ELYSEES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381500/1381443/0ccdbaa4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3306.74" OriginalAmount="3274.00" MarkupRule="1.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="8" TotalAmount="3309.20" OriginalAmount="3276.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52074" Longitude="-0.123507" StarRating="3" HotelCode="10737|8941" HotelName="The Bedford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/09/2026" 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="94" TotalAmount="3309.24" OriginalAmount="3276.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5104825" Longitude="-0.1336186" StarRating="3" HotelCode="|446690" HotelName="Zedwell Piccadilly Circus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Great Windmill Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/9/0/446690_0ec9cf51014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3314.82" OriginalAmount="3282.00" MarkupRule="1.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="83" TotalAmount="3317.85" OriginalAmount="3285" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|227319-28508885/4332538321638099181/4820" HotelName="GARDEN COURT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6840000/6836600/6836554/5398051a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3322.92" OriginalAmount="3290.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518635" Longitude="-0.166225" StarRating="5" HotelCode="|450247" HotelName="voco London Marylebone by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>233 - 237 Old Marylebone Rd, Westminster Borough</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/2/4/7/450247_1f0fe321247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3327.15" OriginalAmount="3294.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513184" Longitude="-0.179108" StarRating="3" HotelCode="195189" HotelName="Lancaster Hall Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>35 Craven Terrace,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/95189/195189/6.jpg?f=17725947</HotelPictures>
        <HotelDescription>Featured amenities include a 24-hour front desk, a safe deposit box at the front desk, and an elevator..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3333.00" OriginalAmount="3300" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|874969-28584835/4332538321638099181/3356" HotelName="STOWAWAY WATERLOO BY BRIDGESTREET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24410000/24407400/24407400/4b4c7a43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3334.01" OriginalAmount="3301.00" MarkupRule="1.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="3336.03" OriginalAmount="3303.00" MarkupRule="1.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="83" TotalAmount="3337.04" OriginalAmount="3304" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|634140-18246989/4332538321638099181/11822" HotelName="NHOW LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34360000/34358800/34358751/0685bcbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3339.06" OriginalAmount="3306.00" MarkupRule="1.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="83" TotalAmount="3344.11" OriginalAmount="3311" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|272543-28445584/4332538321638099181/7029" HotelName="THE Z HOTEL PICCADILLY" Meals="ROOM ONLY,ALL INCLUSIVE" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8520000/8516800/8516777/5ef8d7e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3344.59" OriginalAmount="3311.48" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="3345.12" OriginalAmount="3312" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1343702-20995666/4332538321638099181/12365" HotelName="TRIBE LONDON CANARY WHARF" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83100000/83096500/83096424/09a9f211_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3345.12" OriginalAmount="3312.00" MarkupRule="1.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="95" TotalAmount="3347.92" OriginalAmount="3314.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52077" Longitude="-0.123216" StarRating="3" HotelCode="13132" HotelName="Thistle Bloomsbury Park Hotel London" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>126 Southampton Row,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13132/13132/4.jpg?f=17733172</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3358.31" OriginalAmount="3325.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5141983" Longitude="-0.1572" StarRating="4" HotelCode="|18080" HotelName="Thistle London Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BRYANSTON STREET, MARBLE ARCH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/8/0/18080_964f0be0806.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1934, has 8 floors, 338 rooms and 13 suites. In the entrance, you can find a reception, a lift, a cloakroom and a kiosk. The establishment has a cafÃ©, a bar, a restaurant with air-conditioning, a conference room and WiFi (free of charge), The establishment offers a laundry service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3362.29" OriginalAmount="3329.00" MarkupRule="1.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="94" TotalAmount="3365.43" OriginalAmount="3332.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53055" Longitude="-0.056204" StarRating="5" HotelCode="|70424" HotelName="Town Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PATRIOT SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/4/2/4/70424_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Town Hall is rated five stars. It was opened in 2010 and is perfect for business and holiday stays. SITUATION: This establishment is in Bethnal Green, 15 minutes away from the establishment guests have the business area. It is well-connected with the West End, ROOM: Customers can find large, comfortable rooms with a bathroom, apartments with a living room-bedroom, a DVD player and a satellite TV. FACILITIES: The establishment boasts a covered pool, a cocktail bar, a restaurant, conference rooms and banquet hall.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3366.33" OriginalAmount="3333.00" MarkupRule="1.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="83" TotalAmount="3378.45" OriginalAmount="3345" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|651002-28574243/4332538321638099181/595" HotelName="ROCKWELL EAST-TOWER BRIDGE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/651002/2022127101718426.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3381.48" OriginalAmount="3348.00" MarkupRule="1.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="3382.49" OriginalAmount="3349.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.535464955734" Longitude="-0.18991649150848" StarRating="4" HotelCode="29212|marriott_london_maida_vale" HotelName="London Marriott Hotel Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Parade, Maida Vale, London NW6 5RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/ec/3cec538d7d4a3387e4094f00d73bda7456d251f6.JPEG</HotelPictures>
        <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="94" TotalAmount="3382.93" OriginalAmount="3349.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5141497" Longitude="-0.0760184" StarRating="4" HotelCode="|212922" HotelName="Leonardo London Aldgate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Aldgate Hight Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/9/2/2/212922_76421de1454.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3387.54" OriginalAmount="3354.00" MarkupRule="1.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="3389.56" OriginalAmount="3356.00" MarkupRule="1.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="3389.56" OriginalAmount="3356.00" MarkupRule="1.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="94" TotalAmount="3390.11" OriginalAmount="3356.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512291" Longitude="-0.033519" StarRating="0" HotelCode="|444431" HotelName="Limehouse Library" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>638 Commercial Road, Tower Hamlets</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/3/1/444431_106d1cb0824.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3390.83" OriginalAmount="3357.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514941" Longitude="-0.082433" StarRating="4" HotelCode="|537282" HotelName="Great St Helen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Great St. Helens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/2/8/2/537282_c68b0560930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3391.41" OriginalAmount="3357.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49189" Longitude="-0.12129" StarRating="4" HotelCode="|444651" HotelName="Hyatt Regency London Albert Embankment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Albert Embankment</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/5/1/444651_9e2507a1534.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3398.03" OriginalAmount="3364.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528822" Longitude="-0.12147" StarRating="3" HotelCode="|533204" HotelName="Argo - Kings Cross" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Argyle Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/2/0/4/533204_c701ab91103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3399.22" OriginalAmount="3365.56" MarkupRule="1.00">
      <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 18/09/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="63" TotalAmount="3400.67" OriginalAmount="3367.00" MarkupRule="1.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="3401.68" OriginalAmount="3368.00" MarkupRule="1.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="94" TotalAmount="3402.31" OriginalAmount="3368.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507694" Longitude="0.019098" StarRating="4" HotelCode="|211215" HotelName="Good London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Western Gateway, Royal Victoria Dock.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/2/1/5/211215_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3409.76" OriginalAmount="3376.00" MarkupRule="1.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="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="63" TotalAmount="3412.79" OriginalAmount="3379.00" MarkupRule="1.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="95" TotalAmount="3412.85" OriginalAmount="3379.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49323" Longitude="-0.182924" StarRating="4" HotelCode="12997" HotelName="Millennium Hotel And Conference Centre Gloucester London" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>4-18 Harrington Gardens,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/12997/12997/1.jpg?f=17748751</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and concierge services. Additional features at this hotel include wedding services, a fireplace in the lobby, and a banquet hall.. This establishment has received its official star rating from VisitEngland, the National Tourist Board for England.. Featured amenities include limo/town car service, express check-out, and complimentary newspapers in the lobby. Planning an event in London? This hotel has 18475 square feet (1716 square meters) of space consisting of a conference center and meeting rooms. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3414.81" OriginalAmount="3381.00" MarkupRule="1.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="94" TotalAmount="3416.41" OriginalAmount="3382.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521295" Longitude="-0.092014" StarRating="5" HotelCode="|74626" HotelName="The Montcalm At Brewery London City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Chiswell Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/2/6/74626_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, luxury hotel, newly built, is rated 5 stars and was opened in 2011. SITUATION: This establishment, the Barbican it is in London it is in. ROOM: The stylish rooms, have a bathroom with a shower, a luxury bathtub, internet, WiFi, a direct line telephone with an answering machine, an iPod docking station and a satellite TV with international channels. FACILITIES: There are many facilities and services available at the establishment, including a spa with beauty treatments. OTHERS: Regarding the food and beverage offering, you can enjoySt Paul's the tavern La Brasserie the restaurant The King's Head Gastro the pub tea room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3420.87" OriginalAmount="3387" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|88567-28567379/4332538321638099181/3435" HotelName="CLEVELAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1710000/1709300/1709292/3adb915a_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3424.48" OriginalAmount="3390.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5070547" Longitude="-0.0929171" StarRating="3" HotelCode="|167543" HotelName="Premier Inn London Southwark (Bankside) " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bankside, 34 Park Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/5/4/3/167543_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated next to the river the Thames, close to the theatre The Globe, el Tate Modern, el London Dungeon and el London Eye. It is a 18-minute metro ride away from the centre of Londres. 6 minutes walk away, you can find El London Bridge, the railway station and the metro station. MEALS: Clients have at their disposal a pub. Guests are offered a breakfast service, lunch service and dinner service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3425.92" OriginalAmount="3392.00" MarkupRule="1.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="94" TotalAmount="3428.73" OriginalAmount="3394.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4908405" Longitude="-0.13898" StarRating="3" HotelCode="|53599" HotelName="Four Points Flex by Sheraton London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELGRAVE ROAD 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/9/9/53599_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has a breakfast room and a lift. It has 50 recently renovated rooms. SITUATION: 10 minutes away from the establishment, clients can findVictoria the Station of it is well-connected with tourist points of interest. ROOM: The rooms a bathroom with a shower, They have a television, a direct line telephone, a hairdryer and a courtesy tea and coffee service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3430.39" OriginalAmount="3396.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.486842" Longitude="-0.187672" StarRating="3" HotelCode="|475592" HotelName="Cleveland Residences Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Redcliffe Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/9/2/475592_9aea3811222.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3432.71" OriginalAmount="3398.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.497757" Longitude="-0.081261" StarRating="4" HotelCode="|67138" HotelName="The Bermondsey Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BERMONDSEY SQUARE, TOWER BRIDGE ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/3/8/67138_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 2 bars and Alfie's Kitchen the restaurant Guests can also find 3 treatment cabins, a business centre, 3 meeting rooms and fully-equipped. ROOM: The establishment has 79Â designer rooms with a shower, a television, a stereo, bedding and toiletry set. You can also find a mini-bar, an iron, an ironing board with a hairdryer and a desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3432.99" OriginalAmount="3399" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1023069-28479875/4332538321638099181/1947" HotelName="CLINK 261 HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8380000/8377000/8376948/d3f5913e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3436.02" OriginalAmount="3402" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857926|406153" HotelName="London Farringdon (Smithfield) hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="83" TotalAmount="3444.10" OriginalAmount="3410" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|108535-28535081/4332538321638099181/359" HotelName="LANCASTER HALL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/54000000/53800000/53792700/53792671/68d9f7fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3444.10" OriginalAmount="3410.00" MarkupRule="1.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="63" TotalAmount="3445.11" OriginalAmount="3411.00" MarkupRule="1.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="8" TotalAmount="3447.57" OriginalAmount="3413.44" MarkupRule="1.00">
      <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="Free CXL until 16/09/2026" 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="63" TotalAmount="3451.17" OriginalAmount="3417.00" MarkupRule="1.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="3461.27" OriginalAmount="3427.00" MarkupRule="1.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="94" TotalAmount="3469.91" OriginalAmount="3435.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5137018" Longitude="-0.1588538" StarRating="4" HotelCode="|20369" HotelName="The Cumberland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Great Cumberland Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/6/9/20369_46e23f71026.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 8 floors 1019 standard rooms, 127 single rooms, 861 double rooms, 8 family rooms, 18 junior suites and 5 suites. With regards to the food and beverage offering, the establishment has restaurants and 3 bars. The establishment boasts a business centre, a gym and a shop. SITUATION: This hotel is in London city centre, next to the Marble Arch Monument. Close to the establishment, guests have Marble Arch Underground Station. Around the establishment, clients can find shops, entertainment areas and tourist areas. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a safe, a television and internet. FACILITIES: The establishment boasts a gym (free of charge). OTHERS: Clients have at their disposal 3 restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3470.36" OriginalAmount="3436.00" MarkupRule="1.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="27" TotalAmount="3471.37" OriginalAmount="3437" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513794" Longitude="-0.17599100000007" StarRating="4" HotelCode="915057|57453" HotelName="Go Native Hyde Park Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>208 Sussex Gardens, Paddington, London W2 3UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e7/b7e791fc11b68ab13b9c7b59ea0f4fab20d1a13f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Go Native Hyde Park Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3475.36" OriginalAmount="3440.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49728" Longitude="-0.019037" StarRating="0" HotelCode="|461902" HotelName="Clover Court by Aeria Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Millharbour</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/9/0/2/461902_5f3d7741059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3475.41" OriginalAmount="3441.00" MarkupRule="1.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="83" TotalAmount="3479.45" OriginalAmount="3445" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.455200" Longitude="-0.360700" StarRating="3" HotelCode="0|33818-18114891/4332538321638099181/11589" HotelName="CITADINES BARBICAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>22 ESCRITOR RAFAEL FERRERES, VALENCIA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/450000/447100/447036/f955dc8b_b.jpg</HotelPictures>
        <HotelDescription>This modern urban hotel enjoys a prime location at only a 10-minute drive from the centre of Valencia and within walking distance from the City of Arts and Sciences, offering an ideal base for both business and leisure travellers. The Palacio de Congresos conference centre is about 15 km from the establishment and links to the public transport network can be found just a stone's throw away. After a busy day of work or sightseeing, guests can relax in comfortable, air-conditioned rooms, while watching their favourite channel on a flat-screen TV or surfing for free on the Internet. Travellers may start their day with a refreshing dip into the sparkling seasonal swimming pool and then have a hearty breakfast at the on-site restaurant. Those travelling on business purposes can keep up with work at the hotel's business centre and relax, afterwards, at the lobby bar while enjoying a delicious glass of wine.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3479.45" OriginalAmount="3445.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507087056375" Longitude="-0.12465727293352" StarRating="4" HotelCode="25513|citadines_prestige_trafalgar_square_london_2" HotelName="Citadines Trafalgar Square London" Meals="ROOM ONLY" 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="3487.53" OriginalAmount="3453" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514841874148" Longitude="-0.070705715299482" StarRating="4" HotelCode="563109|229018" HotelName="Clayton Hotel City of London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3488.54" OriginalAmount="3454.00" MarkupRule="1.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="3492.58" OriginalAmount="3458.00" MarkupRule="1.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="94" TotalAmount="3493.83" OriginalAmount="3459.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500502" Longitude="-0.09066" StarRating="0" HotelCode="|37488" HotelName="Marlin Apartments London Bridge - Empire Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Empire Square West, 34 Long Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/4/8/8/37488_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 202 apartments internet (free of charge), a lift, a welcome kit and a cleaning service. Our guests can find a lobby with WiFi and a concierge. On request, you can find a dry cleaner's, a car park and a babysitting service. Guests can enjoy coffee shops, restaurants and shops. SITUATION: Near the establishment, guests will find museums, near the establishment, you will find the Clink Prison, the London Dungeon and Tate Modern the museums of Near the establishment, guests will findShakespeare's Globe the Theatre of it is close to London the Tower of the Tower Bridge in the surrounding area, clients have it is near Borough the market Southwark the cathedral it is situated 29 kilometres away from London Heathrow Airport it is 47 kilometres away from Gatwick Airport it is 57 kilometres away from Stansted Airport. ROOM: Customers can find bright, spacious apartments, They have large windows, a bathroom with a bath, a shower, a hairdryer, a direct line telephone and a television. They also have a radio, internet, a kitchen a fridge, an oven, a microwave, a washing machine, a coffee maker, a kettle and an iron. Guests can find a king size or double bed, central heating and a living room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3496.62" OriginalAmount="3462.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49205537" Longitude="-0.12139442" StarRating="3" 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="3499.59" OriginalAmount="3464.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501416" Longitude="-0.116358" StarRating="4" HotelCode="|37595" HotelName="Park Plaza County Hall London" Meals="ROOM ONLY" 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="83" TotalAmount="3499.65" OriginalAmount="3465" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1386584-24081573/4332538321638099181/12475" HotelName="THISTLE LONDON PARK LANE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96880000/96878400/96878355/550be238_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3499.65" OriginalAmount="3465.00" MarkupRule="1.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="83" TotalAmount="3500.66" OriginalAmount="3466" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|876877-18327420/4332538321638099181/13020" HotelName="YOTEL LONDON CLERKENWELL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48300000/48297000/48296903/w3840h2557x0y3-c19df5ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3504.66" OriginalAmount="3469.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4242764" Longitude="-0.2291089" StarRating="4" HotelCode="|166877" HotelName="Du Vin Cannizaro House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Westside, Wimbledon Common</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/8/7/7/166877_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, lovely gardens and a car park (free of charge). SITUATION: This boutique hotel Wimbledon Common it is situated next to It has excellent transport links to points of interest, is situated 1,9 kilometres away from Wimbledon the underground station of about 35 minutes away (by car) from London Heathrow Airport 12,8 kilometres away, you can find Twickenham the Stadium of it is situated 9,6 kilometres away from Hampton Court the Palace of los jardines de Kew 11,2 hours away from. ROOM: All the rooms have a bathroom, WiFi (free of charge), coffee service, modern bathrooms, heated floor, a mirror and a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3510.69" OriginalAmount="3475.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502559" Longitude="-0.217325" StarRating="4" HotelCode="|17934" HotelName="Indigo London K West Shepherd's Bush by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RICHMOND WAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/3/4/17934_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays and business stays. It has a reception, a restaurant and a bar. The establishment offers internet, a conference room, lifts and a car park. SITUATION: This hotel is in London is situated in the Notting Hill district. Next to the establishment, clients can find Kensington High Street close to the establishment, guests have tourist areas. Nearby, you will find Bond Street and the West End ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV and internet. They also have a mini-bar, a central heating system, a safety deposit box and fitted carpets. FACILITIES: The establishment has a leisure centre, a jacuzzi, a sauna and a gym (available for a fee). Clients can enjoy activities such as kick-boxing and aerobics. Customers can make use of a massage service and beauty treatments (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy continental and English breakfast. Clients can also find a restaurant and the snack bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3511.77" OriginalAmount="3477.00" MarkupRule="1.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="8" TotalAmount="3513.47" OriginalAmount="3478.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.497793746265" Longitude="-0.18355160951614" StarRating="3" HotelCode="33050|25860" HotelName="Citadines South Kensington London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/09/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="83" TotalAmount="3519.85" OriginalAmount="3485" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|520463-18204690/4332538321638099181/14665" HotelName="IBIS LONDON CANNING TOWN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19700000/19692900/19692814/b05851a9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3524.90" OriginalAmount="3490" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|51398-28464433/4332538321638099181/1574" HotelName="GUILFORD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888600/888532/baf4a86e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3526.07" OriginalAmount="3491.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51169" Longitude="-0.092826" StarRating="4" HotelCode="|42259" HotelName="Marlin Apartments London City - Queen Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUEEN STREET 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/5/9/42259_c1426f10433.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, is situated in a business area, has 90 apartments, a cleaning service and 6 studios. The establishment has a lobby with a reception, express check-out and a lift. SITUATION: It is situated near the tourist attractions, this hotel is situated 27 kilometres away from London Heathrow Airport it is 49 kilometres away from Gatwick Airport It is situated 57 kilometres away fromLondres Stansted and Luton the airports of. ROOM: Guests are offered apartments with a bathroom, a shower, a bath, a hairdryer, a kitchen with fridge, a hob, a microwave, a coffee maker, a kettle, a king-size bed, a direct line telephone, a satellite television, a radio, internet, a washing machine, an iron and central heating. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3526.92" OriginalAmount="3492" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|187315-28508907/4332538321638099181/5483" HotelName="HOLIDAY INN EXPRESS LONDON - GREENWICH" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/519900/519817/8be6e82b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3527.93" OriginalAmount="3493" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17868-18206918/4332538321638099181/14010" HotelName="HOTEL INDIGO LONDON - PADDINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1144100/1144039/9162b163_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3534.52" OriginalAmount="3499.52" MarkupRule="1.00">
      <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 16/09/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="63" TotalAmount="3539.04" OriginalAmount="3504.00" MarkupRule="1.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 06/09/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="3539.04" OriginalAmount="3504.00" MarkupRule="1.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="94" TotalAmount="3542.13" OriginalAmount="3507.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5318977" Longitude="-0.1223248" StarRating="3" HotelCode="|167541" HotelName="Premier Inn London King's Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 - 30 York Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/5/4/1/167541_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel is next to the Railway Station of London King's Cross and the metro station King's Cross St Pancras. 30 minutes walk away, guests can find Regent's Park, 25 minutes away by metro, guests can find Westminster Abbey, ROOM: It has bright, modern rooms with TV, a kettle, a coffee maker and WiFi (free of charge). They also have an air-conditioning system, a writing desk, a bathroom with a hairdryer and toiletries.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3543.08" OriginalAmount="3508.00" MarkupRule="1.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="Free CXL until 17/09/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="3544.29" OriginalAmount="3509.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50831085" Longitude="0.04103809" StarRating="3" HotelCode="556570|559823" HotelName="Hampton by Hilton London Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="3549.20" OriginalAmount="3514.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501229" Longitude="-0.023415" StarRating="4" HotelCode="|213303" HotelName="NOVOTEL CANARY WHARF" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Marsh Wall, Tower Hamlets</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/3/0/3/213303_a491d740956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3550.02" OriginalAmount="3514.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5080757" Longitude="0.022005" StarRating="4" HotelCode="|18035" HotelName="Crowne Plaza London - Docklands, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WESTERN GATEWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/5/18035_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 210 rooms and 5 floors. In the entrance, you can find a lobby, a sitting area and lifts. Guests have access to a lovely coffee shop, a bar, a restaurant and a car park. SITUATION: This wonderful hotel is in London the docks area close to the establishment, clients can find Canary Wharf the financial district of it is located close to London the city centre of a few minutes walk away, there is a public transport stop. ROOM: They have disabled facilities, a bathroom with a hairdryer, a direct line telephone, a radio, a satellite or cable television, an air-conditioning system and notebook connection. Guests are offered suites, They have views of the dock, views of Millennium the cathedral andthe River Thames and Tower Bridge views of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3553.18" OriginalAmount="3518.00" MarkupRule="1.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="83" TotalAmount="3555.20" OriginalAmount="3520" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|77140-18983758/4332538321638099181/16887" HotelName="HOLIDAY INN EXPRESS LONDON VICTORIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/79000/78964/ba1540e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3556.65" OriginalAmount="3521.44" MarkupRule="1.00">
      <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 16/09/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="83" TotalAmount="3560.25" OriginalAmount="3525" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|60894-32921807/4332538321638099181/26303" HotelName="HOTEL DU VIN CANNIZARO HOUSE WIMBLEDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7400/7378/b4cf2468_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3562.27" OriginalAmount="3527.00" MarkupRule="1.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="94" TotalAmount="3564.42" OriginalAmount="3529.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4939003" Longitude="-0.1826" StarRating="4" HotelCode="|17960" HotelName="The Bailey’s Hotel London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GLOUCESTER ROAD 140</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/0/17960_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building is Victorian style, In the establishment entrance, guests will find a reception, a cloakroom and a lift. Guests have access to a bar, a pub, a set-menu restaurant, with air-conditioning with a non-smoking area. The establishment has various facilities, such as conference rooms, internet, room service and a laundry service. SITUATION: This smart hotel is in Kensington the heart of it is well-connected with the metro station, bus, in the surrounding area of the establishment, guests can find shops, leisure areas. ROOM: Clients are offered 212 comfortable rooms, fully-equipped, elegant bathrooms, a shower with a hairdryer, a direct line telephone, a satellite television, internet, a mini-bar, a safe, a central heating system and fitted carpets. FACILITIES: Clients can use a gym. MEALS: Guests are offered all meals in a buffet format and dietary restrictions can be accommodated. PAYMENT METHODS: Customers can pay using American Express, Mastercard, Eurocard, Visa and Diners Club. OBSERVATIONS: Clients have a car park (for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3574.39" OriginalAmount="3539.00" MarkupRule="1.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="27" TotalAmount="3580.45" OriginalAmount="3545" MarkupRule="1.00">
      <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="63" TotalAmount="3580.45" OriginalAmount="3545.00" MarkupRule="1.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="63" TotalAmount="3580.45" OriginalAmount="3545.00" MarkupRule="1.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="83" TotalAmount="3581.46" OriginalAmount="3546" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613427-23332246/4332538321638099181/16741" HotelName="HUB BY PREMIER INN LONDON WESTMINSTER ABBEY HOTEL HUB" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40120000/40112200/40112140/a1179e2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3582.47" OriginalAmount="3547.00" MarkupRule="1.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="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="83" TotalAmount="3585.50" OriginalAmount="3550" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|650820-28574236/4332538321638099181/6964" HotelName="IMPERIAL COURT SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15790000/15789900/15789829/d72d8d4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3585.99" OriginalAmount="3550.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5226297" Longitude="-0.1038015" StarRating="4" HotelCode="|167835" HotelName="Marrable's Farringdon  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86-88 Clerkenwell Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/8/3/5/167835_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Clerkenwell ROOM: The establishment has 59 rooms with an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3586.87" OriginalAmount="3551.36" MarkupRule="1.00">
      <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 16/09/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="63" TotalAmount="3594.59" OriginalAmount="3559.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514658943243" Longitude="-0.10890111488993" StarRating="4" HotelCode="400832|saco_st_pauls__red_lion_court" HotelName="City2Stay Serviced Apartments Red Lion Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Red Lion Court, Holborn, London EC4A 3EF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cb/4dcb05ecc0882c624da8c2ac616032b9e3146d52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is City2Stay Serviced Apartments Re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3598.63" OriginalAmount="3563" MarkupRule="1.00">
      <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="94" TotalAmount="3602.02" OriginalAmount="3566.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505604" Longitude="-0.095361" StarRating="4" HotelCode="|25253" HotelName="Novotel London Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOUTHWARK BRIDGE ROAD 53-61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/5/3/25253_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2003, has 168 double rooms, 4 suites and 6 floors. The establishment offers guests a hall with elevators, a reception and a bar. The establishment boasts internet at an extra charge, a restaurant with air-conditioning, an indoor car park and a playground. SITUATION: This hotel is situated next to the Thames River. It is located close to London city centre where you can find shops and leisure areas. 2 minutes away from the establishment you have London Bridge Underground Station. ROOM: It has cosy rooms with air-conditioning, a hairdryer, a mini-bar, a safe (available for a fee), a direct line telephone, a radio, satellite or cable TV and internet. FACILITIES: There are many facilities and services available at the establishment, including a sauna, a steam bath and a gym. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3613.78" OriginalAmount="3578.00" MarkupRule="1.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="94" TotalAmount="3615.17" OriginalAmount="3579.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53087" Longitude="-0.12483" StarRating="5" HotelCode="|183837" HotelName="Kaya Great Northern Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kings Cross St Pancras Station</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/3/7/183837_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3615.73" OriginalAmount="3579.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4939995" Longitude="-0.1918" StarRating="4" HotelCode="|22833" HotelName="Park Grand London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33-37 HOGRATH ROAD, KENSINGTON, LONDON SW5 0QQ, ENGLAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/3/3/22833_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: this building and was built in 1900. It has 86 rooms, 3 single rooms, 75 double rooms and 8 suites. In the establishment entrance, guests will find a lobby with a reception, a lift and a safety deposit box service. Guests have access to an Ã  la carte restaurant and a conference room. There are many services available at the establishment, including internet, a laundry service and a car park. SITUATION: It is on a peaceful street, is in London the tourist centre of Where you can find tourist points of interest, 100 metres away, there is the metro station. ROOM: Standard rooms with a hairdryer, They have a direct line telephone, satellite and cable television, internet, fitted carpets and a central heating system. OTHERS: Regarding the food and beverage offering, you can enjoy all meals in a buffet form.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3616.81" OriginalAmount="3581.00" MarkupRule="1.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="83" TotalAmount="3618.83" OriginalAmount="3583" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4587-18113912/4332538321638099181/11551" HotelName="THE TOWER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2500/2479/4e024c71_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3622.26" OriginalAmount="3586.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.5635903" Longitude="-3.5249115" StarRating="4" HotelCode="176490" HotelName="The Wellington Hotel By Blue Orchid" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>71 Vincent Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/76490/176490/51.jpg?f=17743156</HotelPictures>
        <HotelDescription>The Wellington is a luxury 4 star hotel near Victoria Station, London. Nestled in a tranquil Westminster enclave on leafy Vincent Square, The Wellington hotel combines traditional elegance with contemporary style and modern decor. Overlooking its own private gardens and terraces,a classically elegant style, The Wellington hotel features 160 beautifully appointed bedrooms and spacious, deluxe apartments complete with self-catering facilities. Guests can enjoy fully air conditioned rooms with wireless and fixed high speed internet, LCD flat screen televisions, a fully equipped gym and 24-hour room service. The Wellington provides wheelchair access. Explore the hotel’s own private gardens, Italian inspired restaurant and in-house bar, together with meeting and events spaces away from the hustle and bustle of the capital and enjoy discreet, personal and attentive service at The Wellington hotel - an oasis of calm in the heart of central London. Safety and impeccable cleaning standards are always among our top priorities.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3624.87" OriginalAmount="3588.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.540234" Longitude="-0.145709" StarRating="4" HotelCode="|28027" HotelName="Holiday Inn London Camden Lock, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 JAMESTOWN ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/2/7/28027_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning 130 rooms and 5 floors. The establishment has conference facilities, a bar, Terranea the restaurant internet in the rooms. SITUATION: This urban hotel is situated in Camden the city centre of Lock Canal with views of it is in an excellent location, nearby, you will find Camden Town, Euston and King's Cross the metro stations of. ROOM: They have an air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, Diners Club and JCB. OTHERS: Guests have access to a snack bar and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3631.39" OriginalAmount="3595.44" MarkupRule="1.00">
      <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 17/09/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="83" TotalAmount="3632.97" OriginalAmount="3597" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|272513-18123132/4332538321638099181/17371" HotelName="MARLIN APARTMENTS - EMPIRE SQUARE LONDON BRIDGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11290000/11281900/11281808/f67525f7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3637.01" OriginalAmount="3601.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506738896538" Longitude="-0.073898127647453" StarRating="4" HotelCode="18522|the_tower_a_guoman_hotel" HotelName="The Tower Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,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="3641.05" OriginalAmount="3605.00" MarkupRule="1.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="95" TotalAmount="3641.93" OriginalAmount="3605.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506435" Longitude="-0.073804" StarRating="4" HotelCode="13113" HotelName="The Tower Hotel, By Thistle" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>St Katharine's Way,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13113/13113/1.jpg?f=17753586</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a fitness center or take in the view from a terrace. Additional features at this hotel include complimentary wireless internet access, concierge services, and a ballroom.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. This hotel has 18 meeting rooms available for events. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3642.24" OriginalAmount="3606.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.535845" Longitude="-0.190011" StarRating="4" HotelCode="|39517" HotelName="London Marriott  Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLAZA PARADE, MAIDA VALE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/5/1/7/39517_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, inviting hotel, is in a peaceful area and it is well-connected to the city centre. Guests can find a health centre, a gym with air-conditioning, a weights room, a heated swimming pool, a steam bath and a sauna. ROOM: Customers have large rooms, with a bathroom and a desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3646.10" OriginalAmount="3610.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50904267" Longitude="-0.01557323" StarRating="4" HotelCode="551994|lansbury_heritage_hotel" HotelName="Lansbury Heritage Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="3648.12" OriginalAmount="3612.00" MarkupRule="1.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 04/09/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="3651.15" OriginalAmount="3615" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499625825179" Longitude="-0.13154207546313" StarRating="3" HotelCode="795969|406165" HotelName="hub by Premier Inn London Westminster Abbey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="94" TotalAmount="3652.96" OriginalAmount="3616.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509964" Longitude="-0.131149" StarRating="4" HotelCode="|17998" HotelName="Thistle London Trafalgar Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Whitcomb Street Trafalgar Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/9/8/17998_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 3 floors, 116 rooms, 104 double rooms and 12Â junior suites. In the entrance, guests are offered a hall with an elevator, a reception with safety deposit boxes and a currency exchange service. Regarding the food and beverage offering, the establishment has a bar and an Ã  la carte restaurant with air-conditioning, The establishment offers guests internet, room service and a laundry service. SITUATION: This attractive hotel is in the city centre, is on a peaceful street, Close to, Trafalgar Square and Leicester Square it is located between nearby, you will find shops, leisure areas, is situated in front of a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a mini-bar, fitted carpets, central heating and a safe (available for a fee). OTHERS: Regarding the food and beverage offering, clients have a breakfast service, a buffet breakfast, an Ã  la carte dinner, a set-menu or Ã  la carte lunch, dietary restrictions can be accomodated for and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3657.27" OriginalAmount="3621.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50068" Longitude="-0.11652" StarRating="4" HotelCode="|68156" HotelName="Park Plaza Westminster Bridge London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Westminster Bridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/1/5/6/68156_16167490958.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was opened in 2010, it offers 1.021 contemporary style rooms, meeting areas, a dance hall and room service. ROOM: Clients are offered 422 superior rooms, 545 studios, 54 suites and penthouses. All the accommodation options have a flat-screen television, a work desk and a coffee maker. RESTAURANT: Clients can enjoy a restaurant, a sushi bar, a lounge bar with a wine list and cocktails. Clients also have at their disposal a coffee shop. SITUATION: This establishment, South Bank it is close to In front of, and, 5 minutes walk away, you can find Westminster the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3658.13" OriginalAmount="3621.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50985" Longitude="-0.12221" StarRating="0" HotelCode="|445147" HotelName="Wilde Aparthotels by Staycity Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Adam Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/4/7/445147_be0f67c1342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3659.18" OriginalAmount="3622.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494901" Longitude="-0.1954383" StarRating="4" HotelCode="|32078" HotelName="Ember Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cromwell Road 202-220</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/7/8/32078_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 121 rooms, 8 suites and 9 floors. In the establishment entrance, guests will find a hall with a reception, a safety deposit box service and 2 lifts. Some of the facilities that the establishment offers to guests include a bar, a restaurant, conference facilities and a car park (for a fee). There are many services available at the establishment, including room service and a laundry service. SITUATION: This establishment is near Earls Court Station. It has excellent transport links to London Heathrow and Gatwick airports. In the surrounding area you can also find Knightsbridge, Sloane Square, King's Road and Kensington High Street. ROOM: It has contemporary style rooms. Guests also have at their disposal suites with a living room and bedrooms. It also offers 1 executive suites. You are offered non-smoking rooms and disabled access rooms. All the accommodation options have internet, a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a coffee maker, a kettle, an iron, a double bed, a safe, an air-conditioning system and individual heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3661.78" OriginalAmount="3625.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5094986" Longitude="-0.0766" StarRating="4" HotelCode="|25258" HotelName="Novotel London Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PEPYS STREET, TOWER HILL 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/5/8/25258_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2000. It has 7 floors, 174 double rooms, 25 single rooms and 7 suites. It has a lobby, a reception, lifts and a currency exchange service. The establishment boasts a bar and an air-conditioned restaurant with highchairs. The establishment offers guests internet at an extra charge, a conference room, a playground, room service and a laundry service. SITUATION: This hotel is close to London city centre where you can find shops and leisure areas. In the surrounding area, clients have the business area and tourist points of interest. It is 1 kilometre from the restaurants, bars and shops. 200 metres away, guests can find Tower Hill Underground Station. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, satellite or cable TV, a radio, internet and a safe (available for a fee). FACILITIES: The establishment boasts a sauna and a steam bath. Clients can use a gym. OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3670.34" OriginalAmount="3634" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.055915" Longitude="98.917721" StarRating="4" HotelCode="0|4424-28579523/4332538321638099181/2492" HotelName="STAMFORD BRIDGE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>16 Chamai Anusorn Rd. Krabi 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65900/65802/4f0b23e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3673.37" OriginalAmount="3637.00" MarkupRule="1.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="Free CXL until 17/09/2026" 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="83" TotalAmount="3680.44" OriginalAmount="3644" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|650801-28516784/4332538321638099181/4298" HotelName="THE BEVERLEY HOTEL LONDON - VICTORIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16320000/16312700/16312682/4be5dbba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3684.97" OriginalAmount="3648.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51707" Longitude="-0.07717" StarRating="0" HotelCode="|237892" HotelName="Wilde Aparthotels London Liverpool Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Middlesex Street Aldgate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/8/9/2/237892_019cb7d1721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3685.48" OriginalAmount="3648.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51037" Longitude="-0.075167" StarRating="5" HotelCode="3844353" HotelName="Tower Suites By Blue Orchid" Meals="SUPERIOR STUDIO" BedType="SUPERIOR STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>100 Minories,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/44353/3844353/3.jpg?f=17719365</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. This hotel also features complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Planning an event in London? This hotel has 9991 square feet (928 square meters) of space consisting of conference space and meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3689.53" OriginalAmount="3653.00" MarkupRule="1.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="83" TotalAmount="3691.55" OriginalAmount="3655" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|268626-18113802/4332538321638099181/14082" HotelName="THE BAILEY'S" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523300/523223/81414717_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3691.55" OriginalAmount="3655.00" MarkupRule="1.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="94" TotalAmount="3692.44" OriginalAmount="3655.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.475649" Longitude="-0.182094" StarRating="5" HotelCode="|17980" HotelName="The Chelsea Harbour and Spa" Meals="ROOM ONLY" 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="83" TotalAmount="3696.60" OriginalAmount="3660" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25253-18149215/4332538321638099181/12514" HotelName="CROWNE PLAZA LONDON - DOCKLANDS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/919900/919845/f86c0549_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3697.61" OriginalAmount="3661" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|208909-18153868/4332538321638099181/12530" HotelName="CALIFORNIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/901000/900985/b3f0af2a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3702.66" OriginalAmount="3666" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4592-18155058/4332538321638099181/16781" HotelName="LONDON BLOOMSBURY SQUARE HOTEL BY IHG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527800/527793/81c6c76e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3703.67" OriginalAmount="3667.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5147958" Longitude="-0.1736362" StarRating="3" HotelCode="114369|westpoint_hotel_2" HotelName="Westpoint Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>170 Sussex Gardens, London, Greater London W2 1TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/10/d110da6b6cc1f50447b606b2f9d75e724825e462.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3704.68" OriginalAmount="3668.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494032723243" Longitude="-0.18251091241837" StarRating="4" HotelCode="14857|millennium_baileys_hotel_london_kensington" HotelName="The Bailey's Hotel London" Meals="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="63" TotalAmount="3707.71" OriginalAmount="3671.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514751295505" Longitude="-0.10923928053558" StarRating="4" HotelCode="376518|saco_fleet_street__crane_court" HotelName="SACO Fleet Street - Crane Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Crane Court, London EC4A 2EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/82/9e82145113540a5d77f5842f76b1e166166cafcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3708.07" OriginalAmount="3671.36" MarkupRule="1.00">
      <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 27/08/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="94" TotalAmount="3708.70" OriginalAmount="3671.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4510784" Longitude="-0.3325782" StarRating="4" HotelCode="|67161" HotelName=" Radisson RED London Twickenham" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WHITTON ROAD 198</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/6/1/67161_6fcfa1d1055.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, business hotel, was built in 2009 and has 156 rooms, The establishment has a restaurant and a bar. Our guests can find air-conditioning, conference facilities, a hall with a reception, a reception, a safety deposit box service and a lift. The establishment also offers a cafÃ©, room service and a car park. At an extra cost you can use internet and a laundry service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3709.46" OriginalAmount="3672.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51477" Longitude="-0.10921" StarRating="4" HotelCode="|191813" HotelName="Crane Court By City2stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Crane Court</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/8/1/3/191813_9d520ba0817.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3709.73" OriginalAmount="3673" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|193521-28514649/4332538321638099181/1814" HotelName="MABLEDON COURT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121420000/121419300/121419207/ca9cabaf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3712.56" OriginalAmount="3675.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5266729" Longitude="-0.1296728" StarRating="4" HotelCode="|53584" HotelName="The Memoir Club  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Upper Woburn Place,12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/8/4/53584_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ambassadors Bloomsbury is rated four stars and was built in 1920. The establishment boasts a restaurant, lifts, a concierge, a safety deposit box service, room service and business facilities. SITUATION: It is situated in the city centre of London. ROOM: The establishment has 100 rooms. They are equipped with a hairdryer, an air-conditioning system, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3712.85" OriginalAmount="3676.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492101" Longitude="0.008184" StarRating="4" HotelCode="|394315" HotelName="Radisson Red London Greenwich The O2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>228 Tunnel Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/3/1/5/394315_8572b6b1221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3715.79" OriginalAmount="3679.00" MarkupRule="1.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="94" TotalAmount="3717.81" OriginalAmount="3681.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514109" Longitude="-0.070819" StarRating="4" HotelCode="|444836" HotelName="Leman Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Leman Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/3/6/444836_3f8ab9b1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3718.82" OriginalAmount="3682.00" MarkupRule="1.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="94" TotalAmount="3725.40" OriginalAmount="3688.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493482" Longitude="-0.205764" StarRating="3" HotelCode="|40282" HotelName="Four Points Flex by Sheraton London Kensington Olympia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Matherson Road 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/8/2/40282_38cca271120.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a lift and internet (for a fee). SITUATION: This urban hotel is near Kensington, is situated in the centre of London, close to Harrods. Near the establishment, you will find the Olimpia and Earls Court exhibition centre. It is situated close to restaurants, bars, pubs, nightlife and public transport services. The establishment is 17 kilometres away from London Heathrow Airport. It is just 48 kilometres away from Gatwick Airport, 70 kilometres away from Airport Stansted and 74 kilometres away from Airport Luton. ROOM: The modern and elegant rooms have a bathroom, a toiletry kit (free of charge), a hairdryer, a television, an iron and a central heating system. OBSERVATIONS: Customers have wifi and offers hot drinks. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3726.13" OriginalAmount="3689.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5094645" Longitude="-0.0833718" StarRating="3" HotelCode="|386052" HotelName="Premier Inn London Bank - Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 St Mary At Hill, City Of London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/0/5/2/386052_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3729.75" OriginalAmount="3692.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501339" Longitude="-0.111975" StarRating="3" HotelCode="|445267" HotelName="Ruby Lucy Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Lower Marsh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/6/7/445267_f49c34f0832.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3730.94" OriginalAmount="3694.00" MarkupRule="1.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="94" TotalAmount="3732.18" OriginalAmount="3695.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508211" Longitude="0.047294" StarRating="3" HotelCode="|169893" HotelName="Holiday Inn Express Londres - ExCeL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1018 Dockside Road London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/9/3/169893_cdd964f0925.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a stylish hall and a living room. SITUATION: This establishment, is in los Docklands the heart of Londres is situated in It has excellent transport links to the shopping area, the nightlife and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3732.96" OriginalAmount="3696" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|163498-12635225/4332538321638099181/26659" HotelName="WELLINGTON BY BLUE ORCHID" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1440000/1437000/1436969/60a2398b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3733.97" OriginalAmount="3697" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.096084" Longitude="-115.173015" StarRating="4" HotelCode="0|4525-21406784/4332538321638099181/8440" HotelName="DOUBLETREE BY HILTON LONDON MARBLE ARCH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 3900 Las Vegas Blvd South, LAS VEGAS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/461600/461507/d986be13_b.jpg</HotelPictures>
        <HotelDescription>This hotel and casino complex situated between Mandalay Bay and Excalibur. McCarran International Airport is less than 3 kilometres away. Known for its iconic pyramid shape, the hotel is located on the Las Vegas Strip and offers live entertainment and a casino. There's also a full-service spa and 4 large seasonal pools. The hotel has several restaurants to choose from with a variety of food types. Rooms are renovated and include multiple power and recharging outlets, bathroom with tub and shower, and a multi-function item that serves as a wardrobe, closet, desk, and media center, plus a variety of appliances and comfortable beds that ensure guests' rest .&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3735.99" OriginalAmount="3699" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185873-18114937/4332538321638099181/17325" HotelName="MERCURE LONDON BANKSIDE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/490000/483200/483179/dde9ceed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3741.04" OriginalAmount="3704.00" MarkupRule="1.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="3741.04" OriginalAmount="3704.00" MarkupRule="1.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="94" TotalAmount="3742.74" OriginalAmount="3705.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506524" Longitude="-0.005032" StarRating="4" HotelCode="|38867" HotelName="Radisson Blu Hotel, London Canary Wharf East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FAIRMONT AVENUE 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/6/7/38867_1b802f01015.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary style hotel, was built in 2007, has 169 standard rooms, a business centre, conference facilities, WiFi (free of charge), the East River Spa, Azura Restaurant, a cocktail bar, a private terrace with beautiful views. The establishment also has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. At an additional cost you can enjoy room service and a laundry service. SITUATION: This establishment is in the business area. It is situated near Canary Wharf, Central London and the City nearby, you will find the ExCeL exhibition centre. It is situated close to O2 Stadium. Near the establishment, guests will find London City Airport is 34 kilometres from London Heathrow Airport. ROOM: The spacious rooms have a work space, a television, pay channels, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a radio, internet, a mini-bar, a coffee maker, a kettle, an iron, a safety deposit box, a double bed, an individual air-conditioning system and individual heating. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard, Switch and Visa. OTHERS: Guests have access to Azura Restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3745.08" OriginalAmount="3708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|875411-28555472/4332538321638099181/2511" HotelName="VILENZA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29780000/29774400/29774370/0a3bae67_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3747.10" OriginalAmount="3710.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.55014165" Longitude="-0.07505637" StarRating="3" HotelCode="986332|kingsland_road_shoreditch" HotelName="Kingsland Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>130 Kingsland High Street, Dalston, London E8 2LQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e6/92e657ec07bc14e82b3d3a69590449db3094a156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3749.12" OriginalAmount="3712.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.531077042918" Longitude="-0.12459899649002" StarRating="5" HotelCode="13079|great_northern_hotel_2" HotelName="Great Northern Hotel A Tribute Portfolio Hotel, London" Meals="ROOM ONLY" 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="83" TotalAmount="3759.22" OriginalAmount="3722" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|391223-28539030/4332538321638099181/2247" HotelName="ATHENA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/901000/900931/63d4b7f7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3759.22" OriginalAmount="3722.00" MarkupRule="1.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="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8 Kensington Gardens Square, London W2 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/d4/54d437598cfd65542d8b862700cc0cc3c20c6ff5.JPEG</HotelPictures>
        <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="83" TotalAmount="3762.25" OriginalAmount="3725" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1270756-28555495/4332538321638099181/908" HotelName="APTEL EAST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57930000/57927300/57927215/w4200h2799x0y4-7199b7f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3770.33" OriginalAmount="3733.00" MarkupRule="1.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="3776.39" OriginalAmount="3739.00" MarkupRule="1.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="83" TotalAmount="3778.41" OriginalAmount="3741" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.9205697" Longitude="-84.0871024" StarRating="3" HotelCode="0|257029-21407276/4332538321638099181/9215" HotelName="HAMPTON BY HILTON LONDON WATERLOO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>9128 Executive Park Dr., Knoxville, TN, 37923, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7120000/7110800/7110782/5e79bbff_b.jpg</HotelPictures>
        <HotelDescription>Welcome to the Hampton Inn Knoxville West at Cedar Bluff! Our hotel is conveniently located in West Knoxville, Tennessee on interstates I-40 and I-75. Knoxville is situated in the rolling foothills of the Smoky Mountains of East Tennessee.  In this area you will find miles of lakes and rivers, four distinct seasons, culture &amp;amp; history, limitless outdoor recreation, and three national parks.   At Hampton Inn Knoxville West hotel our courteous staff believes in the utmost hospitality, providing our hotel guests with the friendliest service and cleanest rooms available.    Our Knoxville hotel features 175 guest rooms and suites, meeting facilities, outdoor pool, onsite fitness facility, executive center, game room, valet dry cleaning service, and room service from area restaurants.  Enjoy the New Hampton Inn bed experience with our Cloud Nine Bedding. You take pleasure in this and more all backed by our 100 % Satisfaction Guarantee!   Enjoy our complimentary ''On the House'' hot breakfast served daily from 6:00am - 10:00am.    Hotel amenities include high speed internet access, in-room coffee makers, newspaper, irons and ironing boards, free local calls, voice mail, data port, and TV with cable. We also offer connecting rooms roll-a-way beds and cribs.    ''Friendly service, clean rooms, comfortable surroundings, every time. If you're not satisfied we don't expect you to pay. That's our commitment and your guarantee. That's 100% Hampton. ''&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3779.00" OriginalAmount="3741.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5058435" Longitude="-0.095315" StarRating="3" HotelCode="|167152" HotelName="Ibis Styles London Southwark – Near Borough Market" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47 Southwark Bridge Road, London Bridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/1/5/2/167152_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge) and a bar a restaurant. SITUATION: This hotel South Bank it is in the Thames it is 200 metres away from Tate Modern the art gallery Close to, is situated 1,6 kilometres away from El London Eye and la Torre de Londres the bridge, 800 metres away, guests will find London Bridge the underground station of It has excellent transport links to the city. ROOM: The establishment has rooms with air-conditioned, a bathroom, a safety deposit box, electric shutters and a satellite television. It also has large suites with a living room and a fully-equipped kitchen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3782.45" OriginalAmount="3745.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.542051" Longitude="-0.170353" StarRating="4" HotelCode="29186|london_marriott_hotel_regents_park" HotelName="Marriott Regents Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,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="94" TotalAmount="3783.24" OriginalAmount="3745.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5149076" Longitude="-0.108687" StarRating="0" HotelCode="|191737" HotelName="Red Lion Court By City2stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Red Lion Court</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/7/3/7/191737_64171091448.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3791.54" OriginalAmount="3754" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|4419-28508894/4332538321638099181/1486" HotelName="BYRON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18100/18040/d50460bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3793.56" OriginalAmount="3756.00" MarkupRule="1.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="94" TotalAmount="3796.52" OriginalAmount="3758.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5155454" Longitude="-0.1758882" StarRating="4" HotelCode="|20024" HotelName="Hilton London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 Praed Street, Paddington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/2/4/20024_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1854 364 rooms and 6 floors. It has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. Our guests can find a hairdresser's, a bar, an Ã  la carte restaurant with air-conditioning and a conference room. The establishment offers guests internet, room service and a laundry service. SITUATION: This establishment, is in the city centre, direct access to London Heathrow Airport Hyde Park 500 metres away, guests can find Oxford Street it is 1 kilometre away from it is situated 1,5 kilometres away from shops, bars and restaurants. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a coffee maker, a kettle, an ironing set, central heating, a safe, an air-conditioning system and fitted carpets. FACILITIES: Clients can use a sauna and a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy buffet breakfast and lunch and an Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3800.63" OriginalAmount="3763.00" MarkupRule="1.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="3806.69" OriginalAmount="3769.00" MarkupRule="1.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="94" TotalAmount="3807.00" OriginalAmount="3769.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521942" Longitude="-0.124252" StarRating="3" HotelCode="|18033" HotelName="Imperial" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61-66 RUSSELL SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/3/18033_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the centre of Bloomsbury. In the surrounding area, you can find tourist areas and cultural spots. You will be able to visit the British Museum, Covent Garden and the West End. Just a few minutes walk away, you will find the Euston and St Pancras metro stations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3815.78" OriginalAmount="3778" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|20347-24442008/4332538321638099181/8419" HotelName="HAMPTON BY HILTON LONDON CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/201200/201127/5638d32d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3817.64" OriginalAmount="3779.84" MarkupRule="1.00">
      <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 12/09/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="94" TotalAmount="3818.52" OriginalAmount="3780.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526595" Longitude="-0.11391" StarRating="4" HotelCode="|20365" HotelName="CROWNE PLAZA - LONDON KINGS CROSS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KINGS CROSS ROAD 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/6/5/20365_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1992, renovated in 2002, has 8 floors, 405 rooms and facilities for people with disabilities. In the entrance, you can find a lobby with elevators, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a kiosk, shops, a hairdresser's, a bar, a restaurant with air-conditioning, with highchairs, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. At an extra cost you can use the car park. SITUATION: This charming, urban hotel is near the city centre, close to the establishment, clients can find public transport services, restaurants, bars and shops. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a kettle, a coffee maker, a safety deposit box (available for a fee), a double bed, individual heating, individual air-conditioning and central heating. FACILITIES: Guests can enjoy a covered swimming pool and a jacuzzi. By paying an additional cost, you can use a sauna and a gym. OTHERS: Regarding the food and beverage provision, the establishment offers a continental or buffet breakfast and an Ã  la carte or set-menu lunch and dinner. dietary restrictions can be accomodated for. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3818.81" OriginalAmount="3781" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|210721-28569680/4332538321638099181/4299" HotelName="SYDNEY HOUSE CHELSEA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20200/20124/2c0ad3b5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3818.81" OriginalAmount="3781.00" MarkupRule="1.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="83" TotalAmount="3819.82" OriginalAmount="3782" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4430-32388157/4332538321638099181/12239" HotelName="CHELSEA HARBOUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/16500/16413/a55eec4e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3820.70" OriginalAmount="3782.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5111118" Longitude="-0.129839" StarRating="4" HotelCode="|217569" HotelName="Victory House London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Leicester Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/5/6/9/217569_79a85341157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3823.78" OriginalAmount="3785.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52087" Longitude="-0.09091" StarRating="5" HotelCode="|183880" HotelName="Montcalm Brewery Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42-46 Chiswell Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/8/0/183880_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3826.89" OriginalAmount="3789.00" MarkupRule="1.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="83" TotalAmount="3829.92" OriginalAmount="3792" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4572-18113916/4332538321638099181/12163" HotelName="THE MARBLE ARCH HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/8800/8704/90d4972b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3832.95" OriginalAmount="3795" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|498047-32593184/4332538321638099181/6243" HotelName="THE Z HOTEL CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103090000/103089600/103089591/fbe68c96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3832.95" OriginalAmount="3795.00" MarkupRule="1.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="3836.99" OriginalAmount="3799.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521646716363" Longitude="-0.12402266263962" StarRating="3" HotelCode="258309|imperial_2" HotelName="The Imperial 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>61-66 Russell Square, London WC1B 5BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/ab/83abb9d2f9649180ab869208482546eaeec1f5be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel with a view of Russell Square is located in the heart of Bloomsbury, only minutes away fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3848.08" OriginalAmount="3809.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510828" Longitude="-0.09684" StarRating="4" HotelCode="|444645" HotelName="Locke At Broken Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Broken Quay House, 2 Broken Wharf</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/4/5/444645_680239e1024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3850.12" OriginalAmount="3812" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4486-32938354/4332538321638099181/26956" HotelName="THE IMPERIAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2300000/2291400/2291400/cb98d2c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3863.32" OriginalAmount="3825.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5212011" Longitude="-0.1559275" StarRating="4" HotelCode="|166860" HotelName="Blandford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Chiltern St, Baker Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/8/6/0/166860_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a living room, a reception and excellent service. SITUATION: This hotel is in Londres the centre of it is in front of Baker Street the underground station of In the surrounding area, you can find and. Oxford Street and Bond Street it is situated 5 minutes walk away from. ROOM: The rooms have WiFi, a satellite television, an air-conditioning system, comfortable beds and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3864.26" OriginalAmount="3826" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4557-18114944/4332538321638099181/14534" HotelName="PULLMAN LONDON ST PANCRAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/535700/535667/66658d93_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3866.28" OriginalAmount="3828.00" MarkupRule="1.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="3868.30" OriginalAmount="3830.00" MarkupRule="1.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="94" TotalAmount="3891.58" OriginalAmount="3853.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511407" Longitude="-0.186158" StarRating="3" HotelCode="|78261" HotelName="MSK Elite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>INVERNESS TERRACE 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/2/6/1/78261_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Hyde Park it is 150 metres away from is situated in Londres the city centre of 2 minutes away from the establishment, you can find Queensway the underground station of is situated in Bayswater the district of 5 minutes away from Whiteley the shopping centre 20 minutes away from the establishment clients have the shopping area and the museums, 5 minutes walk away, you can find bars, cafÃ©s. ROOM: Each apartment has a television, a dining area, a bathroom and a washing machine. The establishment has studios with a living room, a living room, a kitchen, a microwave, a fridge and kitchen utensils.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3895.57" OriginalAmount="3857" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|163833-32593479/4332538321638099181/5063" HotelName="GRAND ROYALE HYDE PARK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1410000/1402900/1402870/8d4aa8fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3897.32" OriginalAmount="3858.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4754" Longitude="-0.18219" StarRating="5" HotelCode="626199" HotelName="The Chelsea Harbour Hotel And Spa" Meals="SUITE" BedType="SUITE">
        <Address>
          <AddressLines>
            <AddressLine>Chelsea Harbour,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/26199/626199/53.jpg?f=17672526</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages and facials. You're sure to appreciate the recreational amenities, including an indoor pool, a sauna, and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a hair salon.. Featured amenities include a business center, limo/town car service, and express check-out. Planning an event in London? This hotel has 6071 square feet (564 square meters) of space consisting of a conference center and 11 meeting rooms. Limited parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3903.65" OriginalAmount="3865" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51046977328" Longitude="-0.19061309325411" StarRating="4" HotelCode="258819|342" HotelName="DoubleTree by Hilton Hotel London - Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/09/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="83" TotalAmount="3904.66" OriginalAmount="3866" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12741-21406767/4332538321638099181/9170" HotelName="DOUBLETREE BY HILTON LONDON - HYDE PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34400/34340/f0e5fb0e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3904.66" OriginalAmount="3866.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52175" Longitude="-0.142616" StarRating="4" HotelCode="18324|grange_fitzrovia" 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="63" TotalAmount="3909.71" OriginalAmount="3871.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|the_royal_trafalgar_2" HotelName="Thistle Trafalgar Square" Meals="ROOM ONLY" 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="3918.80" OriginalAmount="3880" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51697997" Longitude="-0.0767977" StarRating="4" HotelCode="433679|411697" HotelName="Park Lane City Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="27" TotalAmount="3919.81" OriginalAmount="3881" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498971" Longitude="-0.13266925" StarRating="2" HotelCode="637457|227100" HotelName="hub by Premier Inn London Westminster, St James's Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="27" TotalAmount="3920.82" OriginalAmount="3882" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50976523" Longitude="-0.12224967" StarRating="3" HotelCode="632695|399611" HotelName="Wilde Aparthotels by Staycity The Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Adam Street, London WC2R 0DE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/66/7a66f6fd42e51c75c91f5636c6ae392230d085b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3926.31" OriginalAmount="3887.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5139999" Longitude="-0.1804" StarRating="4" HotelCode="|20389" HotelName="The Caesar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUEENS GARDENS 26-33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/9/20389_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Victorian style hotel, has a restaurant and a bar. It has 140 inviting rooms. SITUATION: This hotel is in the residential area of Queensgarden. Near the establishment, you will find tourist areas where you can find Hyde Park, Marble Arch, Bond Street, Oxford Street and Regent Street. 800 metres away, clients have shops, nightclubs and a public transport stop. Just 400 metres away, clients will find the metro station. 500 metres away, guests will find bars and restaurants. ROOM: It has comfortable rooms. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and a set-menu dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3932.94" OriginalAmount="3894.00" MarkupRule="1.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="12" TotalAmount="3940.01" OriginalAmount="3901.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510936" Longitude="-0.186224" StarRating="3" HotelCode="258581|64196615" HotelName="Jones" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inverness Terrace, Bayswater, London W2 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/15/9d15c632823c4d70842dd123d750339629b3ab39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3950.11" OriginalAmount="3911" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|223775-28525454/4332538321638099181/85" HotelName="KADIMAH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1780000/1779800/1779800/47d11637_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3956.08" OriginalAmount="3916.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4944699" Longitude="-0.1863102" StarRating="4" HotelCode="|41106" HotelName="Ashburn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CROMWELL ROAD 111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/0/6/41106_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 38 standard rooms, a bar, a breakfast room and internet (free of charge). ROOM: The rooms have a goodnight service, bathrobes and slippers.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3963.24" OriginalAmount="3924" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491137" Longitude="-0.144963" StarRating="5" HotelCode="114527|199390" HotelName="Eccleston Square London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Eccleston Square, London SW1V 1PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/55/16559c18f27d2d35bac831791be69c077e20c19f.jpeg</HotelPictures>
        <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="94" TotalAmount="3969.12" OriginalAmount="3929.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52309" Longitude="-0.125745" StarRating="4" HotelCode="|444506" HotelName="The Morton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="3972.33" OriginalAmount="3933.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493188" Longitude="-0.182142" StarRating="4" HotelCode="296643|the_harrington" 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="95" TotalAmount="3977.26" OriginalAmount="3937.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509796" Longitude="-0.078817" StarRating="4" HotelCode="3982827" HotelName="Tower Residences by Blue Orchid" Meals="STUDIO - CITY VIEW" BedType="STUDIO - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Byward Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/82827/3982827/1.jpg?f=17599078</HotelPictures>
        <HotelDescription>Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3977.38" OriginalAmount="3938" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|200795" HotelName="The Marble Arch London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Great Cumberland Place, London W1H 7TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/72/9d72c29bf36191d10cbada0906ddd58a40b45d4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3982.71" OriginalAmount="3943.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51223790495" Longitude="-0.034141046951731" StarRating="2" HotelCode="377905|690950" HotelName="Via Limehouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/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="83" TotalAmount="3984.45" OriginalAmount="3945" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.716108" Longitude="-83.506544" StarRating="2" HotelCode="0|186638-28487528/4332538321638099181/670" HotelName="ST SIMEON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>335 East Parkway, Gatlinburg, 37738, Sevier County, TN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381400/1381395/8d56651e_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms: 70. Floors: 6. Property description- Dream better at the Sleep Inn and Suites in Gatlinburg, TN near Gatlinburg Convention Center and Great Smoky Mountains National Park. Nearby destinations include Ober Gatlinburg Ski Area and Amusement Park, Dollywood Theme Park, Titanic Museum, Rocky Top Sports World and Gatlinburg Space Needle. Enjoy amenities include free breakfast, free WiFi, guest laundry facilities, a 100-guest meeting room, access to copy and fax services and an indoor heated pool with lazy river and hot tub. Guest rooms include a flat-screen TV, coffee maker, hair dryer, iron and ironing board. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.Hotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800753-3746. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3985.46" OriginalAmount="3946.00" MarkupRule="1.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="63" TotalAmount="3992.53" OriginalAmount="3953.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|royal_garden_hotel_2" HotelName="Royal Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,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="3996.57" OriginalAmount="3957.00" MarkupRule="1.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="83" TotalAmount="3999.60" OriginalAmount="3960" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1407530-28587495/4332538321638099181/138" HotelName="55 BY LE MIRAGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83780000/83771200/83771127/6ca4ee19_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4008.69" OriginalAmount="3969" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.744204" Longitude="-104.983377" StarRating="4" HotelCode="0|10572-28586826/4332538321638099181/3759" HotelName="CITADINES TRAFALGAR SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 1776 Grant Street,  DENVER, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/450000/447100/447050/7aaa5439_b.jpg</HotelPictures>
        <HotelDescription>This award-winning property boasts a prime situation in Denver city centre, providing easy access to some of the most important tourist attractions in the area such as Colorado State Capitol. Guests staying at this enchanting hotel will have the chance to stroll to the 16th Street Mall, or explore the magnificent Denver Botanic Gardens. Luminous and airy, all the accommodation units are tastefully decorated and have been designed with guests' comfort in mind. Visitors will appreciate the roof-top swimming pool featuring panoramic views and offering the ideal choice to enjoy a cool dip. The onsite restaurant serves a modern Coloradan cuisine with hearty local flavours. Those travelling on business will find fully-equipped meeting facilities to guarantee the successful of any event.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4009.99" OriginalAmount="3970.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515156" Longitude="-0.159986" StarRating="5" HotelCode="|72482" HotelName="Park Grand Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Great Cumberland Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/8/2/72482_1_7799.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is close toBond Street the shopping area of Hyde Park and Oxford Street it is close to. ROOM: The rooms a bathroom, a shower, flat-screen satellite television, internet, a direct line telephone, an answering machine and international channels. FACILITIES: The establishment has a spa and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4023.84" OriginalAmount="3984" MarkupRule="1.00">
      <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="83" TotalAmount="4025.86" OriginalAmount="3986" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|174610-21406312/4332538321638099181/9693" HotelName="DOUBLETREE BY HILTON LONDON -TOWER OF LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3980000/3978000/3977996/ae05fde5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4028.58" OriginalAmount="3988.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513214" Longitude="-0.101216" StarRating="4" HotelCode="|537667" HotelName="master St. Paul\'s" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Creed Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/6/6/7/537667_6caad3f0916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4033.16" OriginalAmount="3993.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514421" Longitude="-0.118752" StarRating="4" HotelCode="|444401" HotelName="The Lincoln Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Kingsway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/0/1/444401_b0680090900.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4035.18" OriginalAmount="3995.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4942017" Longitude="-0.1408" StarRating="4" HotelCode="|18086" HotelName="Park Plaza Victoria London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vauxhall Bridge Road 239</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/8/6/18086_3ca8ff60828.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2001, has 9 floors, 299 rooms, 273 double rooms, 6 suites and 20 apartments. In the establishment entrance, guests will find a lobby with elevators, sofas, a reception, a currency exchange service, a safety deposit box service and a cloakroom. The establishment has a bar, a restaurant with air-conditioning and conference rooms. The establishment offers guests internet, room service, a laundry service and a car park. SITUATION: This modern hotel is close to Victoria Station. It is a few minutes walk away from the city centre where clients can find shops, restaurants and bars. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a television, internet, a mini-bar and a fridge. They also have tiled floors, fitted carpets, an air-conditioning system, a central heating system and a safe. FACILITIES: The establishment has a sauna, a Turkish bath, a solarium and a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4037.17" OriginalAmount="3997.20" MarkupRule="1.00">
      <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 16/09/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="63" TotalAmount="4038.99" OriginalAmount="3999.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494797" Longitude="-0.177825" StarRating="4" 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="4054.14" OriginalAmount="4014.00" MarkupRule="1.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 16/09/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="94" TotalAmount="4069.24" OriginalAmount="4028.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4948006" Longitude="-0.1775" StarRating="5" HotelCode="|27210" HotelName="The Exhibitionist" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Queensberry Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/1/0/27210_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1900 and renovated in 2001. It has 7 floors, 36 rooms and 2 suites. In the establishment entrance, guests will find a lobby, lifts, a reception, a safety deposit box service, sofas and a fireplace. It has air-conditioning, a bar and a breakfast room. The establishment offers guests a conference room, WiFi and room service. SITUATION: This welcoming hotel is situated 2,5 kilometres away from Earls Court and Olympia the exhibition centres is situated in London the shopping area of the Victoria and Albert, the Natural History Museum, Harrods and Knightsbridge it is near 300 metres away, guests have South Kensington the underground station of Hyde Park 1 kilometre away, you can find it is situated 3 kilometres away from Victoria the Station of it is situated 4 kilometres away from London City Airport the establishment is 23 kilometres away from London Heathrow Airport it is 48 kilometres away from Gatwick Airport 56 kilometres away, you can find Luton Airport it is situated 64 kilometres away from Stansted Airport. ROOM: The comfortable rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, internet (available for a fee), a radio and satellite or cable TV. They also have a courtesy tea and coffee service, a double bed, fitted carpets, a safety deposit box, a desk, a chair, individual air-conditioning and a central heating system. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, JCB and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4069.25" OriginalAmount="4028.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519869" Longitude="-0.108473" StarRating="4" HotelCode="|537232" HotelName="Hatton Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Hatton Garden</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/2/3/2/537232_ab3bdf90903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4071.31" OriginalAmount="4031.00" MarkupRule="1.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="83" TotalAmount="4072.32" OriginalAmount="4032" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4467-21403661/4332538321638099181/9777" HotelName="HILTON LONDON METROPOLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26200/26134/c1a6abc5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4075.35" OriginalAmount="4035.00" MarkupRule="1.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="83" TotalAmount="4080.40" OriginalAmount="4040" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1348104-32596412/4332538321638099181/6215" HotelName="THE Z HOTEL TRAFALGAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102120000/102113500/102113418/09b27d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4081.28" OriginalAmount="4040.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506699" Longitude="-0.073612" StarRating="4" HotelCode="|17992" HotelName=" The Tower, by Thistle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>St Katharine's Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/9/2/17992_1_1620.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This urban hotel is in the leisure area, Where guests can enjoy and. In the surrounding area you can enjoy shops, restaurants and bars. nearby, there is a metro station. HOTEL: This modern hotel is ideal for holidays or business trips. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4083.43" OriginalAmount="4043.00" MarkupRule="1.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="94" TotalAmount="4088.77" OriginalAmount="4048.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4952981" Longitude="-0.1821365" StarRating="4" HotelCode="|17961" HotelName="Radisson Blu , London South Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CROMWELL ROAD 68-86</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/1/17961_8735a5a1031.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in 1900. SITUATION: This establishment, Kensington it is in It has excellent transport links to Gloucester Road the train station Trevi Fountain it is situated 5 minutes away from In the surrounding area, you can find restaurants, bars and pubs.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4089.81" OriginalAmount="4049.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510988" Longitude="-0.08918" StarRating="0" HotelCode="|167859" HotelName="master Cannon London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Suffolk Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/8/5/9/167859_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has wooden furniture, a TV and bathroom. SITUATION: This establishment is in the centre of Londres. It is located 350 metres away from the metro station of Bank. 5 minutes walk away, you can find the metro station of Monument. It is located 800 metres away from Bridge Londres. 12 minutes walk away, you can find El Shard</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4092.52" OriginalAmount="4052" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|4149" HotelName="Thistle Holborn The Kingsley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-37 Bloomsbury Way, London WC1A 2SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/7c/4f7c74c760746333769e2fd354b88062acae4d19.JPEG</HotelPictures>
        <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="4098.58" OriginalAmount="4058.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526139230595" Longitude="-0.12629181146622" StarRating="3" HotelCode="189769|george_hotel_14" HotelName="George Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58-60 Cartwright Gardens, London WC1H 9EL, Bloomsbury</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/71/c871518cb718ea40e89ca78375b223c757ee7ecc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4098.86" OriginalAmount="4058.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526498011838" Longitude="-0.13015016913414" StarRating="4" HotelCode="12322|6639" HotelName="Hilton Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="83" TotalAmount="4101.61" OriginalAmount="4061" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|519815-28572483/4332538321638099181/1601" HotelName="NEW ROAD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20580000/20574900/20574876/7e9591cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="4102.54" OriginalAmount="4061.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495316" Longitude="-0.18101" StarRating="4" HotelCode="24431" HotelName="Fraser Suites Queens Gate" Meals="DELUXE STUDIO" BedType="DELUXE STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>39B Queens Gate Gardens,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/24431/24431/1.jpg?f=17687773</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a fitness center or take in the view from a terrace. Additional amenities at this aparthotel include complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include a 24-hour business center, express check-out, and complimentary newspapers in the lobby..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4106.50" OriginalAmount="4065.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491558" Longitude="-0.144026" StarRating="5" HotelCode="|78062" HotelName="Eccleston Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Eccleston Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/6/2/78062_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. ROOM: Each room has a television, an iPod docking station and WiFi (free of charge). OTHERS: The establishment offers a restaurant and a cocktail bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4115.75" OriginalAmount="4075.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4906193" Longitude="-0.190959" StarRating="4" HotelCode="174962|no1_the_mansions" 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="4115.91" OriginalAmount="4075.16" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="4116.96" OriginalAmount="4076.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5239983" Longitude="-0.1259" StarRating="4" HotelCode="|18006" HotelName="Holiday Inn London-bloomsbury , By Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORAM STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/0/6/18006_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 311 rooms and 1 suite. In the entrance, guests are offered a lobby with elevators, The establishment has various facilities, such as a bar, an irish pub and a restaurant. The establishment offers guests a car park (for a fee). SITUATION: This establishment, Russell Square it is in Oxford Street and the British Museum it is situated close to nearby, you will find monuments, tourist and cultural points of interest, 300 metres away, clients have Russell Square the underground station of. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a safe (available for a fee), a mini-bar, a courtesy tea and coffee service and a satellite or cable television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4121.81" OriginalAmount="4081" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|876653-28466853/4332538321638099181/5574" HotelName="DAWSON PLACE, JULIETTE'S BED AND BREAKFAST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/876653/202010231075116.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4125.85" OriginalAmount="4085" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506543974731" Longitude="-0.14086093865774" StarRating="4" HotelCode="293775|62047" HotelName="Arlington House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 - 20 Arlington Street, Central London, London SW1A 1RL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/a6/d4a6ad33b51218a614775f2c9da04efaddc39f4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4127.87" OriginalAmount="4087.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50190892114" Longitude="-0.15873371163934" StarRating="5" HotelCode="17523|the_park_tower_knightsbridge" HotelName="The Park Tower Knightsbridge, a Luxury Collection Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Knightsbridge, London, England SW1X 7RN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/db/0adbb3f6cf93be073d2fc8426fa7f364fcff2cdc.JPEG</HotelPictures>
        <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="94" TotalAmount="4136.07" OriginalAmount="4095.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5144997" Longitude="-0.1555" StarRating="4" HotelCode="|20395" HotelName="Guild Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19-25 GRANVILLE PLACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/9/5/20395_9e391c70946.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 101 rooms, 30 single rooms and 15 double rooms. In the establishment entrance, guests will find a lobby with a reception, a currency exchange service, a safety deposit box service and lifts. The establishment boasts a bar, a pub and an Ã  la carte restaurant with air-conditioning. The establishment offers guests a conference room, internet, room service and a laundry service. SITUATION: This smart hotel is in a central location. It is located near Marble Arch, nearby, you will find monuments, shops and leisure areas. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite television, internet and a mini-bar. They also have a fridge, a double bed, a safety deposit box, fitted carpets and central heating. FACILITIES: The establishment has a gym. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4139.99" OriginalAmount="4099" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492992343124" Longitude="-0.14307707548141" StarRating="3" HotelCode="46196|93558" HotelName="Premier Inn London Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="95" TotalAmount="4141.57" OriginalAmount="4100.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49519" Longitude="-0.181745" StarRating="4" HotelCode="129507" HotelName="Radisson Blu Hotel, London South Kensington (formerly Vanderbilt)" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>68-86 Cromwell Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/29507/129507/5.jpg?f=17750696</HotelPictures>
        <HotelDescription>The Radisson Blu Edwardian, Vanderbilt is a 19th century Grade II listed building combining historical features and modern style. This hotel is less than five minutes' walk away from the world famous Natural History Museum, Science Museum, Victoria and Albert Museum, and Royal Albert Hall, home of the BBC Proms festival. Harrods, Harvey Nichols and the rest of Knightsbridge's exclusive boutiques are only a few minutes’ walk away, as are the attractive green spaces of Hyde Park. Guests can also enjoy quick access via Gloucester Road Underground station (a 2 minute walk) to the shops, restaurants and bars of High St Kensington, Sloane Square and the Kings Road, as well as the Olympia Conference Centre. A 24 hour fitness room is available for a little revitalisation, while 12 meeting rooms can host events for between 2 and 140 people. The Vanderbilt's 215 bedrooms include doubles, business class and dedicated family rooms as well as 1 suite. All offer luxurious 350 thread count Egyptian cotton bedding, vispring beds, down pillows, Italian marble bathrooms, elegant decor and bespoke layouts, thanks to the building's heritage as a row of 19th century Victorian townhouses. Guests can also enjoy free high-speed WiFi up to 150 mbps on an unlimited number of devices and other vital touches like complimentary bottled water, a refrigerator and online concierge service. Scoff and Banter serves a modern European cuisine using only the finest locally sourced, seasonal produce for breakfast, lunch and dinner. Guest-favourites range from tasty classics like beer-battered fish and chips, shepherd's pie and Eton mess, to indulgent afternoon tea. All are served in a stylish but relaxed, home-from-home environment – whether it's in the main dining room, vibrant bar or private dining space. There are also two chef's tables for larger groups, along with an exquisite selection of wines and cocktails. 2015/2017 TripAdvisor Certificate of Excellence Winner
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4142.01" OriginalAmount="4101.00" MarkupRule="1.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="83" TotalAmount="4153.12" OriginalAmount="4112" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|23483-18985988/4332538321638099181/19723" HotelName="HOLIDAY INN LONDON CAMDEN LOCK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/972900/972822/c1993609_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4153.48" OriginalAmount="4112.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519424318073" Longitude="-0.17338851593858" StarRating="4" HotelCode="986352|883303" HotelName="Wilde Aparthotels London - Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="83" TotalAmount="4155.14" OriginalAmount="4114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4574-18113913/4332538321638099181/11772" HotelName="THISTLE LONDON HOLBORN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/6600/6523/cc6d19e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4156.15" OriginalAmount="4115" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|471350-18203777/4332538321638099181/14938" HotelName="LEONARDO HOTEL LONDON ALDGATE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17690000/17684800/17684778/a96b0d3e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4160.19" OriginalAmount="4119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|874485-28538004/4332538321638099181/5068" HotelName="GEORGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1880000/1876200/1876169/0b0d4727_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4163.35" OriginalAmount="4122.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491919" Longitude="-0.191827" StarRating="4" HotelCode="|20041" HotelName="Indigo London - Kensington, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BARKSTON GARDENS 34-44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/4/1/20041_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has a lobby, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, an Ã  la carte restaurant, a conference room and internet. The establishment offers guests room service and a laundry service. SITUATION: This trendy hotel is located close to the city centre, 500 metres away from restaurants, bars and pubs. It is 5 minutes away from Earls Court Underground Station and 60 minutes away from Airport London Heathrow. ROOM: The establishment has 93 rooms with a bathroom with a shower, a hairdryer, a direct line telephone, a television, internet and heating. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4165.24" OriginalAmount="4124" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|186358-28579891/4332538321638099181/4385" HotelName="CLUB QUARTERS ST. PAULS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/559700/559690/31be3e4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="4170.95" OriginalAmount="4129.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50915" Longitude="-0.13047" StarRating="4" HotelCode="13119" HotelName="Thistle Trafalgar Square Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Whitcomb Street, Trafalger Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13119/13119/1.jpg?f=17753587</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as complimentary wireless internet access and concierge services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4173.32" OriginalAmount="4132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510741907561" Longitude="-0.076686844983215" StarRating="4" HotelCode="26240|grange_city_hotel" HotelName="Leonardo Royal Hotel London City" Meals="ROOM ONLY" 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="4176.35" OriginalAmount="4135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523087735961" Longitude="-0.12580821891015" StarRating="4" HotelCode="433381|415585" HotelName="The Morton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="4176.35" OriginalAmount="4135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517419" Longitude="-0.137083" StarRating="5" HotelCode="17190|sanderson" HotelName="Sanderson London" Meals="ROOM ONLY" 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="4182.17" OriginalAmount="4140.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.532038750126" Longitude="-0.10957106825698" StarRating="4" HotelCode="259003|7573" HotelName="DoubleTree by Hilton London Angel Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="83" TotalAmount="4182.41" OriginalAmount="4141" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4447-21403657/4332538321638099181/8413" HotelName="HILTON LONDON EUSTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2700/2612/e5595ba2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4185.44" OriginalAmount="4144" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4470-21403658/4332538321638099181/8356" HotelName="HILTON LONDON HYDE PARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/440000/436300/436269/559e2374_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4189.19" OriginalAmount="4147.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5221487" Longitude="-0.1533251" StarRating="4" HotelCode="|167273" HotelName="Nottingham Place London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Nottingham Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/7/3/167273_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 4 star hotel is in the centre of Marylebone. It is situated 5 minutes walk away from the metro station Baker Street. ROOM: The establishment has elegant suites, executive studios, one bedroom suites and duplex rooms. They have an iPod docking station, WiFi (free of charge) and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4194.53" OriginalAmount="4153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|374651-28513513/4332538321638099181/6020" HotelName="LION &amp;amp; KEY HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13300000/13299400/13299334/3d6804c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4194.53" OriginalAmount="4153.00" MarkupRule="1.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="94" TotalAmount="4195.65" OriginalAmount="4154.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519152" Longitude="-0.141284" StarRating="4" HotelCode="|25271" HotelName="Gem Langham Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANGHAM STREET 31-35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/7/1/25271_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Grange Langham Court is rated four stars. It has a reception, a lounge bar, a wine bar, a restaurant and a terrace. The establishment offers guests a laundry service, a dry cleaner's, conference rooms and a business centre. SITUATION: It is near Oxford Street, Bond Street and Regents Park, in the surrounding area, clients have shops, theatres and the business centre The City. ROOM: The rooms a bathroom with a shower with a hairdryer. They have a courtesy tea and coffee service, a direct line telephone, a satellite TV and internet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4196.55" OriginalAmount="4155.00" MarkupRule="1.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="95" TotalAmount="4198.63" OriginalAmount="4157.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52659" Longitude="-0.113845" StarRating="4" HotelCode="97707" HotelName="Crowne Plaza London - Kings Cross, An Ihg Hotel" Meals="PREMIUM ROOM" BedType="PREMIUM ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1 Kings Cross Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/97707/97707/57.jpg?f=17723865</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and concierge services.. This establishment has received its official star rating from VisitEngland, the National Tourist Board for England.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4200.59" OriginalAmount="4159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|208847-28539029/4332538321638099181/2530" HotelName="BLADES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888800/888783/933673b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4200.59" OriginalAmount="4159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9819-18137164/4332538321638099181/12251" HotelName="BLAKEMORE HYDE PARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2700/2607/60d789cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4201.60" OriginalAmount="4160" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|519971-28551039/4332538321638099181/1536" HotelName="ASPEN APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3480000/3474900/3474827/c80afcea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4213.72" OriginalAmount="4172.00" MarkupRule="1.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="63" TotalAmount="4215.74" OriginalAmount="4174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516318" Longitude="-0.163792" StarRating="4" HotelCode="14599|marriott_london_marble_arch" HotelName="Marriott Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 George Street, W1H 5DN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/26/21269206fb470f85b884dfc88e72f94a8fbbd5c8.JPEG</HotelPictures>
        <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="4224.83" OriginalAmount="4183.00" MarkupRule="1.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="94" TotalAmount="4228.46" OriginalAmount="4186.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524167" Longitude="-0.084339" StarRating="4" HotelCode="|473247" HotelName="Maldron Shoreditch London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Paul St London EC2A 4LJ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/3/2/4/7/473247_a3af90c1323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4232.91" OriginalAmount="4191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|184745-28571149/4332538321638099181/1543" HotelName="NATIVE HYDE PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5297200/5297150/5f999fda_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4239.98" OriginalAmount="4198.00" MarkupRule="1.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="83" TotalAmount="4246.04" OriginalAmount="4204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1406843-32348510/4332538321638099181/18130" HotelName="HUB BY PREMIER INN LONDON SOHO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44920000/44911400/44911330/0465cec0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4251.09" OriginalAmount="4209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.496069310993" Longitude="-0.17039849570085" StarRating="4" HotelCode="16606|the_rembrandt__a_sarova_hotel" 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="94" TotalAmount="4260.16" OriginalAmount="4217.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524114" Longitude="-0.174664" StarRating="0" HotelCode="|536307" HotelName="Three Falcons" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Orchardson St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/3/0/7/536307_01165002041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4273.78" OriginalAmount="4231.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513647" Longitude="-0.108657" StarRating="4" HotelCode="|78066" HotelName="Apex Temple Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Serjeants' Inn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/6/6/78066_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 184 rooms, suites, a gym, a restaurant and a bar. SITUATION: It is situated nearFleet the street 10 minutes away, guests can find Temple the metro station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4274.32" OriginalAmount="4232.00" MarkupRule="1.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 17/09/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="4278.36" OriginalAmount="4236.00" MarkupRule="1.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="4281.39" OriginalAmount="4239.00" MarkupRule="1.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="83" TotalAmount="4286.44" OriginalAmount="4244" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|114204-21407577/4332538321638099181/8078" HotelName="DOUBLETREE BY HILTON LONDON EXCEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/1000000/990900/990855/96129b6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4286.44" OriginalAmount="4244" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4471-21403659/4332538321638099181/9436" HotelName="HILTON LONDON ANGEL ISLINGTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/440000/436300/436270/0e9c5ca4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4290.48" OriginalAmount="4248" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17852-18114916/4332538321638099181/16856" HotelName="HOLIDAY INN LONDON-BLOOMSBURY HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22300/22262/25517258_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4293.83" OriginalAmount="4251.32" MarkupRule="1.00">
      <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="Free CXL until 18/09/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="63" TotalAmount="4294.52" OriginalAmount="4252.00" MarkupRule="1.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="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="95" TotalAmount="4297.30" OriginalAmount="4254.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502647" Longitude="-0.18814489" StarRating="5" HotelCode="105708" HotelName="Royal Garden  Hotel" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>2-24 Kensington High Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/05708/105708/6.jpg?f=17752112</HotelPictures>
        <HotelDescription>Property Location A stay at Royal Garden Hotel places you in the heart of London, minutes from Kensington Palace and close to Royal Albert Hall. This 5-star hotel is close to Buckingham Palace and Big Ben. Rooms Make yourself at home in one of the 394 air-conditioned rooms featuring refrigerators and iPod docking stations. Wired and wireless Internet access is complimentary, and flat-screen televisions with satellite programming provide entertainment. Bathrooms have rainfall showerheads and designer toiletries. Conveniences include phones, as well as laptop-compatible safes and desks. Amenities Take advantage of recreation opportunities such as a 24-hour health club, or other amenities including complimentary wireless Internet access and concierge services. This hotel also features babysitting/childcare (surcharge) and wedding services. Dining Enjoy a meal at one of the hotel's dining establishments, which include 2 restaurants and a coffee shop/café. From your room, you can also access 24-hour room service. Relax with a refreshing drink at one of the 3 bars/lounges. English breakfasts are available for a fee. Business, Other Amenities Featured amenities include complimentary high-speed (wired) Internet access, a 24-hour business center, and limo/town car service. This hotel has 10 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite.
Take advantage of recreation opportunities such as a 24-hour health club, or other amenities including complimentary wireless Internet access and concierge services. This hotel also features babysitting/childcare (surcharge) and wedding services.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4297.55" OriginalAmount="4255" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4407-18985888/4332538321638099181/20929" HotelName="INDIGO LONDON - KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5030000/5029800/5029737/65956145_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4303.61" OriginalAmount="4261.00" MarkupRule="1.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="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="95" TotalAmount="4312.60" OriginalAmount="4269.9" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51773" Longitude="-0.12427" StarRating="4" HotelCode="13068" HotelName="Thistle Holborn" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>36-37 Bloomsbury Way,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13068/13068/36.jpg?f=17744459</HotelPictures>
        <HotelDescription>**Temporary closure of the kitchens from 03/20/23 to 04/02/23, so breakfast will be a "Grab&amp;Go" and the hotel will not be able to offer any additional food service, including room service.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4340.98" OriginalAmount="4298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521690108211" Longitude="-0.10521301586914" StarRating="4" HotelCode="296637|blueprint_apartments_turnmill_street_2" HotelName="Blueprint Living Apartments - Turnmill Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Turnmill Street, London, Clerkenwell EC1M 5RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/4f/e34f877dd624fee559674ead60c1957017de734f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Blueprint Apartments -Turnmill Street in London The City of London,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4350.72" OriginalAmount="4307.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54261688776" Longitude="-0.0062844157218933" StarRating="3" HotelCode="175726|174553" HotelName="Staybridge Suites London - Stratford City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/09/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="63" TotalAmount="4351.08" OriginalAmount="4308.00" MarkupRule="1.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="Non Refundable" 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="94" TotalAmount="4357.76" OriginalAmount="4314.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5102005" Longitude="-0.1316" StarRating="4" HotelCode="|18011" HotelName="Thistle London Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/1/1/18011_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900 and renovated in 1996 it is situated on a main street. It has 7 floors, 92 standard rooms, 89 double rooms and 3 apartments. In the entrance, guests are offered a lobby with an elevator, a reception with safety deposit boxes and a currency exchange service. Regarding the food and beverage offering, the establishment has a bar, a pub and a restaurant with air-conditioning. The establishment offers internet, room service and a laundry service. SITUATION: This elegant hotel is in the heart of Londres, between Piccadilly Circus and Leicester Square. In the surrounding area you can enjoy shops, bars, pubs, restaurants, nightclubs and public transport services. ROOM: The cosy rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, fitted carpets, an air-conditioning system, a safe (available for a fee) and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4358.07" OriginalAmount="4314.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510682614478" Longitude="-0.13087486886059" StarRating="3" HotelCode="571806|628021" HotelName="Hotel Indigo London - 1 Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/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="27" TotalAmount="4359.16" OriginalAmount="4316" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.527342" Longitude="-0.079624" StarRating="5" HotelCode="440144|228174" HotelName="Courthouse Hotel Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>335-337 Old Street, London EC1V 9LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/83/f883fd17abfdf3f92c4bf40bb05c1c2cc1934e7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Courthouse Hotel Shoreditch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4365.22" OriginalAmount="4322.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51688676" Longitude="-0.10959905" StarRating="0" HotelCode="957209|the_chronicle" HotelName="The Chronicle Supercity Aparthotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Norwich Street, London EC4A 1DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/f3/51f335a0e27fb524be5bf00ce45d1c68af8a337a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4368.37" OriginalAmount="4325.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5179" Longitude="-0.1269" StarRating="4" HotelCode="|18049" HotelName="Radisson Blu , London Tottenham Court Road (formely Kenilworth)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GREAT RUSSELL STREET 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/4/9/18049_7d6e4f20841.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2002, has 7 floors, 186 rooms, 55 single rooms and 127 double rooms. The establishment boasts a reception, lifts, a cloakroom, a safety deposit box service, a bar, a restaurant with air-conditioning and a conference room. The establishment offers internet, room service and a laundry service. SITUATION: This modern hotel is in a lovely area, near the establishment, guests will find shops, leisure areas and tourist areas. it is situated in the surrounding area of Tottenham Court Road the underground station of. ROOM: The cosy rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite TV, internet and a mini-bar. They also have a safety deposit box, a central heating system, fitted carpets and some rooms with tiled floors. FACILITIES: Customers can make use of a gym. PAYMENT METHODS: Customers can pay using American Express, Mastercard, Eurocard, Visa and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4370.27" OriginalAmount="4327" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510224" Longitude="-0.131564" StarRating="4" HotelCode="15844|4189" HotelName="Thistle Piccadilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, London W1D 6BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ff/8fffeb639a66867ee37c9b613e2fd7192fbdac06.jpeg</HotelPictures>
        <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="83" TotalAmount="4374.31" OriginalAmount="4331" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17839-19107333/4332538321638099181/15446" HotelName="LEONARDO ROYAL LONDON CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/530100/530052/719de3ed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4378.35" OriginalAmount="4335" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|17882-21407571/4332538321638099181/8100" HotelName="100 QUEEN'S GATE HOTEL LONDON, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22500/22478/2350e29d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4387.44" OriginalAmount="4344.00" MarkupRule="1.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="12" TotalAmount="4388.74" OriginalAmount="4345.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49482644819" Longitude="-0.19450172781944" StarRating="4" HotelCode="58828|1272130" HotelName="NH London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" 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="63" TotalAmount="4389.46" OriginalAmount="4346.00" MarkupRule="1.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="94" TotalAmount="4398.21" OriginalAmount="4354.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5107002" Longitude="-0.1304" StarRating="5" HotelCode="|17956" HotelName="Radisson Blu , London Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LEICESTER SQUARE 31-36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/5/6/17956_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 7 floors, 124 rooms, 47 single rooms, 55 double rooms and 5 suites. It has a reception, a reception, lifts, a safety deposit box service and a cloakroom. Guests are also offered an inviting bar, a pub and a restaurant with air-conditioning. The establishment offers internet, room service and a laundry service. SITUATION: This modern hotel is in a central location. Near the establishment, guests will find shops, leisure areas and monuments. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite television and internet. They also have a central heating system, a mini-bar, a fridge, a safety deposit box and fitted carpets. FACILITIES: The hotel offers a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4406.63" OriginalAmount="4363.00" MarkupRule="1.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="83" TotalAmount="4409.66" OriginalAmount="4366" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.508015" Longitude="6.630108" StarRating="5" HotelCode="0|4552-27408017/4332538321638099181/14492" HotelName="SANDERSON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Place Du Port 17-19, Lausanne 6, Ch-1000, Switzerland</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/480000/470300/470265/w2996h2250x4y0-f152c858_b.jpg</HotelPictures>
        <HotelDescription>This 5 star hotel is located on the coastline of Lausanne and was established in 1861. It is close to the Olympic Museum and the nearest station is Ouchy. The Hotel has 5 restaurants, 2 bars, a conference room, a coffee shop, an indoor swimming pool, an outdoor swimming pool and a fitness centre/gym. All 168 rooms are equipped with minibar, hairdryer, safe and air conditioning. category: Superior deluxe style: Traditional year Built: 1861 restaurant Count: 5&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4413.80" OriginalAmount="4370.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4945" Longitude="-0.17876" StarRating="5" HotelCode="|183641" HotelName="130 Queen's Gate Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>130 Queens Gate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/4/1/183641_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4415.72" OriginalAmount="4372.00" MarkupRule="1.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="8" TotalAmount="4430.02" OriginalAmount="4386.16" MarkupRule="1.00">
      <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 17/09/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="63" TotalAmount="4437.94" OriginalAmount="4394.00" MarkupRule="1.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="83" TotalAmount="4441.98" OriginalAmount="4398" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13586-28578093/4332538321638099181/7055" HotelName="INHABIT SOUTHWICK STREET, A MEMBER OF DESIGN HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/520900/520804/2b6bb55e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4441.98" OriginalAmount="4398.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494874707544" Longitude="-0.18997013568878" StarRating="4" HotelCode="14336|hotel_xenia_2" HotelName="Xenia" 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>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="94" TotalAmount="4454.02" OriginalAmount="4409.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5256462" Longitude="-0.08273" StarRating="4" HotelCode="|32836" HotelName="Hoxton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81 GREAT EASTERN STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/3/6/32836_0d843751045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4478.34" OriginalAmount="4434" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4521-28579503/4332538321638099181/5824" HotelName="MILLENNIUM KNIGHTSBRIDGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5900/5813/fdf5de48_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4478.34" OriginalAmount="4434.00" MarkupRule="1.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="63" TotalAmount="4479.35" OriginalAmount="4435.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Street, London W1H 5BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/0d/2e0d36722c92b0eb42063c00397a335d7ef01709.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4488.44" OriginalAmount="4444" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|13338" HotelName="The Royal Horseguards Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Whitehall Court, London SW1A 2EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/0a/5d0aebe3d79197c7b4ecb53b78e88698e83bf923.jpeg</HotelPictures>
        <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="83" TotalAmount="4490.46" OriginalAmount="4446" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4522-28579515/4332538321638099181/5587" HotelName="MILLENNIUM GLOUCESTER KENSINGTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523300/523228/be261c91_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4491.02" OriginalAmount="4446.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51234" Longitude="-0.09372" StarRating="4" HotelCode="|240967" HotelName="Cove Cannon Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Cannon Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/9/6/7/240967_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4497.53" OriginalAmount="4453" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4473-21410432/4332538321638099181/8960" HotelName="DOUBLETREE BY HILTON LONDON KENSINGTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14200/14186/8e08ccb1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4497.53" OriginalAmount="4453.00" MarkupRule="1.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="94" TotalAmount="4497.92" OriginalAmount="4453.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5018371" Longitude="-0.1588701" StarRating="5" HotelCode="|18044" HotelName="The Park Tower Knightsbridge, A Luxury Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KNIGHTSBRIDGE 101</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/4/4/18044_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the Knightsbridge district, next to the Harvey Nichols Commercial Centre and Hyde Park. Near the establishment, you will find shops. Is 3 kilometres from Victoria Railway Station and 18 kilometres away from the airport. HOTEL: &lt;b title='Esta frase debe ser traducida'&gt;Alberga un restaurante que ha sido galardonado con varios premios&lt;/b&gt;. The establishment offers guests wonderful views of Londres and luxurios rooms. The restaurant offers organic food.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4512.68" OriginalAmount="4468.00" MarkupRule="1.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="Non Refundable" 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="4517.73" OriginalAmount="4473.00" MarkupRule="1.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="94" TotalAmount="4526.79" OriginalAmount="4481.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514089" Longitude="-0.176448" StarRating="4" HotelCode="|26676" HotelName="Roseate House London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Westbourne Terrace, Lancaster Gate, Hyde Park.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/7/6/26676_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel was built in 1840 48 rooms, 11 suites and 6 floors. The establishment boasts Green Room the lounge In the establishment entrance, guests will find a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar and internet. There are many services available at the establishment, including room service and a laundry service. The establishment also has a garden and a car park. SITUATION: Is situated in an excellent location, near the establishment, guests will find Hyde Park restaurants, bars ,Mayfair and Knightsbridge it is close to Where you can find shops, the museums and. It is 5 minutes away fromPaddington the stop of with access to London Heathrow Airport it is 2 minutes away from Lancaster Gate the stop of with access to the city, theatres and nightlife. ROOM: The rooms have a bathroom with a hairdryer, luxury bath items, a bathrobe, slippers, a writing desk, 2 telephones, internet (available for a fee), a satellite or cable television, a safety deposit box, computer (available on request), (free of charge), central heating and a central air-conditioning system. OBSERVATIONS: Guests can enjoy welcome drink, press, tea with biscuits, canapes in the evening and champagne. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4527.83" OriginalAmount="4483" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4515-28589160/4332538321638099181/5353" HotelName="LONDON MARRIOTT REGENTS PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4500/4481/33154714_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4528.84" OriginalAmount="4484.00" MarkupRule="1.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="Free CXL until 17/09/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="4536.92" OriginalAmount="4492.00" MarkupRule="1.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="4537.93" OriginalAmount="4493.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49284" Longitude="-0.184184" StarRating="5" HotelCode="18346|the_bentley_london_a_hilton_hotel" HotelName="The Bentley Hotel" Meals="ROOM ONLY" 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="4540.56" OriginalAmount="4495.60" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="4544.75" OriginalAmount="4499.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525734" Longitude="-0.077227" StarRating="5" HotelCode="|23040" HotelName="One Hundred Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHOREDITCH HIGH STREET 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/4/0/23040_caf0e0e0822.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and was built in 2004. It has 7 floors, 200 rooms, 50 single rooms and 150 double rooms. In the entrance, guests are offered an elegant hall with elevators, a reception with safety deposit boxes and a cloakroom. Guests have access to a conference room, a cafÃ©, an Ã  la carte restaurant with air-conditioning, with highchairs, internet. There are many services available at the establishment, including room service and a laundry service. It also has a car park. SITUATION: This trendy hotel is situated close to the city centre, Liverpool Street it is 6 minutes away from Where you can find the train station and restaurants. 300 metres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, internet, a double bed, tiled floors, fitted carpets, an air-conditioning system, a central heating system, a safety deposit box and a small separate sitting room. FACILITIES: The establishment boasts a gym. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service, all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4545.00" OriginalAmount="4500.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523619331151" Longitude="-0.11115895337298" StarRating="4" HotelCode="477345|the_rosebery" HotelName="The Rosebery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rosebery Avenue, EC1R 4SX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/ca/24cae69bc5f8bc0715f9f82fdf4ffb979bdedaa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, The Rosebery Aparthotel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4545.14" OriginalAmount="4500.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51682" Longitude="-0.10969" StarRating="0" HotelCode="|444945" HotelName="The Chronicle by Supercity Aparthotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Norwich Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/5/444945_65139351329.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4551.06" OriginalAmount="4506" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|521087-18985787/4332538321638099181/22747" HotelName="INDIGO LONDON - 1 LEICESTER SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19630000/19622600/19622518/3725fe42_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4555.10" OriginalAmount="4510" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|55679-12634651/4332538321638099181/27440" HotelName="QUEENS GATE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34400/34339/969c601a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4558.13" OriginalAmount="4513" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|399467-12636303/4332538321638099181/27618" HotelName="COURTHOUSE SHOREDITCH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14850000/14849400/14849368/43cb9d86_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4559.14" OriginalAmount="4514.00" MarkupRule="1.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="94" TotalAmount="4562.88" OriginalAmount="4517.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5169939" Longitude="-0.1492839" StarRating="4" HotelCode="|17979" HotelName="The Welbeck" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WELBECK STREET 57-59</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/9/17979_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1910, renovated in 2000. It has 7 floors, 164 rooms, 8 single rooms, 154 double rooms and 2 suites. The establishment boasts a lobby with elevators, a reception with a bureau de change and a safety deposit box service. This establishment offers room service. SITUATION: This elegant hotel is close to the city centre. It is 150 metres away from Oxford Street, has excellent transport links to Piccadilly Circus. 200 metres away, guests will find Bond Street Metro Station. It is situated 10 kilometres away from London City Airport. ROOM: Customers have inviting rooms with air-conditioning, a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a safe, internet, fitted carpets, tiled floors and central heating. FACILITIES: This establishment has a bar, an air-conditioned Ã  la carte restaurant with a non-smoking area, highchairs, a conference room, internet and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4563.90" OriginalAmount="4518.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5108986" Longitude="-0.1277" StarRating="5" HotelCode="|20371" HotelName="St Martins Lane London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ST. MARTIN'S LANE 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/7/1/20371_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1989, has 6 floors, 204 standard rooms and suites and lofts. In the entrance, guests are offered a lobby with a reception, a currency exchange service, a safety deposit box service, a cloakroom and lifts. The establishment has a conference room, indoor parking, a car park, a bar, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is situated in Covent Garden and the theatre district. Nearby, you will find shops, leisure areas, restaurants and museums. It is situated close to Trafalgar Square, Leicester Square and Soho and the commercial district. ROOM: Customers have cosy, comfortable rooms with views of the historic centre of London and a bathroom with a hairdryer. They have a direct line telephone, a satellite or cable television, internet, heating, tiled floors, fitted carpets and interactive lights. Garden rooms with terraces. FACILITIES: Guests can enjoy a gym. OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4567.22" OriginalAmount="4522" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|142487-18986224/4332538321638099181/23135" HotelName="INDIGO LONDON TOWER HILL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3750000/3744600/3744509/38821cc0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4570.25" OriginalAmount="4525" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4545-18113901/4332538321638099181/11951" HotelName="THE ROYAL HORSEGUARDS LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26000/25926/c969b69a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4573.28" OriginalAmount="4528" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498971494016" Longitude="-0.1426873887629" StarRating="4" HotelCode="445901|199860" HotelName="The Resident Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>10 Palace Place, London SW1E 5BW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4576.31" OriginalAmount="4531" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17841-18114904/4332538321638099181/12378" HotelName="NYX HOTEL LONDON HOLBORN BY LEONARDO HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/579400/579374/6ec643f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4576.61" OriginalAmount="4531.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5127447" Longitude="-0.0850528" StarRating="4" HotelCode="|166899" HotelName="Club Quarters London City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Gracechurch Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/8/9/9/166899_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Club Quarters Gracechurch is rated four stars. It has WiFi (free of charge), air-conditioning, computer, a printing service (free of charge), mineral water (free of charge) and a gym (free of charge). The establishment also has a living room, daily newspapers, magazines, coffee pot and a teapot. SITUATION: This establishment is in the business district. 400 metres away from the establishment, you can find the metro stations Monument and Bank. It is next to the Market of Leadenhall. 500 metres away, guests will find the river the Thames and el puente de Londres. ROOM: Customers have stylish rooms with luxury beds, modern furniture and a large desk. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4576.69" OriginalAmount="4531.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51727" Longitude="-0.08921" StarRating="0" HotelCode="|534992" HotelName="The Moorgate by Cove" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 London Wall</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/9/9/2/534992_964e7e31118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4579.49" OriginalAmount="4534.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50024" Longitude="-0.17997" StarRating="4" HotelCode="|184494" HotelName="The Gore London – Starhotels Collezione" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>190 Queen Gate, Kensington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/9/4/184494_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4585.40" OriginalAmount="4540.00" MarkupRule="1.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="83" TotalAmount="4590.45" OriginalAmount="4545" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450216-32393850/4332538321638099181/9092" HotelName="THE DERBY LONDON CITY, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120700000/120691100/120691071/fcd92217_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4590.45" OriginalAmount="4545.00" MarkupRule="1.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="Free CXL until 15/09/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>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="83" TotalAmount="4599.54" OriginalAmount="4554" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|95325-219493/4332538321638099181/21" HotelName="BEST WESTERN PLUS DELMERE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21700/21632/w2558h3837x3y3-d6f92246_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4608.97" OriginalAmount="4563.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506015" Longitude="-0.124128" StarRating="5" HotelCode="|18072" HotelName="The Royal Horseguards, London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WHITEHALL COURT - WESTMINSTER 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/7/2/18072_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel it has 281 luxurious rooms. SITUATION: This hotel is situated next to el Parlamento and Trafalgar Square. The establishment offers views of el rÃ­o TÃ mesis. In the surrounding area, guests will find el palacio de Buckingham, Chinatown, the theatres and the shops of the West End. Next to the establishment, clients can find One Whitehall Place ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet and a mini-bar. They also have a safety deposit box, fitted carpets and a central heating system. FACILITIES: The establishment boasts a gym. MEALS: The establishment serves buffet breakfast and lunch, Ã  la carte or set-menu lunch and dinner and dietary restrictions can be accommodated. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: Check-in is from 16:00 and check-out is at 11:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4616.18" OriginalAmount="4570.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489165" Longitude="-0.120649" StarRating="3" HotelCode="935439|585436" HotelName="Staybridge Suites London - Vauxhall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/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="63" TotalAmount="4621.76" OriginalAmount="4576.00" MarkupRule="1.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="4621.76" OriginalAmount="4576.00" MarkupRule="1.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="Free CXL until 15/09/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>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="4624.79" OriginalAmount="4579.00" MarkupRule="1.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="4637.92" OriginalAmount="4592.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507099" Longitude="-0.146076" StarRating="4" HotelCode="28667|washington_mayfair_hotel" HotelName="The Washington Mayfair" 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,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="27" TotalAmount="4643.98" OriginalAmount="4598" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506676439895" Longitude="-0.027917253967303" StarRating="5" HotelCode="27478|50226" HotelName="Canary Riverside Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/09/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="94" TotalAmount="4649.61" OriginalAmount="4603.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49129" Longitude="-0.11917" StarRating="4" HotelCode="|168118" HotelName="Staybridge Suites London - Vauxhall, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Vauxhall Walk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/1/1/8/168118_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a bright hall and a living room with a fireplace. SITUATION: This establishment is situated next to Albert Embankment, is situated close to the metro station, the bus station and the railway station. It has excellent transport links to taxis, the bus, the nightlife and restaurants. ROOM: All the rooms have WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4657.62" OriginalAmount="4611.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5162093" Longitude="-0.150807" StarRating="4" HotelCode="|17935" HotelName="The Mandeville" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MANDEVILLE PLACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/3/5/17935_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century, renovated in 2005, has 8 floors, 142 rooms, 19 single rooms, 88 double rooms, 4Â junior suites and 7 suites. It has a lobby with a reception, a lift, a safety deposit box service and a cloakroom. The establishment boasts a bar and a restaurant. The establishment offers guests internet, room service and a laundry service. SITUATION: This hotel Mandeville Place it is in Bond Street it is near Marylebone it is in the Wigmore Hall, the Wallace Collection and Hyde Park in the surrounding area of the establishment, guests can find Soho, Mayfair and Marble Arch it is a few minutes walk away from 800 metres away from shops, 500 metres away, guests can find bars, 50 metres away, there is a public transport stop, the British Museum and Knightsbridge it is located near. ROOM: All the rooms have a bathroom with a hairdryer, hydromassage shower, a flat-screen television, a direct line telephone, an air-conditioning system, internet, a safety deposit box, a mini-bar and fitted carpets. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4659.87" OriginalAmount="4613.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52155" Longitude="-0.10522" StarRating="4" HotelCode="|482797" HotelName="Master Farringdon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Turnmill Street 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/7/9/7/482797_d3362eb1355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="4665.59" OriginalAmount="4619.4" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50612" Longitude="-0.12428" StarRating="5" HotelCode="105007" HotelName="The Royal Horseguards" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>2 Whitehall Court,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/05007/105007/1.jpg?f=17724069</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center or take in the view from a terrace and a garden. Additional amenities at this Victorian hotel include complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in London? This hotel has 3229 square feet (300 square meters) of space consisting of conference space and 13 meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4667.21" OriginalAmount="4621" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427768-28590034/4332538321638099181/4764" HotelName="HATTON GARDEN HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83270000/83266600/83266509/2c72ea39_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4672.26" OriginalAmount="4626.00" MarkupRule="1.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="4673.27" OriginalAmount="4627.00" MarkupRule="1.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="Non Refundable" 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="4677.31" OriginalAmount="4631.00" MarkupRule="1.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="83" TotalAmount="4685.39" OriginalAmount="4639" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.112359000000000" Longitude="-115.172563000000000" StarRating="4" HotelCode="0|4510-28573000/4332538321638099181/5787" HotelName="LONDON BRIDGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 3645 Las Vegas Blvd South, LAS VEGAS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/4510/4510_1.jpg</HotelPictures>
        <HotelDescription>The welcoming Hotel &amp;amp; Casino is excellently situated on the world-famous Las Vegas Strip, right in the middle of all the action. The Sands Expo and Convention Centre can be reached within a 5-minute drive; the Wynn Golf Course is less than 10 minutes away by car. McCarran International Airport is 3.8 km away. Hotel features an extensive casino, various splendid dining options and a relaxing pool and spa area as well as renowned shows. The rooms are decorated in a modern and avant-garde style and have bathroom and toiletries, various electric appliances and comfortable furniture that enhance the experience and rest.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4686.40" OriginalAmount="4640.00" MarkupRule="1.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="83" TotalAmount="4691.45" OriginalAmount="4645" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4475-19040233/4332538321638099181/23330" HotelName="THE WELBECK," Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/8800/8769/ae51e90d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4698.52" OriginalAmount="4652" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|634148-28573202/4332538321638099181/6445" HotelName="THE GYLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33130000/33128500/33128495/2d609d39_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4700.54" OriginalAmount="4654.00" MarkupRule="1.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 17/09/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="4707.61" OriginalAmount="4661.00" MarkupRule="1.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="94" TotalAmount="4708.61" OriginalAmount="4661.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517873" Longitude="-0.118517" StarRating="0" HotelCode="|24292" HotelName="Citadines Apart'hotel Holborn-covent Garden London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94-99 High Holborn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/9/2/24292_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: this aparthotel and it is on a main street, renovated in 2002 6 floors and 192 studios. The establishment has a reception with safety deposit boxes, lifts, a conference room, internet, a laundry service, indoor parking and a car park. SITUATION: It is close to Royal Opera the British Museum, Piccadilly Circus, Leicester Square and Covent Garden it is close to close to the establishment, clients can find shops, restaurants, bars and nightclubs. It is situated a few minutes walk fromHolborn the metro station. ROOM: Comfortable studios with air-conditioning, They have a living room-bedroom, One-bedroom apartments All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, an iron, a safety deposit box, an open-plan kitchen fully-equipped, a fridge and fitted carpets. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="4708.98" OriginalAmount="4662.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5071" Longitude="-0.146076" StarRating="4" HotelCode="138322" HotelName="The Washington Mayfair Hotel" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>5 Curzon Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/38322/138322/1.jpg?f=17754190</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and concierge services.. Featured amenities include a 24-hour business center, express check-in, and express check-out. Planning an event in London? This hotel has 1098 square feet (102 square meters) of space consisting of conference space and meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4713.67" OriginalAmount="4667" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1259925-21410598/4332538321638099181/8216" HotelName="CANOPY BY HILTON LONDON CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/64000000/63050000/63047500/63047478/38dfb8ba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4720.74" OriginalAmount="4674" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|95323-221430/4332538321638099181/6" HotelName="BEST WESTERN MORNINGTON LONDON HYDE PARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20800/20786/7ee8a3c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4721.75" OriginalAmount="4675" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4565-18114963/4332538321638099181/14219" HotelName="ST MARTINS LANE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/480000/470900/470865/b24f9444_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4728.82" OriginalAmount="4682.00" MarkupRule="1.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="83" TotalAmount="4734.88" OriginalAmount="4688" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|210528-28595023/4332538321638099181/796" HotelName="RAFAYEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3150000/3145300/3145262/80385c4a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4736.75" OriginalAmount="4689.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5123" Longitude="-0.1758" StarRating="5" HotelCode="|18028" HotelName="Royal Lancaster London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANCASTER TERRACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/2/8/18028_0d802480333.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, is and conference, has 416 rooms and 22 suites. In the entrance, guests are offered a reception with safety deposit boxes, a cloakroom and a lift. You are also offered a living room. SITUATION: This urban hotel, Hyde Park and Oxford Street it is near it is located close to Lancaster Gate the metro station. ROOM: The cosy rooms, have a bathroom, a hairdryer, a satellite TV, a mini-bar, a direct line telephone, internet, fitted carpets and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a la carte or buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4737.91" OriginalAmount="4691.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5104" Longitude="-0.12681" StarRating="5" HotelCode="18145|st_martins_lane__a_morgans_original" HotelName="St. Martins Lane" 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,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="94" TotalAmount="4745.71" OriginalAmount="4698.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52354" Longitude="-0.11114" StarRating="0" HotelCode="|445037" HotelName="The Rosebery by Supercity" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Rosebery Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/3/7/445037_66054430854.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4753.93" OriginalAmount="4706.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493599" Longitude="-0.159366" StarRating="5" HotelCode="|78270" HotelName="11 Cadogan Gardens, The Apartments and The Chelsea Townhouse by Iconic Luxury Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CADOGAN GARDENS 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/2/7/0/78270_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 54 rooms, was built in 1876 and renovated in 2011. The establishment boasts air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a cloakroom and a lift. It has a restaurant, a cafÃ©, a bar and WiFi. The establishment offers room service, a laundry service and a car park. SITUATION: The hotel Sloane Square it is 100 metres away from 300 metres away, guests can find Sloane Square the Station of it is situated 20 kilometres away from London Heathrow Airport 38 kilometres away from London Heathrow Airport it is situated 64 kilometres away from Stansted Airport. ROOM: All the rooms have a bathroom with a shower, a bath, a hairdryer, a king-size bed, a direct line telephone, satellite and cable TV, a radio, a stereo, internet, a safety deposit box, a mini-bar, a kettle, a coffee maker, an individual air-conditioning system and individual heating. FACILITIES: The establishment has a gym, a spa and a beauty centre. Guests are offered continental breakfast and Ã  la carte lunch and dinner. The establishment also offers set-menu dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4763.16" OriginalAmount="4716.00" MarkupRule="1.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="Free CXL until 06/09/2026">
        <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="94" TotalAmount="4765.26" OriginalAmount="4718.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4939995" Longitude="-0.1766" StarRating="5" HotelCode="|20361" HotelName="The Ampersand Hotel - Small Luxury Hotels Of The World" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Harrington Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/6/1/20361_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 107 rooms, 5 floors, 14 single rooms, 47 double rooms and 3 suites. It has a hall with elevators, a reception, a cosy bar, a pub and an Ã  la carte restaurant. The establishment also offers room service and a laundry service. SITUATION: It is inSouth Kensington a central area of in the surrounding area, clients can find shops, leisure areas and Victoria and Albert the Museum of Hyde Park and Knightsbridge nearby, you will find. ROOM: The rooms a bathroom, a direct line telephone, central heating and fitted carpets. FACILITIES: The establishment boasts a gym. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4793.46" OriginalAmount="4746" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4541-24991448/4332538321638099181/14897" HotelName="REMBRANDT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9800/9745/cc7c000e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4794.47" OriginalAmount="4747" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|633632-21409462/4332538321638099181/9122" HotelName="HART SHOREDITCH HOTEL LONDON, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39650000/39644700/39644645/9d9ed7c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4797.50" OriginalAmount="4750" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1265374-21403548/4332538321638099181/11655" HotelName="WILDE BY STAYCITY LONDON PADDINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70040000/70033100/70033061/5bd44af4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4804.57" OriginalAmount="4757" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|161866-18136984/4332538321638099181/15880" HotelName="LEONARDO ROYAL LONDON ST PAULS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1460000/1458000/1457972/c77e1280_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4814.67" OriginalAmount="4767" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427770-32704748/4332538321638099181/17593" HotelName="HYDE LONDON CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100020000/100012100/100012096/a045db87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4815.68" OriginalAmount="4768.00" MarkupRule="1.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="94" TotalAmount="4822.77" OriginalAmount="4775.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5138722" Longitude="-0.1013714" StarRating="4" HotelCode="|166902" HotelName="Club Quarters , St. Paul's" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Ludgate Hill</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/9/0/2/166902_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Club Quarters St Paul's is rated four stars. It has WiFi (free of charge), air-conditioning, a computer and a printing service. The establishment also offers mineral water, a gym (free of charge), daily newspapers (free of charge), magazines, coffee service and a tea service. Regarding the food and beverage offering, the establishment has a restaurant. The establishment offers guests room service. SITUATION: This establishment is in the Business Centre Londres. It is situated next to Cathedral St Paul. Close to the establishment, clients can find the river the Thames. It is situated 650 metres away from the art gallery Tate Modern, el Puente del Milenio and el Shakespeare's Globe Theatre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4822.85" OriginalAmount="4775.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509293" Longitude="-0.126627" StarRating="4" HotelCode="|444647" HotelName="Page8, Page Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 St. Martins Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/4/7/444647_6fd0c401035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4843.96" OriginalAmount="4796" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464780-32919967/4332538321638099181/18084" HotelName="HYATT REGENCY LONDON OLYMPIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/126000000/125600000/125598500/125598452/ac0e4e9d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4865.17" OriginalAmount="4817.00" MarkupRule="1.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="83" TotalAmount="4875.27" OriginalAmount="4827" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1445097-28889777/4332538321638099181/17796" HotelName="INDIGO LONDON CLERKENWELL BY IHG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/116000000/115610000/115601300/115601254/e9f46432_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4880.32" OriginalAmount="4832" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764600000000000" Longitude="-73.977700000000000" StarRating="5" HotelCode="0|149800-18137284/4332538321638099181/11744" HotelName="ROYAL LANCASTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>123 West 57Th Street, NEW YORK CITY, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/518100/518026/22382f1c_b.jpg</HotelPictures>
        <HotelDescription>In Midtown Manhattan, a short walk away from the famous Fifth Avenue shops, and Central Park, just opposite Carnegie Hall, there is this beautiful hotel. Also only steps away, there are the Lincoln Center, Radio City Music Hall, the Museum of Modern Art and the Broadway theatres. Guests of this city hotel are welcomed in the lobby with 24-hour reception, a hotel safe and lift access to the upper floors. Facilities include air conditioning, a restaurant, and room and laundry services (both for additional fees).&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4886.38" OriginalAmount="4838" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|31254" HotelName="The Clermont Charing Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Strand, London WC2N 5HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/43/9b43b60abe9ce4e46a4eaf87ec652bd3ccd0e074.jpeg</HotelPictures>
        <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="4897.49" OriginalAmount="4849.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510850896669" Longitude="-0.12079666927548" StarRating="4" HotelCode="17983|the_strand_palace" HotelName="Strand Palace 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,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="94" TotalAmount="4899.51" OriginalAmount="4851.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5032524" Longitude="-0.078179" StarRating="5" HotelCode="|216087" HotelName="The LaLiT London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181, Tooley Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/0/8/7/216087_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4901.25" OriginalAmount="4852.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49439" Longitude="-0.18583" StarRating="0" HotelCode="|191544" HotelName="Ashburn Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Ashburn Gardens, South Kensington,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/5/4/4/191544_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4905.43" OriginalAmount="4856.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51091" Longitude="-0.120681" StarRating="4" HotelCode="|18076" HotelName="Strand Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>372 STRAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/7/6/18076_12baf371154.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1908, has 9 floors, 785 standard rooms, 385 single rooms, 398 double rooms and 2 suites. In the entrance, you can find a reception, a safe, a currency exchange service and a lift. It also has shops, a bar, a pub, a television room, an Ã  la carte restaurant, a conference room, internet and WiFi. The establishment offers room service and a laundry service. SITUATION: This attractive hotel is near Covent Garden, Trafalgar Square and Leicester Square it has excellent transport links to Covent Garden Train Station. ROOM: The cosy rooms have a bathroom with a hairdryer, a direct line telephone, satellite and cable television, internet, a kettle, a coffee maker, tiled floors, fitted carpets, a central heating system and a safe. MEALS: The establishment serves a buffet breakfast and dinner and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4906.58" OriginalAmount="4858.00" MarkupRule="1.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="83" TotalAmount="4909.61" OriginalAmount="4861" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.168" Longitude="121.588" StarRating="4" HotelCode="0|347759-28571933/4332538321638099181/1999" HotelName="ST GEORGE WEMBLEY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>18 TIAN HSYANG ROAD, SHIOU LIN VILLAGE, HUALIEN COUNTY, TAIWAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10930000/10928600/10928595/fdb3c0be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4911.63" OriginalAmount="4863" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|287603-32925899/4332538321638099181/14976" HotelName="RESIDENCE INN BY MARRIOTT LONDON KENSINGTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2280000/2270900/2270848/11137c63_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4913.65" OriginalAmount="4865.00" MarkupRule="1.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="95" TotalAmount="4915.32" OriginalAmount="4866.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5197" Longitude="-0.14327" StarRating="3" HotelCode="108708" HotelName="Astor Court Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>20 Hallam Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/08708/108708/2.jpg?f=17698356</HotelPictures>
        <HotelDescription>A 5-minute walk from the shops at Oxford Street and Regent Street, this elegant Victorian town house offers a buffet-style continental breakfast and is a short walk from many Tube stations. Free Wi-Fi is available in all areas. Astor Court Hotel is a Grade II Listed building, and each spacious room and apartment has unique features. Bedrooms have free tea/coffee facilities and satellite TV. Regent's Park is a 10-minute walk from Astor Court. London's West End theatres, Piccadilly and Covent Garden are just 10 minutes from Astor Court Hotel. Westminster is a great choice for travellers interested in Shopping, Theatre and Monuments. This area is also great for shopping, with popular brands nearby: Cartier, Hermès, H&amp;M, Zara, Nike
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4920.72" OriginalAmount="4872" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13584-28569668/4332538321638099181/869" HotelName="RADISSON BLU HOTEL, LONDON MARBLE ARCH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/23600/23504/88519f9b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4927.79" OriginalAmount="4879" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|175900-28571018/4332538321638099181/5656" HotelName="HYATT HOUSE LONDON STRATFORD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4830000/4823100/4823071/6d6eb9fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="4935.33" OriginalAmount="4886.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494408" Longitude="-0.142068" StarRating="4" HotelCode="3963514" HotelName="Hotel Riu Plaza London Victoria" Meals="DELUXE ROOM WITHOUT WINDOW" BedType="DELUXE ROOM WITHOUT WINDOW">
        <Address>
          <AddressLines>
            <AddressLine>1 Neathouse Place,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/63514/3963514/17.jpg?f=17719631</HotelPictures>
        <HotelDescription>Enjoy the recreation opportunities such as a 24-hour fitness center or make use of other amenities including complimentary wireless internet access.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4936.88" OriginalAmount="4888.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52808457" Longitude="-0.08173854" StarRating="4" HotelCode="986183|shoreditch_city_living" HotelName="Shoreditch City Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14-15 Hoxton Square, London N1 6NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/13/c91320e0ef8e2e1de5e449b309948b5c9c5210e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4937.89" OriginalAmount="4889" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1317369-21410597/4332538321638099181/9033" HotelName="LOST PROPERTY ST. PAUL'S LONDON, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75040000/75030700/75030622/d0266c15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4939.91" OriginalAmount="4891" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|163834-28509000/4332538321638099181/6446" HotelName="MIIRO TEMPLETON GARDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21700/21688/6b303627_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4942.94" OriginalAmount="4894" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|10563-18114893/4332538321638099181/11402" HotelName="CITADINES HOLBORN COVENT GARDEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/450000/447100/447037/c5354531_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4949.00" OriginalAmount="4900.00" MarkupRule="1.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 06/09/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="8" TotalAmount="4953.20" OriginalAmount="4904.16" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="4955.55" OriginalAmount="4906.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516436" Longitude="-0.163698" StarRating="4" HotelCode="|17937" HotelName="London Marriott Marble Arch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GEORGE STREET 134</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/3/7/17937_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1973 and renovated in 2004. It has 240 rooms, 84 double rooms and 12 floors. It has a reception, a lift, a cloakroom, a safety deposit box service and a currency exchange service. The establishment boasts the bar and a restaurant. The establishment offers internet, room service, a laundry service, a conference room, a car park and an indoor car park. SITUATION: Oxford Street It is near Where you can find leisure areas, bars, pubs and restaurants. close to the establishment, guests have Marble Arch and Edgware Road the metro stations of. ROOM: The stylish rooms, have central heating, tiled floors, fitted carpets and a direct line telephone. They also have a hairdryer, a satellite television, internet, a mini-bar and a safe. FACILITIES: The establishment boasts a covered pool, a swimming pool, a sauna, a solarium and a gym. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4962.13" OriginalAmount="4913" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.64489" Longitude="99.02253" StarRating="4" HotelCode="0|94126-21403857/4332538321638099181/9269" HotelName="DOUBLETREE BY HILTON LONDON WEST END" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>333 MOO 1,KAW KWANG BEACH,KOH LANTA YAI, KRABI,SOUTH EASTERN ASIA,KRABI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/430000/428200/428177/a5447f35_b.jpg</HotelPictures>
        <HotelDescription>Twinbay Resort have designed the bungalows with the guests best interests considered; fitting mosquito screening on their doors and windows, providing spacious rooms and balconies and finishing the bathrooms to hotel standards. Most of the room are right on the beach, and those that aren`t still command excellent views All of room are private bathroom and air conditioning and hot water.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4966.17" OriginalAmount="4917.00" MarkupRule="1.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="83" TotalAmount="4975.26" OriginalAmount="4926" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|81608-28556948/4332538321638099181/4580" HotelName="CITADINES SOUTH KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/330000/330000/329968/039ded3f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4975.26" OriginalAmount="4926" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|650723-28574231/4332538321638099181/4800" HotelName="BLUEPRINT LIVING APARTMENTS -TURNMILL STREET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/650723/2022131134120783.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4976.27" OriginalAmount="4927.00" MarkupRule="1.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="63" TotalAmount="4980.31" OriginalAmount="4931.00" MarkupRule="1.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="94" TotalAmount="4986.33" OriginalAmount="4936.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508591" Longitude="-0.124761" StarRating="4" HotelCode="|18003" HotelName="The Clermont, Charing Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STRAND, CHARING CROSS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/0/3/18003_d47e1821752.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1864, renovated in 2000. It has a main building, an annexed building, 6 floors, 239 double rooms and 33 apartments. In the entrance, you can find a lobby with elevators, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment boasts a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning, conference rooms and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This establishment is in London city centre. It has good links to public transport services. Near the establishment, you will find Trafalgar Square and Covent Garden it is situated 100 metres away from restaurants, bars, shops, clubs and nightclubs. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a television, a radio, internet, a mini-bar, fitted carpets, an air-conditioning system, central heating and a safe. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accommodated and special dishes can be made. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4986.37" OriginalAmount="4937.00" MarkupRule="1.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="8" TotalAmount="4988.47" OriginalAmount="4939.08" MarkupRule="1.00">
      <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 12/09/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="94" TotalAmount="4990.85" OriginalAmount="4941.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525062" Longitude="-0.0825705" StarRating="5" HotelCode="|214886" HotelName="Nobu Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-50 Willow St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/4/8/8/6/214886_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4996.47" OriginalAmount="4947.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512150399307" Longitude="-0.13186812400818" StarRating="4" HotelCode="17454|best_western_premier_shaftesbury_london_piccadilly" 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="5013.64" OriginalAmount="4964.00" MarkupRule="1.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="94" TotalAmount="5021.92" OriginalAmount="4972.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4924297" Longitude="-0.1781692" StarRating="5" HotelCode="|17987" HotelName="The Kensington" Meals="ROOM ONLY" 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="5030.81" OriginalAmount="4981.00" MarkupRule="1.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="83" TotalAmount="5037.88" OriginalAmount="4988" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351812-21690663/4332538321638099181/27796" HotelName="RIU PLAZA LONDON VICTORIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78560000/78550400/78550383/205eb24f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5042.93" OriginalAmount="4993.00" MarkupRule="1.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 16/09/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="83" TotalAmount="5045.96" OriginalAmount="4996" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4588-28569196/4332538321638099181/2281" HotelName="RADISSON BLU HOTEL, LONDON SOUTH KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11800/11715/19db0067_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5046.45" OriginalAmount="4996.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.542538" Longitude="-0.0041" StarRating="4" HotelCode="|80844" HotelName="Hyatt Regency London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10a Chestnut Plaza,Westfield Stratford CityMontfichet Road, Olympic Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/4/4/80844_78a0a1e0712.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, a bar, a terrace, a gym and a business centre. SITUATION: This hotel Westfield Stratford City it is in Londres it is close to O2 Arena the stadium nearby, you will find bars, restaurants, is situated 5 kilometres away from London City the airport It has excellent transport links to the train and the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5047.98" OriginalAmount="4998.00" MarkupRule="1.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="83" TotalAmount="5050.00" OriginalAmount="5000" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.7939" Longitude="17.2045" StarRating="3" HotelCode="0|374807-28581584/4332538321638099181/1743" HotelName="NO 1 THE MANSIONS BY MANSLEY SERVICED APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>HEVIZI UTCA 1, CSERSZEGTOMAJ, HU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/871100/871024/542fb816_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Club Dobogomajor is a family-friendly Cserszegtomaj aparthotel on a lake and close to Lake Heviz, Roman Catholic Church of the Holy Spirit, and Festetics Palace.    Property Features.   Club Dobogomajor's restaurant serves breakfast, lunch, and dinner. The aparthotel also has a snack bar/deli and a coffee shop/café. A bar/lounge is open for drinks. The aparthotel serves a complimentary buffet breakfast each morning in the restaurant. Recreational amenities include an outdoor pool, an indoor pool, a children's pool, outdoor tennis courts, and indoor tennis courts. Spa amenities include massage/treatment rooms, body treatments, beauty services, and a hair salon. High-speed (wired) Internet access (surcharge) is available in public areas. For a surcharge, shuttle services include an area shuttle and a train station pick-up service.  Concierge services, tour/ticket assistance, and tour assistance are available. Guest parking is complimentary. Additional property amenities include a rooftop terrace, a library, and a fitness facility. Guests have access to a partner property's indoor pool, outdoor pool, health club, and recreational facilities.    Guestrooms.     312 guestrooms at Club Dobogomajor feature coffee/tea makers and safes. At this 3-star aparthotel, accommodations include kitchenettes with stovetops, microwaves, refrigerators, and cookware/dishes/utensils. Bathrooms feature handheld showerheads and hair dryers. Wired high-speed and wireless Internet access is available for a surcharge. In addition to desks and complimentary newspapers, guestrooms offer direct-dial phones. Televisions have satellite channels. Guests may request in-room massages, irons/ironing boards, and wake-up calls. Guestrooms are all non-smoking.     Room Info:       Notifications and Fees:          Unless otherwise indicated, the charges below are not included in the overall room price. If not included in the overall room price, they will be charged by the property at check-in or check-out. Charges can vary, for example, based on length of stay or the room you book. This property told us they will charge you for the following:   A tax is imposed by the city: EUR 1.3 per person, per night. This tax does not apply to children under 19 years of age.    We have included all charges provided to us by the property. However, charges can vary, for example, based on length of stay or the room you book.  The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Pet fee: EUR 10 per pet, per night  Fee for wireless Internet in business center: EUR 4 per day (rates may vary)     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 1 PM  Check-out time is noon  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5053.48" OriginalAmount="5003.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515426" Longitude="-0.157179" StarRating="5" HotelCode="|17993" HotelName="Hyatt Regency London The Churchill" Meals="ROOM ONLY" 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="63" TotalAmount="5069.19" OriginalAmount="5019.00" MarkupRule="1.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="5073.23" OriginalAmount="5023.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511751442225" Longitude="-0.17764940857887" StarRating="4" HotelCode="66003|corus_hotel_hyde_park" HotelName="Corus Hotel Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/09/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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Lancaster Gate, London W2 3LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/d1/c2d1ec932715bbc56b5afe5aedd84bee018e6afa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly next to Hyde Park and only a short distance from Oxford Street. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5086.36" OriginalAmount="5036" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|168785-28595014/4332538321638099181/1626" HotelName="BEAUFORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9700/9615/27d45dd3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5086.93" OriginalAmount="5036.56" MarkupRule="1.00">
      <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 16/09/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="5090.40" OriginalAmount="5040.00" MarkupRule="1.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="94" TotalAmount="5098.98" OriginalAmount="5048.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511908" Longitude="-0.132443" StarRating="4" HotelCode="|18062" HotelName="Montcalm Piccadilly Townhouse, London West End" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65-73 Shaftesbury Avenue,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/6/2/18062_1c48e4f0348.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel establishment with air-conditioning, was built in 1900 and renovated in 2003. It has 6 floors, 67 rooms, 9 single rooms and 47 double rooms. It has a reception, a safety deposit box service, internet, a conference room and a lift. The establishment also offers room service and a laundry service. SITUATION: Shaftesbury Avenue It is in in the surrounding area of the establishment, guests can find tourist points of interest, shops, bars, pubs and nightclubs. 100 metres away, guests have a public transport stop. ROOM: The comfortable rooms, have fitted carpets, a direct line telephone, a satellite TV, internet and a radio. They also have a mini-bar, a fridge, a hairdryer, a safety deposit box and central heating. FACILITIES: The establishment boasts a gym. OTHERS: Regarding the food and beverage offering, clients have buffet or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="5103.66" OriginalAmount="5053.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49326" Longitude="-0.127276" StarRating="4" HotelCode="33453" HotelName="Riu Plaza London The Westminster" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>30 John Islip Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/33453/33453/1.jpg?f=17753760</HotelPictures>
        <HotelDescription>Enjoy the recreation opportunities such as a 24-hour fitness center or make use of other amenities including complimentary wireless internet access.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5104.54" OriginalAmount="5054" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1466059-32928342/4332538321638099181/4606" HotelName="MOXY LONDON PICCADILLY CIRCUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/120000000/119610000/119607200/119607125/58edb09f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5107.57" OriginalAmount="5057" MarkupRule="1.00">
      <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="27" TotalAmount="5112.62" OriginalAmount="5062" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51103893" Longitude="-0.13022009" StarRating="3" HotelCode="261737|93737" HotelName="Premier Inn London Leicester Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Leicester Place, Leicester Square, London WC2H 7BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/613100/20197301046679.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5112.62" OriginalAmount="5062.00" MarkupRule="1.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="Free CXL until 14/09/2026" 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="94" TotalAmount="5138.56" OriginalAmount="5087.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49848" Longitude="-0.083975" StarRating="4" HotelCode="|455327" HotelName="Residence Inn by Marriott London Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>201-211 Long Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/3/2/7/455327_e0e92bb1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5149.16" OriginalAmount="5098.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49443" Longitude="-0.17471" StarRating="5" HotelCode="|184028" HotelName="The Pelham London - Starhotels Collezione" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Cromwell Place, South Kensington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/2/8/184028_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5154.03" OriginalAmount="5103.00" MarkupRule="1.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="94" TotalAmount="5168.24" OriginalAmount="5117.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515907" Longitude="-0.120217" StarRating="5" HotelCode="|25261" HotelName="Middle Eight - Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GREAT QUEEN STREET, 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/6/1/25261_e4cb60e1248.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 170 rooms, 7 floors and 2 suites. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a cloakroom, a lift and a currency exchange service. The establishment boasts a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning, with highchairs, a conference room and internet. There are many services available at the establishment, including room service, a medical care service and a laundry service. SITUATION: This hotel is situated in Covent Garden a central area of Oxford Street, the British Museum, Theatreland and the Real Opera near the establishment, guests will find it is near the metro stations. ROOM: Suites They have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a double bed, fitted carpets, central heating, an air-conditioning system and a safe (available for a fee). FACILITIES: Guests can enjoy a jacuzzi, a sauna, a steam bath and a gym. OTHERS: Regarding the food and beverage offering, clients have all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5171.20" OriginalAmount="5120" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|168804-12635261/4332538321638099181/27887" HotelName="WASHINGTON MAYFAIR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/528400/528338/57c5a772_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5179.28" OriginalAmount="5128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509537705242" Longitude="-0.19673321663481" StarRating="4" HotelCode="29187|the_laslett_hotel" HotelName="The Laslett" 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,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="94" TotalAmount="5184.91" OriginalAmount="5133.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514133" Longitude="-0.127293" StarRating="4" HotelCode="|17977" HotelName="Radisson Blu , London Mercer Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Mercer Street, Covent Garden</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/7/17977_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900 and renovated in 2003. It has 7 floors, 151 rooms, 21 single rooms, 122 double rooms and 8 suites. Guests have access to a reception, a currency exchange service, a cloakroom and lifts. It has a bar, a restaurant, internet and WiFi. There are many services available at the establishment, including room service and a laundry service. SITUATION: This urban hotel is situated in Covent Garden a central area of near the establishment, guests will find shops, restaurants, bars and pubs. 300 metres away, there is a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a satellite or cable television, internet, a safety deposit box, central heating, tiled floors and fitted carpets. FACILITIES: Guests can enjoy a gym. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5186.47" OriginalAmount="5135.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511146" Longitude="-0.11944" StarRating="5" HotelCode="|78088" HotelName="ME by Meliá London - Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>336-337 The Strand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/8/8/78088_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, bars and a lobby. SITUATION: This hotel Strand it is in Close to the Thames the river, shops, art galleries, museums, restaurants, bars and the nightlife. ROOM: Clients can find 157 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5188.37" OriginalAmount="5137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4456-28569653/4332538321638099181/412" HotelName="RADISSON BLU HOTEL, LONDON EUSTON SQUARE (FORMERLY GRAFTON)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/700/608/b4cfc5b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5188.37" OriginalAmount="5137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1272187-32596411/4332538321638099181/7264" HotelName="Z HOTEL HOLBORN" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103100000/103092500/103092462/7f80ddbd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5195.28" OriginalAmount="5143.84" MarkupRule="1.00">
      <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 16/09/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="83" TotalAmount="5203.52" OriginalAmount="5152" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|877868-28577483/4332538321638099181/4318" HotelName="THE BULL AND THE HIDE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12020000/12015600/12015537/a59f92d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5204.53" OriginalAmount="5153.00" MarkupRule="1.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="Free CXL until 15/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5209.58" OriginalAmount="5158.00" MarkupRule="1.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="Free CXL until 14/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5210.59" OriginalAmount="5159.00" MarkupRule="1.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="83" TotalAmount="5238.87" OriginalAmount="5187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1409527-28587523/4332538321638099181/3564" HotelName="MALDRON HOTEL SHOREDITCH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102330000/102324900/102324802/e0c2dfc1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5250.99" OriginalAmount="5199.00" MarkupRule="1.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="63" TotalAmount="5255.03" OriginalAmount="5203.00" MarkupRule="1.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="Free CXL until 17/09/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="94" TotalAmount="5255.91" OriginalAmount="5203.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5160597" Longitude="-0.0881102" StarRating="4" HotelCode="|67134" HotelName=" Clayton Hotel London Wall" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>COPTHALL AVENUE 7-9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/3/4/67134_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious establishment and contemporary style, it was opened in 2009 and has 89 rooms and suites. The establishment boasts a restaurant, a bar, a gym, a lobby, a reception and a lift. The establishment also offers WiFi, room service and a laundry service. SITUATION: This hotel is in the business area, near the establishment, you will find places of interest, close to the establishment, guests have the railway station, the metro station, is situated 12 kilometres away from London City Airport the establishment is 30 kilometres away from London Heathrow Airport it is situated 53 kilometres away from Gatwick Airport 54 kilometres away from Stansted Airport. ROOM: All the rooms have an LCD television, WiFi, a bathroom with a shower, a bath, a hairdryer, a king size or double bed, a direct line telephone, a radio, a safe, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and individual heating. FACILITIES: The establishment has a gym. MEALS: Regarding the food and beverage offering, the establishment offers an elegant restaurant and a bar. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5270.18" OriginalAmount="5218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517599" Longitude="-0.127656" StarRating="4" HotelCode="16396|radisson_blu_edwardian_bloomsbury_street" HotelName="Radisson Blu Edwardian Bloomsbury 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,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="94" TotalAmount="5309.74" OriginalAmount="5257.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5291195" Longitude="-0.1218179" StarRating="4" HotelCode="|167236" HotelName="The Gyle - Kings Cross St Pancras, London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Argyle Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/3/6/167236_637c94f1227.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, an ironing set and a hairdryer. SITUATION: This establishment is in a green area of Londres. It is situated 2 minutes walk away from the train and the metro station. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5310.90" OriginalAmount="5258.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49437" Longitude="-0.189836" StarRating="4" HotelCode="|168056" HotelName="London Marriott  Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>147 Cromwell Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/0/5/6/168056_19.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby, 7 floors, 216 rooms, internet, a restaurant and a bar. SITUATION: This establishment is close to the Natural History Museum, Royal Albert Hall and the stores of Kensington High Street. It has excellent transport links to the metro station. It is in Gloucester Road, has excellent transport links to taxis, the bus, the nightlife and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5325.73" OriginalAmount="5273" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|108507-32594213/4332538321638099181/3289" HotelName="HARRINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/889200/889177/1c8daea1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5330.78" OriginalAmount="5278" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185963-12635363/4332538321638099181/28167" HotelName="SLOANE SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7900/7864/3c779a8a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5345.93" OriginalAmount="5293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498799" Longitude="-0.136877" StarRating="5" HotelCode="|444940" HotelName="The Guardsman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Vandon Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/0/444940_75a44f11325.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5347.95" OriginalAmount="5295.00" MarkupRule="1.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="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="27" TotalAmount="5350.98" OriginalAmount="5298" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52163832" Longitude="-0.08572789" StarRating="5" HotelCode="469797|200302" HotelName="Montcalm Royal London House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-25 Finsbury Square, EC2A 1DX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/5a/f75a1e60606006eed037a5c610e78a02fad766a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="5351.10" OriginalAmount="5298.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50865" Longitude="-0.12479" StarRating="4" HotelCode="13124" HotelName="The Clermont London, Charing Cross" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>The Strand,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13124/13124/38.jpg?f=17753589</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities including a fitness center and in-room fitness. Additional features at this Victorian hotel include complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include a computer station, express check-in, and express check-out. Planning an event in London? This hotel has 6878 square feet (639 square meters) of space consisting of a conference center and 9 meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5354.01" OriginalAmount="5301.00" MarkupRule="1.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="94" TotalAmount="5356.55" OriginalAmount="5303.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5209427" Longitude="-0.156984" StarRating="4" HotelCode="|20366" HotelName="Holmes London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Chiltern Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/6/6/20366_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 18th Century, renovated in 2001, has 5 floors, 119 standard rooms, 70 single rooms, 26 double rooms, 3 suites and 17 apartments. The establishment has a lobby with elevators, a reception with safety deposit boxes, a television room, an Ã  la carte restaurant with air-conditioning and highchairs. The establishment offers guests conference rooms, internet, room service and a laundry service. SITUATION: This hotel is in Baker Street it has excellent transport links to places of interest, such as el Hyde Park, Regents Park, Madame Tussauds and Oxford Street, close to restaurants, bars and shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a fridge, a central heating system and a safe. FACILITIES: Guests are offered a sauna, a Turkish bath, a massage service and a gym. MEALS: The establishment serves a buffet breakfast, menu and Ã  la carte lunch and an Ã  la carte dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5358.05" OriginalAmount="5305" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1322869-28555471/4332538321638099181/5264" HotelName="MASTER CANNON LONDON SERVICED APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27530000/27523900/27523874/de31bfb3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5369.16" OriginalAmount="5316" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12738-28569647/4332538321638099181/7165" HotelName="INDIGO LONDON K WEST SHEPHERDS BUSH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/898700/898660/3aa5935a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5375.22" OriginalAmount="5322" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|208865-28597198/4332538321638099181/1523" HotelName="BOUNDARY SHOREDITCH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2820000/2819500/2819429/f8367f96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5380.27" OriginalAmount="5327.00" MarkupRule="1.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="5386.33" OriginalAmount="5333" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|433757-28581948/4332538321638099181/5042" HotelName="GOOD HOTEL LONDON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16310000/16300700/16300604/85ea2f85_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5391.34" OriginalAmount="5337.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51328" Longitude="-0.08513" StarRating="4" HotelCode="|529754" HotelName="Counting House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Cornhill</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/7/5/4/529754_bb99b7f1059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5395.42" OriginalAmount="5342.00" MarkupRule="1.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="5407.54" OriginalAmount="5354.00" MarkupRule="1.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="Free CXL until 17/09/2026" 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="16" TotalAmount="5408.23" OriginalAmount="5354.68" MarkupRule="1.00">
      <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="Free CXL until 11/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5423.70" OriginalAmount="5370.00" MarkupRule="1.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="63" TotalAmount="5425.72" OriginalAmount="5372.00" MarkupRule="1.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="83" TotalAmount="5435.82" OriginalAmount="5382" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|356123-21407505/4332538321638099181/8715" HotelName="HILTON LONDON BANKSIDE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11720000/11718100/11718090/0f728120_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5436.23" OriginalAmount="5382.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514702" Longitude="-0.1023" StarRating="0" HotelCode="|451090" HotelName="Hyde London City (Opening March 2024)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Old Bailey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/9/0/451090_b5517e01001.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5437.23" OriginalAmount="5383.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500037" Longitude="-0.161528" StarRating="5" HotelCode="35462|15170" HotelName="The Capital" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/09/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="63" TotalAmount="5437.84" OriginalAmount="5384.00" MarkupRule="1.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="Free CXL until 17/09/2026">
        <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="94" TotalAmount="5441.64" OriginalAmount="5387.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520412" Longitude="-0.084917" StarRating="5" HotelCode="|538256" HotelName="Sun Street Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-15 Sun Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/2/5/6/538256_78dcc100944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5447.94" OriginalAmount="5394.00" MarkupRule="1.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="Free CXL until 15/09/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="27" TotalAmount="5468.14" OriginalAmount="5414" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495635830716" Longitude="-0.14538645744324" StarRating="4" HotelCode="18519|13280" HotelName="The Clermont, Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Buckingham Palace Road, London SW1W 0SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/f3/f5f3dd07829eb17b9daa694a676edebaa17a4294.jpeg</HotelPictures>
        <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="94" TotalAmount="5469.10" OriginalAmount="5414.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52059" Longitude="-0.13062" StarRating="4" HotelCode="|183536" HotelName="The Academy - Small Luxury Hotels Of The World" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Gower Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/5/3/6/183536_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5495.73" OriginalAmount="5441.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5186996" Longitude="-0.1354" StarRating="4" HotelCode="|20393" HotelName="The Rathbone , Fitzrovia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rathbone Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/9/3/20393_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5505.04" OriginalAmount="5450.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516134" Longitude="-0.157704" StarRating="5" HotelCode="|18031" HotelName="Nobu London Portman Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PORTMAN SQUARE 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/1/18031_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This conference hotel, was built in 1971, renovated in 2003, has 11 floors, 272 standard rooms, 9 single rooms, 243 double rooms and 18 suites. In the establishment entrance, guests will find a lobby with a reception, a currency exchange service, a safety deposit box service and lifts. Our guests can find a conference room, a cafÃ© and an Ã  la carte restaurant highchairs with air-conditioning. The establishment offers internet, WiFi, room service and a laundry service. Guests are also offered disabled access rooms. SITUATION: This luxurious hotel is near Oxford Street, near the establishment, you will find restaurants, pubs, boutiques and Marble Arch Underground Station. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a stereo, satellite or cable TV, internet, a mini-bar and a fridge. They also have a double bed, a safety deposit box, heating, tiled floors and fitted carpets. FACILITIES: The establishment boasts a sauna and a gym. MEALS: The establishment serves a buffet breakfast and Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accommodated and special dishes can be made. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5506.52" OriginalAmount="5452" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|23476-32902485/4332538321638099181/28412" HotelName="THE CAPITAL HOTEL, APARTMENTS &amp;amp; TOWNHOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/190000/182500/182475/6d6c9e90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5516.62" OriginalAmount="5462" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|30954-12634467/4332538321638099181/28590" HotelName="NOBU HOTEL LONDON PORTMAN SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/20000/19959/988abfd1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5519.65" OriginalAmount="5465.00" MarkupRule="1.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 14/09/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="94" TotalAmount="5534.30" OriginalAmount="5479.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5000865" Longitude="-0.1616785" StarRating="5" HotelCode="|25255" HotelName="The Capital , Apartments and Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Basil Street Knightsbridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/5/5/25255_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2004 6 floors, 49 rooms, 22 double rooms, 7 deluxe rooms, 8Â junior suites and 10 apartments. Guests have access to a currency exchange service, a bar, an excellent restaurant with air-conditioning and internet. There are many services available at the establishment, including a laundry service and room service. It also has an indoor car park. SITUATION: This attractive and luxury hotel, Knightsbridge is situated in nearby, you will find shops, Harrods, Harvey Nichols, Sloane Street and Hyde Park it is close to 50 metres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, an air-conditioning system, a central heating system and a safe (available for a fee). FACILITIES: Guests are offered an entertainment programme. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5575.20" OriginalAmount="5520.00" MarkupRule="1.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="8" TotalAmount="5585.14" OriginalAmount="5529.84" MarkupRule="1.00">
      <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 15/09/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="94" TotalAmount="5599.39" OriginalAmount="5543.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504996" Longitude="-0.150016" StarRating="5" HotelCode="|25262" HotelName="Como Metropolitan London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OLD PARK LANE 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/6/2/25262_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel renovated suites WiFi (free of charge), a restaurant, Met Bar the bar a lounge bar and a club. The establishment also offers yoga and a gym. SITUATION: Mayfair It is in 100 metres away, clients have boutiques, shopping areas, restaurants and bars. ROOM: The establishment has 150 rooms with a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio and internet. They also have a mini-bar, a fridge, a safety deposit box, fitted carpets and a central heating system. FACILITIES: The establishment boasts the health club, Reiki, reflexology, yoga and a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5617.79" OriginalAmount="5562.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52754" Longitude="-0.08901" StarRating="5" HotelCode="|184731" HotelName="Montcalm East, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151-157 City Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/3/1/184731_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5625.70" OriginalAmount="5570.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514797" Longitude="-0.158564" StarRating="4" HotelCode="147211|zetter_townhouse_maryleb" HotelName="The Zetter Townhouse Marylebone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="5687.37" OriginalAmount="5631.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5144005" Longitude="-0.1484" StarRating="4" HotelCode="|20370" HotelName="Radisson Blu , London Bond Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OXFORD STREET 350</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/7/0/20370_7f784800803.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 8 floors, 148 rooms, 98 double rooms, 48 single rooms and 2 suites. The establishment boasts a restaurant with air-conditioning and a bar. The establishment offers guests room service and a laundry service. SITUATION: This luxurious hotel is in a central location, Close to, is located close to Kensington and Buckingham the palaces of Close to Bond Street the metro stop. ROOM: The luxurious rooms with air-conditioning, have a bathroom, a hairdryer, an iron, a direct line telephone and satellite or cable TV. They also have a mini-bar, a fridge, central heating and a safety deposit box. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5695.39" OriginalAmount="5639" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|186359-28579896/4332538321638099181/3265" HotelName="CLUB QUARTERS HOTEL LONDON CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/559700/559689/19f57977_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5717.61" OriginalAmount="5661.00" MarkupRule="1.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="94" TotalAmount="5730.57" OriginalAmount="5673.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502177" Longitude="-0.07696" StarRating="4" HotelCode="|444661" HotelName="The Dixon,Tower Bridge, Autograph Collection " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211 Tooley Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/6/1/444661_91136091157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="5732.78" OriginalAmount="5676.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49568" Longitude="-0.14535" StarRating="4" HotelCode="195435" HotelName="The Clermont London, Victoria" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>101 Buckingham Palace Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/95435/195435/1.jpg?f=17725964</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and concierge services. Additional features at this Victorian hotel include wedding services and a banquet hall.. Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk. This hotel has 10 meeting rooms available for events..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5735.98" OriginalAmount="5679.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48908" Longitude="-0.14663" StarRating="0" HotelCode="|183997" HotelName="Publove The White Ferry, Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1A Sutherland Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/9/7/183997_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5746.90" OriginalAmount="5690" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1322868-22372694/4332538321638099181/28638" HotelName="AMANO COVENT GARDEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75710000/75708100/75708014/96a33836_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5772.15" OriginalAmount="5715.00" MarkupRule="1.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="27" TotalAmount="5773.16" OriginalAmount="5716" MarkupRule="1.00">
      <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="83" TotalAmount="5774.17" OriginalAmount="5717" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|24874-12636535/4332538321638099181/28818" HotelName="JUMEIRAH LOWNDES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/860000/858700/858696/acc8911c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5784.27" OriginalAmount="5727.00" MarkupRule="1.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="83" TotalAmount="5791.34" OriginalAmount="5734" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4551-12633799/4332538321638099181/28640" HotelName="MELIA LONDON KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20300/20210/5654ae83_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5799.38" OriginalAmount="5741.96" MarkupRule="1.00">
      <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 16/09/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="5808.51" OriginalAmount="5751.00" MarkupRule="1.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="63" TotalAmount="5814.57" OriginalAmount="5757.00" MarkupRule="1.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="94" TotalAmount="5817.46" OriginalAmount="5759.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503961" Longitude="-0.15021" StarRating="5" HotelCode="|18004" HotelName="Intercontinental London Park Lane, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HAMILTON PLACE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/0/4/18004_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a large hall with elevators, a reception, a cloakroom, a cosy, comfortable bar, an Ã  la carte restaurant with air-conditioning, a hairdresser's, an indoor car park, conference rooms with features that offer you the maximum level of comfort and internet. There are many services available at the establishment, including a laundry service and room service. SITUATION: This trendy hotel is situated in a central area. It has good links to the metro station. Near the establishment, guests will find tourist points of interest, monuments, shops and leisure areas. It is close to Hyde Park Underground Station. It has good links to Airport London Heathrow. ROOM: The establishment has 451 stylish rooms with a bathroom, a hairdryer, a direct line telephone, a satellite television, internet, a mini-bar, a central heating system, a safety deposit box and fitted carpets. Some rooms have tiled floors. FACILITIES: Clients have access to a small sports area, a jacuzzi, a sauna and a gym. MEALS: Customers have at their disposal a restaurant. The establishment serves Ã  la carte lunch and dinner. The establishment also has a coffee shop. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Eurocard, Visa and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5854.67" OriginalAmount="5796.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4989014" Longitude="-0.1578" StarRating="5" HotelCode="|20032" HotelName="The Lowndes London - A Jumeirah Partner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 LOWNDES STREET, BELGRAVIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/3/2/20032_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel was renovated in 2002 24 double rooms, 1 suite and 5 floors. In the establishment entrance, guests will find a lobby with elevators, a cafÃ©, a reception with safety deposit boxes and a currency exchange service. The establishment boasts a bar, a casino, internet at an extra charge, a restaurant with air-conditioning, an indoor car park and a car park. There are many services available at the establishment, including room service and a laundry service. SITUATION: This nice, comfortable hotel is situated close to London the city centre of Where you can find shops, leisure areas and entertainment. 50 metres away, there is a public transport stop, 800 metres away, guests will find bars, restaurants and shops. it is 200 metres away from Knightsbridge the metro station of. ROOM: The rooms have a bathroom with a hairdryer, a mini-bar, a safety deposit box (available for a fee), a direct line telephone, internet, a radio, a double bed and satellite or cable TV. FACILITIES: It is 50 kilometres away from a golf course. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5856.99" OriginalAmount="5799.00" MarkupRule="1.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="63" TotalAmount="5863.05" OriginalAmount="5805.00" MarkupRule="1.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="Free CXL until 06/09/2026" 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="83" TotalAmount="5867.09" OriginalAmount="5809" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4901682" Longitude="-0.1378039" StarRating="4" HotelCode="0|104891-28578089/4332538321638099181/1147" HotelName="TOPHAMS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>90 BELGRAVE ROADLONDON SW1V 2BJGREAT BRITAIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/79000/78980/a28df90f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5870.12" OriginalAmount="5812" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15019-28510000/4332538321638099181/1262" HotelName="PHOENIX" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11100/11006/9eedc485_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5906.48" OriginalAmount="5848" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4496-28569654/4332538321638099181/488" HotelName="RADISSON BLU HOTEL, LONDON TOTTENHAM COURT ROAD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4300/4285/55487f45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5930.72" OriginalAmount="5872" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4476-21406345/4332538321638099181/8564" HotelName="DOUBLETREE BY HILTON LONDON VICTORIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3100/3094/a3e08d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5959.00" OriginalAmount="5900.00" MarkupRule="1.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="5961.02" OriginalAmount="5902.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Peter’s Lane, Cowcross Street, London EC1M 6DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/80/c8/80c838b5b2fc1906b1321ce72d7a089f9a9fb06e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5963.04" OriginalAmount="5904" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1383193-28598599/4332538321638099181/4398" HotelName="SUN STREET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83440000/83433600/83433545/e5394754_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5974.03" OriginalAmount="5914.88" MarkupRule="1.00">
      <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 16/09/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="63" TotalAmount="5982.23" OriginalAmount="5923.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506762066506" Longitude="-0.1466176134079" StarRating="4" HotelCode="174961|44_curzon_street" 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="5993.34" OriginalAmount="5934.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50613827443" Longitude="-0.14034234477276" StarRating="5" HotelCode="18135|st_jamess_hotel__club" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7-8 Park Place, St. James's, London SW1A 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/57/2457f822a81059066adbd5cb5126a9aee4880b22.JPEG</HotelPictures>
        <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="6009.50" OriginalAmount="5950.00" MarkupRule="1.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="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Bedford Street, London WC2R 0PZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/0d/b90d5210e43070ecdff66819fdebe912cd50345d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6011.52" OriginalAmount="5952.00" MarkupRule="1.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="6047.88" OriginalAmount="5988.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507714" Longitude="-0.147148" StarRating="4" HotelCode="18284|the_chesterfield_mayfair" HotelName="The Chesterfield Mayfair" Meals="ROOM ONLY" 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="6076.16" OriginalAmount="6016.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509681" Longitude="-0.078989" StarRating="4" HotelCode="77804|bridgestreet_tower_view" HotelName="Tower View by BridgeStreet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/09/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="95" TotalAmount="6096.37" OriginalAmount="6036.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516006" Longitude="-0.160204" StarRating="5" HotelCode="1788427" HotelName="The Prince Akatoki London" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>50 Great Cumberland Place, Marble Arch</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0017/88427/1788427/1.jpg?f=17412011</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and concierge services. Additional amenities at this Edwardian hotel include a fireplace in the lobby and a banquet hall.. Featured amenities include a business center, express check-out, and dry cleaning/laundry services. Event facilities at this hotel consist of conference space and meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6114.95" OriginalAmount="6054.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51886" Longitude="-0.08653" StarRating="5" HotelCode="|183873" HotelName="South Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 South Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/7/3/183873_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6123.63" OriginalAmount="6063.00" MarkupRule="1.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="63" TotalAmount="6124.64" OriginalAmount="6064.00" MarkupRule="1.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="94" TotalAmount="6138.30" OriginalAmount="6077.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529421" Longitude="-0.124181" StarRating="5" HotelCode="|444717" HotelName="The Standard London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Argyle Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/1/7/444717_05300040941.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6146.86" OriginalAmount="6086.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50472678657" Longitude="-0.1470373836504" StarRating="5" HotelCode="17641|the_park_lane_hotel_london_2" 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/09/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="63" TotalAmount="6165.04" OriginalAmount="6104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499595247606" Longitude="-0.13184122453686" StarRating="3" HotelCode="17178|the_sanctuary_house_hotel" HotelName="Sanctuary House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/09/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="6166.05" OriginalAmount="6105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51636307881" Longitude="-0.077857656992308" StarRating="5" HotelCode="450239|199964" HotelName="Devonshire Club by Mantis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Devonshire Square, London EC2M 4YD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/c6/5fc6250dd638615202e69c3a2ce6f6c698c6140a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6186.25" OriginalAmount="6125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523123687665" Longitude="-0.10387390851974" StarRating="4" HotelCode="189767|the_zetter_townhouse" HotelName="The Zetter Townhouse" 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>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="94" TotalAmount="6190.23" OriginalAmount="6128.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50882" Longitude="-0.08111" StarRating="5" HotelCode="|184343" HotelName="Cheval Three Quays" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Lower Thames Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/3/4/3/184343_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6201.88" OriginalAmount="6140.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50992" Longitude="-0.123482" StarRating="4" HotelCode="|444947" HotelName="The Resident Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Bedford St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/7/444947_ec0b4f91416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6209.48" OriginalAmount="6148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|114221-18138094/4332538321638099181/13662" HotelName="ST JAMES`S HOTEL AND CLUB MAYFAIR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/578700/578692/51a5bd05_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6243.09" OriginalAmount="6181.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4986932" Longitude="-0.1377037" StarRating="4" HotelCode="|18084" HotelName="St. James' Court, A Taj , London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate. London. SW1E 6AF</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/8/4/18084_c1098ce1153.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 7 floors, 342 standard rooms, 11 suites and 3 rooms adapted for people with reduced mobility. It has air-conditioning, a garden, a hall with a lift, a reception and a currency exchange service. The establishment boasts a cafÃ©, a bar, a pub, a television room and an Ã  la carte restaurant. The establishment offers guests a safety deposit box service, conference rooms, internet, room service, a laundry service and bicycle rental. SITUATION: This hotel is in Westminster it has good links to public transport services. Near the establishment, you will find tourist areas, shops and leisure areas. A few minutes' walk away, clients have the Buckingham Palace and the Big Ben 600 metres away from the establishment, you can find Westminster Abbey it is 1,2 kilometres away from the London Eye It's 1,9 kilometres from the National Gallery, 16 kilometres away from Airport London City. 24 kilometres away from the establishment, guests will find London Heathrow Airport. It is 44 kilometres away from Gatwick Airport. It is 56 kilometres from the Luton Airport. It's 63 kilometres from Stansted Airport. ROOM: Customers can find inviting and modern rooms with a hairdryer, a direct line telephone, a satellite TV, internet, a mini-bar, a safe, a coffee maker, a kettle, an air-conditioning system, individual heating and an iron. FACILITIES: The establishment has a gym, a sauna, a steam bath and a solarium. Guests are offered beauty treatments, body treatments, a massage service and the option of a manicure. Some of these services for an additional charge. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6250.07" OriginalAmount="6188.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5174" Longitude="-0.1274" StarRating="4" HotelCode="|17947" HotelName="Radisson Blu , London Bloomsbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLOOMSBURY STREET 9-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/4/7/17947_dd5d5130845.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 173 rooms, 16 single rooms, 150 double rooms and 2 suites. It has a reception, a currency exchange service, a cloakroom and lifts. The establishment offers a conference room, room service, a laundry service, internet and WiFi. SITUATION: This luxurious hotel is in London city centre. Nearby, you will find museums. 500 metres away from the establishment, guests can find shops, restaurants and pubs. 100 metres away, guests have a public transport stop. ROOM: The inviting rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a fridge and a mini-bar. They also have a double bed, a central heating system, fitted carpets and tiled floors. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="6252.90" OriginalAmount="6190.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5139" Longitude="-0.127097" StarRating="4" HotelCode="1213577" HotelName="Radisson Blu Hotel, London Mercer Street" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>20 Mercer Street, Covent Garden, 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0012/13577/1213577/1.jpg?f=17751174</HotelPictures>
        <HotelDescription>The Radisson Blu Edwardian Mercer Street, nestled in London's vibrant Covent Garden district, offers a stylish boutique experience. Surrounded by charming shops, cafes, and restaurants, the hotel reflects the area's unique village atmosphere. Its classic and contemporary artwork celebrates the rich cultural heritage of Seven Dials. Guests enjoy easy access to Covent Garden's Piazza and the bustling streets of Bond Street, Oxford Street, and Soho. The hotel features 137 comfortable rooms and suites, decorated in calming, muted shades with tactile fabrics and original artwork. Amenities include premium REN toiletries and complimentary high-speed Wi-Fi. Deluxe rooms offer additional workspace and a spacious seating area. The hotel also provides four meeting rooms equipped with cutting-edge technology, accommodating 2 to 60 guests. For dining, Monmouth Kitchen offers a sophisticated setting with exposed brickwork and contemporary furnishings. The menu features Peruvian and Italian sharing plates, including signature smoked lamb cutlets and fresh sea bass ceviche. The hotel is a TripAdvisor Hall of Fame recipient (2015-2017). A valid credit card is required upon arrival.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6256.95" OriginalAmount="6195" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|175074-12636849/4332538321638099181/28986" HotelName="ME LONDON BY MELIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4890000/4884000/4883915/0931b9bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6287.94" OriginalAmount="6225.68" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="6288.08" OriginalAmount="6225.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529331" Longitude="-0.12611" StarRating="5" HotelCode="|78061" HotelName="St Pancras London, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Euston Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/6/1/78061_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated close toSt Pancras the Station of It has excellent transport links to. ROOM: Customers can find 245 smart, comfortable rooms. OTHERS: Regarding the food and beverage provision, the establishment offers 2 bars.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6317.55" OriginalAmount="6255" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143529-28579671/4332538321638099181/7136" HotelName="INHABIT QUEENS GARDENS A MEMBER OF DESIGNS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3090000/3088000/3087913/be0a2c5f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6325.63" OriginalAmount="6263" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|83984-28509993/4332538321638099181/2055" HotelName="THE LODGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/891500/891455/06f05c3e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6340.78" OriginalAmount="6278" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506379" Longitude="-0.145612" StarRating="4" HotelCode="13327|31378" HotelName="Hilton London Green Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Half Moon Street, Mayfair, London W1J 7BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/0684143e4baa2c14/01-b.jpg</HotelPictures>
        <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="6341.79" OriginalAmount="6279.00" MarkupRule="1.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="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-6 Southampton Row, London WC1B 4AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/f5/38f57117ce22fd504049231be162fddd3bc859cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6361.99" OriginalAmount="6299" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|598724-32925910/4332538321638099181/14881" HotelName="THE DIXON AUTOGRAPH COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29360000/29357100/29357005/57a0105c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6378.15" OriginalAmount="6315.00" MarkupRule="1.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="6399.36" OriginalAmount="6336.00" MarkupRule="1.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="63" TotalAmount="6420.57" OriginalAmount="6357.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518067" Longitude="-0.149759" StarRating="5" HotelCode="23056|the_marylebone_hotel__a_member_of_the_doyle_collection" HotelName="The Marylebone" 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,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="83" TotalAmount="6436.73" OriginalAmount="6373" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|30937-28599590/4332538321638099181/6434" HotelName="THE COURTHOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1120000/1119000/1118954/5087f3bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6466.02" OriginalAmount="6402" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|347702-28595494/4332538321638099181/2447" HotelName="PELHAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/525500/525490/004859bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6486.22" OriginalAmount="6422" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|171386-28738461/4332538321638099181/29030" HotelName="THE PRINCE AKATOKI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3010000/3005800/3005785/89fb5285_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6487.23" OriginalAmount="6423" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152350-28579905/4332538321638099181/3896" HotelName="DURRANTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1410000/1408400/1408397/55040b83_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6491.27" OriginalAmount="6427" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1467697-32942387/4332538321638099181/5756" HotelName="SIR DEVONSHIRE SQUARE HOTEL, PART OF SIRCLE COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/99000000/98530000/98522000/98521957/91075601_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6522.58" OriginalAmount="6458.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="986336|the_westin_london_city" HotelName="The Westin London City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="6538.74" OriginalAmount="6474.00" MarkupRule="1.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="94" TotalAmount="6590.59" OriginalAmount="6525.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510732" Longitude="-0.131475" StarRating="5" HotelCode="|78318" HotelName="W London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wardour Street 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/3/1/8/78318_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a cocktail bar, a spa, a beauty centre and a restaurant. SITUATION: This establishment, the West End it is in Close to the theatres and Chinatown and Soho the districts 300 metres away, guests can find Leicester Square and Piccadilly Circus the metro station of 2 minutes away, there are shops. ROOM: The rooms have an iPod docking station, a flat-screen television, a bathrobe and luxurious bedding. FACILITIES: Guests are offered a sauna, a hydromassage pool, a steam bath, treatments and relaxation area. The establishment also offers a bar, a cocktail bar and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6609.44" OriginalAmount="6544.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518021675267" Longitude="-0.14265596866608" StarRating="4" HotelCode="17096|saint_georges_hotel" HotelName="Treehouse London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-15 Langham Place, Marylebone, London W1B 2QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/4a/5d4aef857bf9589e7861a1f4ec1d23715e475657.jpeg</HotelPictures>
        <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="6622.57" OriginalAmount="6557.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519952729849" Longitude="-0.12586265802383" StarRating="4" HotelCode="35407|grange_white_hall_hotel" HotelName="Grange White Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-5 Montague Street, WC1B 5BU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/81/5081a1482eab33cf0d505f7eb388dadcb085d272.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a unique location on Montague Street close to the spot where the Duke of Montague ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6637.72" OriginalAmount="6572.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512158" Longitude="-0.15441399999997" StarRating="5" HotelCode="284902|go_native_mayfair" HotelName="Go Native Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Lees Place, Mayfair, London, W1K 6LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/02/97021ce419ed8cae033a9579a7102d9eb94bd4bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6658.42" OriginalAmount="6592.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4985008" Longitude="-0.1351" StarRating="4" HotelCode="|17989" HotelName="St. Ermins , Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caxton Street 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/8/9/17989_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1887, has 6 floors, 290 rooms, 98 single rooms, 125 double rooms and 7 suites. It has a hall with elevators, a reception, a bar and a restaurant. The establishment also offers a car park (for a fee). SITUATION: This hotel is near monuments and tourist points of interest, such as the Buckingham Palace. 50 metres away, clients have St James Park Underground Station. ROOM: The comfortable rooms have a bathroom with a bath or shower, a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, a fridge and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6681.96" OriginalAmount="6615.80" MarkupRule="1.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 10/09/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="8" TotalAmount="6686.93" OriginalAmount="6620.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512635319424" Longitude="-0.11892378330231" StarRating="5" HotelCode="18369|9013" HotelName="The Waldorf Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="6688.22" OriginalAmount="6622.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51525152942" Longitude="-0.15928593692695" StarRating="5" HotelCode="14979|the_montcalm_london" HotelName="The Montcalm London Marble Arch" Meals="ROOM ONLY" 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="94" TotalAmount="6751.90" OriginalAmount="6685.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524829" Longitude="-0.143687" StarRating="4" HotelCode="|18078" HotelName="Melia White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Albany Street, Regent's Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/7/8/18078_03ca8ed1131.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1936, renovated in 2002, has 8 floors, 581 rooms, 283 single rooms, 158 double rooms, 140 suites and 112 apartments. In the entrance, you can find a lobby, a reception, a safety deposit box service, a currency exchange service and lifts. Regarding the food and beverage offering, the establishment has an Ã  la carte restaurant with air-conditioning, with highchairs, a bar. The establishment offers a conference room, WiFi, room service, a laundry service and a medical care service. SITUATION: This luxurious hotel is situated 35 kilometres away from London Heathrow and Gatwick the airports of near the establishment, you will find the tourist attractions. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a radio, internet, a courtesy tea and coffee service, a trouser press and a mini-bar. They also have a double bed, fitted carpets, an air-conditioning system, a central heating system and a safety deposit box. FACILITIES: The establishment has a gym and a sauna. OTHERS: The establishment serves all meals in a buffet form, set-menu or Ã  la carte lunch and dinner, dietary restrictions can be accomodated for and special dishes. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and EC.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6764.97" OriginalAmount="6697.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506318" Longitude="-0.125851" StarRating="5" HotelCode="|444704" HotelName="Great Scotland Yard Hotel, part of Hyatt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-5, Great Scotland Yard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/0/4/444704_9c0495e1224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6780.13" OriginalAmount="6713.00" MarkupRule="1.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 17/09/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="94" TotalAmount="6786.58" OriginalAmount="6719.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525188" Longitude="-0.143668" StarRating="4" HotelCode="|202376" HotelName="Level At Melia White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Longford Street, Regents Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/3/7/6/202376_1_2632.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6799.32" OriginalAmount="6732" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143536-28596752/4332538321638099181/2166" HotelName="TOWN HALL HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3240000/3231200/3231188/68863040_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6800.33" OriginalAmount="6733" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101744-21403727/4332538321638099181/8266" HotelName="THE WALDORF HILTON, LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2100/2065/9ca0ec4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6804.37" OriginalAmount="6737.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498270816124" Longitude="-0.14356791973114" StarRating="5" HotelCode="17019|the_rubens_at_the_palace" 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 03/09/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="83" TotalAmount="6809.42" OriginalAmount="6742" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26163-28578102/4332538321638099181/5409" HotelName="LONDON MARRIOTT KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18800/18773/9ab87f3d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6832.77" OriginalAmount="6765.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49916" Longitude="-0.19787" StarRating="0" HotelCode="|444941" HotelName="Monarch House Serviced" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241 Kensington High Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/1/444941_2b205691343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6834.67" OriginalAmount="6767" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|196985-21407279/4332538321638099181/8507" HotelName="CONRAD LONDON ST. JAMES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4670000/4661300/4661230/9590f550_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6850.39" OriginalAmount="6782.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525176611433" Longitude="-0.1436474510549" StarRating="4" HotelCode="321892|582162" HotelName="The Level at Meliá White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/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="94" TotalAmount="6853.29" OriginalAmount="6785.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507357" Longitude="-0.12916" StarRating="4" HotelCode="|29703" HotelName="The Trafalgar St. James London, Curio Collection By Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SPRING GARDENS, TRAFALGAR SQUARE 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/0/3/29703_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a good location. It has a lobby with seats. SITUATION: This establishment is in the heart of West End. Near the establishment, guests will find tourist areas and shopping areas. ROOM: The rooms have a bathroom. RESTAURANT: Guests can enjoy 2 bars and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6854.87" OriginalAmount="6787.00" MarkupRule="1.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="Free CXL until 15/09/2026" 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="6868.00" OriginalAmount="6800.00" MarkupRule="1.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 17/09/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="94" TotalAmount="6902.30" OriginalAmount="6833.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50803" Longitude="-0.1437" StarRating="5" HotelCode="|72483" HotelName="The May Fair, A Radisson Collection , Mayfair London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stratton street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/8/3/72483_53716110811.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1927, is perfect for business and holiday stays, has a sauna, showers, treatments and a UV ray solarium. SITUATION: This hotel is in Mayfair it is in London city centre. Close to the establishment, clients can find the Bond Street and Knightsbridge shopping area. It is near Green Park and Buckingham Palace</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6920.63" OriginalAmount="6852.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49705" Longitude="-0.11333" StarRating="0" HotelCode="|183925" HotelName="Publove @ The Steam Engine - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41-42, Cosser St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/2/5/183925_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6928.60" OriginalAmount="6860.00" MarkupRule="1.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="27" TotalAmount="6942.74" OriginalAmount="6874" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520092924228" Longitude="-0.12614965438843" StarRating="4" HotelCode="32095|9762" HotelName="Grange Blooms" 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,Garden,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Montague Street 7, WC1B 5BP London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c1/dfc1a22364b922861371132964fd948014b1fea1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bloomsbury, next to the British Museum (100 m). It is around 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7055.86" OriginalAmount="6986" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4459-28599573/4332538321638099181/642" HotelName="RADISSON BLU HOTEL, LONDON LEICESTER SQUARE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/16200/16150/cba157f1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7088.18" OriginalAmount="7018" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4516-12636415/4332538321638099181/29698" HotelName="THE MAY FAIR, MAYFAIR, LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7700/7606/64d43775_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="7125.06" OriginalAmount="7054.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51774" Longitude="-0.14969" StarRating="5" HotelCode="248207" HotelName="The Marylebone Hotel" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>47 Welbeck Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/48207/248207/1.jpg?f=17731757</HotelPictures>
        <HotelDescription>Take advantage of recreational opportunities offered, including a health club, an indoor pool, and a hot tub. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a fireplace in the lobby.. Featured amenities include complimentary wired internet access, a business center, and complimentary newspapers in the lobby. Event facilities at this hotel consist of a conference center and 8 meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7145.75" OriginalAmount="7075" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|200426" HotelName="The Franklin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Egerton Gardens, Knightsbridge, London SW3 2DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/eb/5ceb4e3942bc4df6242b0e692d9343f706a15c74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7151.81" OriginalAmount="7081.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49899628" Longitude="-0.19807449" StarRating="4" HotelCode="628399|monarch_house_serviced_apartments" HotelName="Monarch House Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/08/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="63" TotalAmount="7160.90" OriginalAmount="7090.00" MarkupRule="1.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="7164.94" OriginalAmount="7094.00" MarkupRule="1.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="7191.20" OriginalAmount="7120.00" MarkupRule="1.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="83" TotalAmount="7192.21" OriginalAmount="7121" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|559340-28572639/4332538321638099181/1954" HotelName="BANKSIDE, AUTOGRAPH COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27350000/27347300/27347295/46a2bfd9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7213.42" OriginalAmount="7142" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|347729-18196754/4332538321638099181/13744" HotelName="THE LEVEL AT MELIA WHITE HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9640000/9633900/9633848/3d2753ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7220.49" OriginalAmount="7149" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1440487-28883024/4332538321638099181/17885" HotelName="PARK HYATT LONDON RIVER THAMES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107520000/107517800/107517779/17ae57b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7263.92" OriginalAmount="7192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522621" Longitude="-0.125348" StarRating="5" HotelCode="17041|hotel_russell_3" HotelName="Kimpton Fitzroy London" Meals="ROOM ONLY" 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="94" TotalAmount="7266.74" OriginalAmount="7194.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526188" Longitude="-0.083373" StarRating="0" HotelCode="|450637" HotelName="Art’otel London Hoxton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rivington Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/3/7/450637_0b2ca2e0955.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7280.08" OriginalAmount="7208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521488" Longitude="-0.162639" StarRating="5" HotelCode="18350|the_landmark_london" HotelName="The Landmark London" Meals="ROOM ONLY" 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="7322.50" OriginalAmount="7250.00" MarkupRule="1.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="7351.79" OriginalAmount="7279.00" MarkupRule="1.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="94" TotalAmount="7378.43" OriginalAmount="7305.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512505" Longitude="-0.150822" StarRating="5" HotelCode="|17936" HotelName="London Marriott Grosvenor Square" Meals="ROOM ONLY" 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="63" TotalAmount="7383.10" OriginalAmount="7310.00" MarkupRule="1.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="7418.45" OriginalAmount="7345.00" MarkupRule="1.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="94" TotalAmount="7421.38" OriginalAmount="7347.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5178623" Longitude="-0.142899" StarRating="4" HotelCode="|18051" HotelName="Treehouse Hotel London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Langham Place Regent Street, 14-15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/1/18051_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has 92 rooms and 3 suites. This modern complex, has a lobby, lifts, a reception and a safety deposit box service. The establishment boasts a bar, a restaurant and room service. SITUATION: This hotel Regent Street it is in London is situated in near the establishment, you will find monuments, the tourist attractions, the cultural area and the shopping area. Clients can also find theatres and shops. it is located close to Oxford Circus the metro stop. ROOM: Each room has a bathroom with a hairdryer, a mini-bar, a kettle, a coffee maker, a trouser press, an air-conditioning system, beautiful views, a direct line telephone, internet and satellite or cable TV with pay channels.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7449.41" OriginalAmount="7375.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512301" Longitude="-0.104619" StarRating="5" HotelCode="|30855" HotelName="Hyatt Regency London Blackfriars" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 New Bridge Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/5/5/30855_be442910706.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre, a currency exchange service, multilingual staff, a reception with safety deposit boxes and a business centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7492.43" OriginalAmount="7418.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509924" Longitude="-0.13001" StarRating="5" HotelCode="|444270" HotelName="The Londoner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Leicester Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/7/0/444270_533a7fc1539.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="7557.53" OriginalAmount="7482.7" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509598" Longitude="-0.155742" StarRating="5" HotelCode="13006" HotelName="Jw Marriott Grosvenor House London" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>86-90 Park Lane,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13006/13006/2.jpg?f=17694174</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a 24-hour fitness center or take in the view from a terrace. Additional features at this hotel include complimentary wireless internet access, concierge services, and a hair salon.. Featured amenities include a business center, express check-out, and complimentary newspapers in the lobby. Planning an event in London? This hotel has 5449 square feet (506 square meters) of space consisting of conference space and 23 meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7584.70" OriginalAmount="7509.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516687" Longitude="-0.150691" StarRating="5" HotelCode="|448503" HotelName="The BoTree London, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Marylebone Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/5/0/3/448503_904b6da1004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7585.10" OriginalAmount="7510.00" MarkupRule="1.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="94" TotalAmount="7588.84" OriginalAmount="7513.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517376" Longitude="-0.081159" StarRating="5" HotelCode="|61872" HotelName="Andaz London Liverpool Street - A Concept By Hyatt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LIVERPOOL STREET 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/8/7/2/61872_684aa240952.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This Victorian style building and was built in 1884. has 267 inviting rooms, The hotel there is no reception, The establishment boasts air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a restaurant, conference facilities, WiFi, room service, a laundry service and a car park. SITUATION: This urban hotel is in London the heart of it is near Liverpool Street the Station of it is well-connected, is located near Tower Bridge, London Tower and Spitalfields boutiques, Oxford Street it has good links to it is situated 11 kilometres away from City Airport it is situated 31 kilometres away from London Heathrow Airport it is situated 48 kilometres away from Gatwick Airport it is situated 56 kilometres away from Luton Airport it is situated 57 kilometres away from Stansted Airport. ROOM: renovated spacious rooms, have double-glazed windows, desks, chairs, flat-screen satellite television, a safety deposit box, a bathrobe, slippers, a bathroom with a shower or bath, a hairdryer, a direct line telephone, a radio, a stereo, internet, a small fridge, a coffee maker, a kettle, an iron, a king size or double bed, an individual air-conditioning system and individual heating. FACILITIES: The establishment has a health club, a gym, a steam bath and a sauna (free of charge), The establishment also has a personal trainer and a massage service. Some services (available for a fee). MEALS: Guests can book bed and breakfast, Regarding the food and beverage offering, the establishment offers Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7665.90" OriginalAmount="7590.00" MarkupRule="1.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="83" TotalAmount="7668.93" OriginalAmount="7593" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="49.38002" Longitude="10.18496" StarRating="5" HotelCode="0|474467-28597280/4332538321638099181/2704" HotelName="VIRGIN HOTELS LONDON-SHOREDITCH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>VORM WÜRZBURGER TOR 9, ROTHENBURG OB DER TAUBER, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17460000/17452400/17452353/41d54519_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Villa Mittermeier in Rothenburg ob der Tauber, you'll be minutes from Rothenburg Town Walls and close to Rothenburg Town Hall.&lt;br /&gt; This 4-star hotel is within close proximity of Marktplatz and Rothenburg Town Hall.&lt;br /&gt;   Rooms   Make yourself at home in one of the 27 guestrooms featuring espresso makers. Complimentary wireless Internet access is available to keep you connected. Private bathrooms have handheld showerheads and makeup/shaving mirrors. Conveniences include direct-dial phones, as well as complimentary newspapers and complimentary bottled water.&lt;br /&gt;   Rec, Spa, Premium Amenities   Make use of convenient amenities, which include complimentary wireless Internet access and wedding services.&lt;br /&gt;   Dining   Enjoy a satisfying meal at a restaurant serving guests of Villa Mittermeier.&lt;br /&gt;   Business, Other Amenities   Featured amenities include business services, audiovisual equipment, and complimentary newspapers in the lobby. Planning an event in Rothenburg ob der Tauber? This hotel has 646 square feet (60 square meters) of space consisting of small meeting rooms, a ballroom, and banquet facilities. Free self parking is available onsite, and additional parking can be found nearby.&lt;br /&gt;   Room Info:    Know Before You Go       Connecting/adjoining rooms may be available, subject to availability. Guests can request connecting/adjoining rooms by contacting the property directly, using the contact information on the booking confirmation.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.       Rollaway bed fee: EUR 25 per night  Optional resort fee: EUR 8,00 per night      The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Renovations and Closures   This property is closed from 24 December 2013 to 26 December 2013 (dates subject to change). This information supersedes all other information in this property's description that relates to these amenities.   Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-out time is noon  Check-in time starts at 3 PM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7684.64" OriginalAmount="7608.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520948" Longitude="-0.132015" StarRating="4" HotelCode="|532638" HotelName="Fitzrovia apartments by DMONTRIO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ridgmount St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/6/3/8/532638_5e9da0e1002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7694.85" OriginalAmount="7618.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5113983" Longitude="-0.1776" StarRating="4" HotelCode="|17931" HotelName="Hyde &amp; Seek, London Hyde Park, a Tribute Portfolio Hotel" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANCASTER GATE 1-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/3/1/17931_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel el Hyde Park it is next to Close to, Around the establishment, clients can find restaurants, bars and shops. HOTEL: This air-conditioned hotel is ideal for holidays or business trips, has 390 rooms and 10 floors. The establishment also has a reception, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a restaurant, a bar, a living room, conference facilities, internet, room service and a laundry service. ROOM: Each room has a bathroom with a hairdryer, a sitting room, double bed or twin bed, a coffee maker, a kettle, satellite and cable television, central heating, internet, a direct line telephone, an iron, a safety deposit box and an air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and buffet and Ã  la carte lunch.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7764.10" OriginalAmount="7687.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500754" Longitude="-0.152192" StarRating="5" HotelCode="|25278" HotelName="Como The Halkin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HALKIN STREET - BELGRAVIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/7/8/25278_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and was built in 1991. This luxury hotel 100 rooms and 6 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. The establishment boasts a cafÃ©, an Ã  la carte restaurant with air-conditioning, with highchairs, internet. There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This urban hotel is situated in the city centre, close to the establishment, clients can find shops, is 400 metres away from the cultural points of interest. ROOM: The exclusive rooms rooms with a hairdryer, They have a direct line telephone, satellite and cable TV, a radio, a stereo, internet, a mini-bar, a fridge, a double bed, a safety deposit box and a central heating system. FACILITIES: Clients have access to a sauna and a gym. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7797.64" OriginalAmount="7720.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5051601" Longitude="-0.146286" StarRating="5" HotelCode="|17927" HotelName="The Athenaeum and Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PICCADILLY 116</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/2/7/17927_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Was built in 1925, renovated in 2004 a main 2-storey building, a 5-storey annexed building, 157 rooms, 27 single rooms, 84 double rooms, 9 suites and 34 studios. In the establishment entrance, guests will find a lobby with a reception, a cloakroom, a currency exchange service and lifts. The establishment boasts a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: It is located near Piccadilly Circus and the Buckingham Palace the theatre district, near the establishment, you will find the nightlife, bars, pubs and nightclubs. it is 100 metres away from Green Park the underground station of. ROOM: Customers have large, elegant rooms, They have a bathroom with a hairdryer, fitted carpets, central heating, a direct line telephone, a satellite television, a radio, a stereo, a mini-bar and a safe. FACILITIES: The establishment has a jacuzzi, a sauna, a Turkish bath, massage services and a gym. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7798.21" OriginalAmount="7721" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.583500" Longitude="0.460900" StarRating="5" HotelCode="0|90580-24442355/4332538321638099181/15319" HotelName="THE BILTMORE MAYFAIR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Cranes Farm Road,Waterfront Walk,Festival Leisure, Basildon, SS14 3DG, GB</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47600/47581/a527bd3b_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 148. Suites: 0. Single-bedded accommodations: 102. Double bedrooms: 46. Smoking rooms: 0. Nonsmoking rooms: 148. Physically challenged rooms: 2. Floors: 6. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.. Property description- A welcoming Essex hotel with a restaurant, conference centre and lakeside garden Holiday Inn® Basildon hotel is a 10-minute drive from the M25 and close to Basildon station. If youre visiting the City of London or the Docklands on business, direct trains to Fenchurch Street station take only 35 minutes. You can host meetings, conferences or a wedding at the hotel's Conference Centre, with space for up to 300 guests in our largest function space and optional catering. Local companies at Southfields Business Park are within a short drive of the hotel. The surrounding Festival Leisure Park offers dining and entertainment options including a cinema, nightclubs and a bowling alley. Children will love the beaches and the pier at Southend-on-Sea, 13 miles away.At this hotel you can enjoy: Full English breakfast, lunch and dinner served daily Room service available around the clock, Comfortable rooms and suites have a pillow menu to help you get a good night's sleep and satellite TV and free WiFi to keep everyone entertained. Handy sofa beds are ideal for families, and stay and eat free. In summer, you can stretch your legs, enjoy a drink from the bar or host a party in the pretty lakeside garden.. Onsite facilities information- ParkingProperty was built in 1998. Hotel Currency: GBP. Additional Addresses: Other: Cranes Farm Road,Waterfront Walk,Festival Leisure, Basildon, SS14 3DG, GB. Additional Phone Numbers: Fax - Other: 441268530119. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7817.40" OriginalAmount="7740" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|17837-28595354/4332538321638099181/1590" HotelName="CANARY RIVERSIDE PLAZA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/519100/519049/17020c1d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7832.55" OriginalAmount="7755.00" MarkupRule="1.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="83" TotalAmount="7865.88" OriginalAmount="7788" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1463596-32931485/4332538321638099181/13585" HotelName="THE NEWMAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105610000/105601400/105601368/63a33d1f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7939.61" OriginalAmount="7861" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4513-28569655/4332538321638099181/6315" HotelName="RADISSON BLU EDWARDIAN BLOOMSBURY STREET HOTEL, LONDON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19900/19825/0229b987_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7946.68" OriginalAmount="7868" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510739" Longitude="-0.151052" StarRating="4" HotelCode="14858|989" HotelName="The Biltmore Mayfair, LXR Hotels and Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Grosvenor Square, Westminster, London W1K 2HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/4c/1a4c9960b45cd7cee99eae063a70edaf59364d0c.jpeg</HotelPictures>
        <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="83" TotalAmount="7957.79" OriginalAmount="7879" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1408733-28482187/4332538321638099181/5362" HotelName="MARBLE ARCH PENTHOUSES WITH SKYLINE VIEWS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1408733/2024101585734749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8077.98" OriginalAmount="7998.00" MarkupRule="1.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="95" TotalAmount="8102.31" OriginalAmount="8022.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498764" Longitude="-0.137396" StarRating="4" HotelCode="13009" HotelName="St. James' Court, A Taj Hotel, London" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13009/13009/22.jpg?f=17749015</HotelPictures>
        <HotelDescription>St. James' Court, A Taj Hotel, London is a discreet Victorian masterpiece, typifying the concealed charm of one of Britain's finest luxury hotels. Crisp and elegant, with the signature Taj warmth, St. James' Court strives to make each visit more pleasurable and memorable. Located in central London SW1, the hotel is just footsteps from Buckingham Palace and St. James’ Park, and conveniently close to Westminster, Victoria Station, the West End and Mayfair. St. James’ Court is perfectly positioned to explore London, for business or pleasure. Up to one child aged 12 and under stay free when sharing the bedding with two adults in a Classic King or an Executive King room
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8171.91" OriginalAmount="8091.00" MarkupRule="1.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="Free CXL until 16/09/2026" 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="8202.21" OriginalAmount="8121.00" MarkupRule="1.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="83" TotalAmount="8206.25" OriginalAmount="8125" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|414101-28595584/4332538321638099181/2392" HotelName="THE FRANKLIN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15540000/15538500/15538456/c04519b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8233.87" OriginalAmount="8152.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51758" Longitude="-0.13543" StarRating="5" HotelCode="|220310" HotelName="The Mandrake" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-21 Newman Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/3/1/0/220310_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8293.11" OriginalAmount="8211" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1406000-28543859/4332538321638099181/1970" HotelName="THE EIGHT APARTMENTS SHOREDITCH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88110000/88101200/88101153/3519d5b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8397.14" OriginalAmount="8314.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49450792" Longitude="-0.19218545" StarRating="0" HotelCode="986266|the_carlyle_elegant_serviced_apartments" HotelName="The Carlyle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171 Cromwell Road, Kensington and Chelsea, London SW5 0SE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/73/8d73e1c9371368ee29fe7d23ed4d70416eac89fa.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="83" TotalAmount="8410.27" OriginalAmount="8327" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|316151-24991488/4332538321638099181/17828" HotelName="LEICESTER HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102010000/102003400/102003374/25a4689c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8430.47" OriginalAmount="8347" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.5192254" Longitude="6.6366015" StarRating="5" HotelCode="0|4561-32900181/4332538321638099181/3642" HotelName="THE PARK TOWER KNIGHTSBRIDGE A LUXURY COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>5, Avenue Benjamin Constant, Lausanne, Ch-1003, Switzerland</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5500/5449/2973b177_b.jpg</HotelPictures>
        <HotelDescription>This 4 star hotel is located in the city centre of Lausanne and was established in 1910. It is close to the Old Town and the nearest station is St Fransois. The Hotel has a restaurant, a bar, a conference room and a coffee shop. All 112 rooms are equipped with minibar, hairdryer, safe, ironing set and air conditioning. category: Superior first style: Traditional year Built: 1910 restaurant Count: 1&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8503.19" OriginalAmount="8419.00" MarkupRule="1.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="Free CXL until 15/09/2026" 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="83" TotalAmount="8759.73" OriginalAmount="8673" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1402551-28598728/4332538321638099181/1938" HotelName="ART'OTEL LONDON BATTERSEA POWER STATION, POWERED BY RADISSON HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83020000/83011300/83011268/f0d62885_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8813.26" OriginalAmount="8726.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516748" Longitude="-0.136269" StarRating="5" HotelCode="18259|the_london_edition" HotelName="The London Edition" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,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="94" TotalAmount="8843.19" OriginalAmount="8755.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5179024" Longitude="-0.1447" StarRating="5" HotelCode="|18058" HotelName="The Langham, London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1C PORTLAND PLACE - REGENT STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/8/18058_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, was built in 1865 and renovated in 2008. It has 9 floors, 160 rooms, 150 double rooms and 10 junior suites. In the entrance, you can find a lobby, a reception, a lift, a currency exchange service and a safety deposit box service. Our guests can find a hairdresser's, a bar, a restaurant with air-conditioning and a breakfast room. The establishment offers guests room service, a laundry service and internet. SITUATION: Is situated in a calm, central area, Regent Street, Bond Street and Oxford Street it is near nearby, you will find museums, restaurants and tourist points of interest. ROOM: The rooms have a bathroom with a hairdryer, a shower, a direct line telephone, a satellite TV, cable television, a stereo, internet and an air-conditioning system. They also have a mini-bar, central heating, an air-conditioning system, heating, fitted carpets and a safe. FACILITIES: The establishment has a covered heated swimming pool, a sauna, a solarium, a steam bath, a massage service and a gym. Facilities (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy buffet breakfast and lunch, an Ã  la carte or set-menu lunch and dinner, food for those with special dietary requirements. dependent on availability and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8866.79" OriginalAmount="8779.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517868" Longitude="-0.143976" StarRating="5" HotelCode="13936|the_langham_london" HotelName="The Langham London" Meals="ROOM ONLY" 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="8879.84" OriginalAmount="8791.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503163931718" Longitude="-0.0004963380058598" StarRating="4" HotelCode="318621|585426" HotelName="Intercontinental Hotel London - The O2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/09/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="94" TotalAmount="8899.21" OriginalAmount="8811.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492009" Longitude="-0.156307" StarRating="5" HotelCode="|533160" HotelName="At Sloane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Sloane Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/1/6/0/533160_a6cc44d1130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8917.29" OriginalAmount="8829.00" MarkupRule="1.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="94" TotalAmount="9003.81" OriginalAmount="8914.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515144" Longitude="-0.159241" StarRating="5" HotelCode="|18029" HotelName="The Montcalm Marble Arch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Wallenberg Place (34-40 Great Cumberland Place)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/2/9/18029_1_2172.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1787, has 6 floors, 116 standard rooms and 14 suites. In the entrance, guests are offered a lobby with a lift and a reception. The establishment boasts a bar and a restaurant. SITUATION: This urban hotel is in a quiet area, a few minutes walk away from Marble Arch and Oxford Street. Is 1.5 kilometres from the metro station. ROOM: The comfortable rooms have a bathroom, a hairdryer, a direct line telephone, a television, internet, a mini-bar and a safety deposit box (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="9006.49" OriginalAmount="8917.32" MarkupRule="1.00">
      <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 17/09/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="94" TotalAmount="9007.87" OriginalAmount="8918.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5078979" Longitude="-0.1431977" StarRating="5" HotelCode="|29841" HotelName="1 Hotel Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 BERKELEY ST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/8/4/1/29841_c0b88d91620.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 194 rooms and 7 floors. It has air-conditioning, a lobby, a safety deposit box service, a currency exchange service and lifts. The establishment has a bar and conference rooms. The establishment offers guests a car park, room service and a laundry service. SITUATION: This establishment is in Mayfair city centre. It is in Piccadilly Circus and Berkeley Street near the establishment, you will find Green Park, the Royal Academy of Arts, Fortnum and Mason, Bond Street and Regent Street in the surrounding area, clients have nightclubs and casinos. It is situated near Oxford Street, Buckimgham Palace, Theatreland and el West End next to the establishment, clients have Green Park Underground Station. It is well-connected with London Heathrow and Gatwick airports. ROOM: The rooms have an air-conditioning system, heating, a satellite or cable television, a radio, a direct line telephone, internet, a coffee maker, a kettle and a safety deposit box. OTHERS: Clients have at their disposal a restaurant. The establishment offers a breakfast service and a dinner service. You will also find a lounge bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9073.84" OriginalAmount="8984" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|164162-28599719/4332538321638099181/161" HotelName="ST. PANCRAS LONDON AUTOGRAPH COLLECTION " Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3910000/3907800/3907784/86416473_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9150.60" OriginalAmount="9060" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1240462-24908253/4332538321638099181/9310" HotelName="THE NOMAD LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59950000/59943800/59943753/w3837h2880x3y0-b6983120_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9205.14" OriginalAmount="9114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427725-28589634/4332538321638099181/155" HotelName="2 CHESHAM HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101870000/101867800/101867762/55cb68c5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9230.75" OriginalAmount="9139.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50964" Longitude="-0.1554" StarRating="5" HotelCode="|18081" HotelName="Grosvenor House JW Marriott" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86-90 Park Lane - W1K7TN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/8/1/18081_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 1929 and renovated in 1999. It has 8 floors, 446 rooms, 25 single rooms, 349 double rooms and 72 suites. It has a lobby with an elevator, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment boasts a hairdresser's, a bar and an Ã  la carte restaurant with air-conditioning. The establishment offers guests a conference room, internet, a car park, indoor parking and room service. SITUATION: This hotel is opposite Park Lane it is well-connected with public transport services. It is situated 4 kilometres away from the city centre. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a fridge, a double bed and tiled floors. They also have fitted carpets, central heating and a safety deposit box. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for dependent on availability and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9232.41" OriginalAmount="9141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493326336119" Longitude="-0.17864316701889" StarRating="4" 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="63" TotalAmount="9284.93" OriginalAmount="9193.00" MarkupRule="1.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 17/09/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="9329.91" OriginalAmount="9237.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52705" Longitude="-0.18251" StarRating="4" HotelCode="|184790" HotelName="Europa House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>79A Randolph Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/9/0/184790_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9461.11" OriginalAmount="9367.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513132" Longitude="-0.122033" StarRating="5" HotelCode="|444403" HotelName="NoMad London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 BOW ST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/0/3/444403_9f3cd031047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9539.45" OriginalAmount="9445" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1379855-23419706/4332538321638099181/30217" HotelName="BROADWICK SOHO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69640000/69638500/69638437/03d72c24_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9541.25" OriginalAmount="9446.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503319" Longitude="-0.000181" StarRating="5" HotelCode="|184250" HotelName="Intercontinental London - The O2, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waterview Drive, Greenwich Peninsula</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/5/0/184250_b85b7d10924.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9563.69" OriginalAmount="9469" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|519923-28571814/4332538321638099181/1685" HotelName="ARTIST RESIDENCE LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11270000/11266300/11266201/5a297e7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9673.78" OriginalAmount="9578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513921" Longitude="-0.133526" StarRating="5" HotelCode="55615|the_soho_hotel" HotelName="The Soho Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/09/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="83" TotalAmount="9688.93" OriginalAmount="9593" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.260171" Longitude="-0.079179" StarRating="5" HotelCode="0|369560-18206897/4332538321638099181/17487" HotelName="INTERCONTINENTAL LONDON - THE O2" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>23 RUE DAILLE, SAUMUR 49400, FRANCE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11520000/11519000/11518997/226435f5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9709.13" OriginalAmount="9613" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|650764-28595924/4332538321638099181/1389" HotelName="CARLTON COURT - MAYFAIR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42010000/42005000/42004982/020ef889_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9908.10" OriginalAmount="9810.00" MarkupRule="1.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="9910.48" OriginalAmount="9812.36" MarkupRule="1.00">
      <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="Free CXL until 05/09/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="27" TotalAmount="9973.75" OriginalAmount="9875" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507656859624" Longitude="-0.14241589814765" StarRating="4" HotelCode="13498|24673" HotelName="Holiday Inn London - Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Berkeley Street, London W1J 8NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14279/a_14279_A1.jpg</HotelPictures>
        <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="83" TotalAmount="9980.82" OriginalAmount="9882" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4411-28589350/4332538321638099181/6385" HotelName="RADISSON BLU EDWARDIAN BOND STREET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24200/24180/61d199a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10096.97" OriginalAmount="9997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502049" Longitude="-0.186639" StarRating="5" HotelCode="28457|milestone_hotel_kensington_2" HotelName="The Milestone Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/09/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="94" TotalAmount="10362.39" OriginalAmount="10259.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50803" Longitude="-0.106868" StarRating="5" HotelCode="|162755" HotelName="Sea Containers London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Upper Ground 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/7/5/5/162755_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2014, was renovated in 2014, has 359 standard rooms, 128 single rooms, 111 double rooms, 13 studios and 37 rooms adapted for people with reduced mobility. The establishment offers facilities for people with disabilities. SITUATION: This establishment is in the city centre. Near the establishment, you will find the bus station and the railway station. It is situated near public transport services. It has excellent transport links to the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10378.76" OriginalAmount="10276.00" MarkupRule="1.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 15/09/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="63" TotalAmount="10399.97" OriginalAmount="10297.00" MarkupRule="1.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="8" TotalAmount="10510.83" OriginalAmount="10406.76" MarkupRule="1.00">
      <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 10/09/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="27" TotalAmount="10530.26" OriginalAmount="10426" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502506" Longitude="-0.152444" StarRating="5" HotelCode="28455|55244" HotelName="The Lanesborough" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hyde Park Corner, London SW1X 7TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/70/267028f5d40cf48dc81143ffd83580ecce326ef9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10824.17" OriginalAmount="10717.00" MarkupRule="1.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="Free CXL until 17/09/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="11099.90" OriginalAmount="10990.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510338579132" Longitude="-0.12081365277868" StarRating="5" HotelCode="18503|the_savoy_a_fairmont_managed_hotel" HotelName="The Savoy" Meals="ROOM ONLY" 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="94" TotalAmount="11159.44" OriginalAmount="11048.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4947699" Longitude="-0.1588203" StarRating="4" HotelCode="|41779" HotelName="Beaverbrook Town House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SLOANE STREET, KNIGHTSBRIDGE 115</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/9/41779_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in, a sanctuary, is in Chelsea (London) the district Chelsea (London) It has 11 suites, In the entrance, you can find a lobby with a reception, room service, a safety deposit box service, a lift and a laundry service. SITUATION: Solane Street It is in Chelsea and Knightsbridge it is in it is opposite private gardens, Sloane Square 50 metres away, guests can find It is situated close toKnightsbridge the metro station of Harrods, Hyde Park and King's Road it is near it is well-connected by the train stations situated 65 kilometres away fromGatwick Airport it is situated 25 kilometres away from London Heathrow Airport near the establishment, guests will find bars, restaurants and shops. ROOM: The spacious rooms, They have a kitchen, a sitting room, a fireplace, sofas, tables, chairs, a direct line telephone, satellite or cable TV, a radio and internet. They also have a mini-bar, a coffee maker, a kettle, an iron, a double or king-size bed, a fridge, an oven, a microwave, bathrooms with a shower or bath, a hairdryer, central heating, individual air-conditioning and a safety deposit box. FACILITIES: It is situated in front of tennis courts, 5 minutes away, you can find a health club (free of charge), Guests are offered a massage service and aerobics. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: No restaurant available Clients have at their disposal room service with breakfast service, a lunch service and a dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11505.92" OriginalAmount="11392.00" MarkupRule="1.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 17/09/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="94" TotalAmount="11573.59" OriginalAmount="11459.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498514" Longitude="-0.159142" StarRating="5" HotelCode="|20627" HotelName="Jumeirah Carlton Tower London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cadogan Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/2/7/20627_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: this building, was built in 1962 and renovated in 2002. It has 220 rooms, 18 floors, 60 single rooms, 100 double rooms and 60 suites. In the establishment entrance, guests will find a cosy hall with a reception, a cloakroom, a safety deposit box service, a currency exchange service and lifts. The establishment boasts a kiosk, shops, a hairdresser's, a cafÃ©, a bar, a pub, a nightclub, an Ã  la carte restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. The establishment also has a car park. SITUATION: This smart, deluxe hotel is in a central location, Cadogan Place it is close to near the establishment, you will find the tourist area, monuments, shops and leisure areas. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite TV, a stereo, internet, a mini-bar, a fridge, a double bed, a safe, a central heating system, a small sitting room and fitted carpets. FACILITIES: Clients can enjoy a covered swimming pool, a Turkish bath, a jacuzzi, a solarium, a sauna and a gym. Guests are offered a massage service. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11600.78" OriginalAmount="11485.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50817" Longitude="-0.13105" StarRating="5" HotelCode="|183748" HotelName="Haymarket Hotel, Firmdale Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Suffolk Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/4/8/183748_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11678.51" OriginalAmount="11562.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520156" Longitude="-0.125689" StarRating="4" HotelCode="18376|106035" HotelName="Montague on the Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/09/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>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11983.65" OriginalAmount="11865.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498578" Longitude="-0.15838" StarRating="5" HotelCode="26021|jumeirah_carlton_tower" HotelName="Jumeirah Carlton Tower" 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,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="63" TotalAmount="12007.89" OriginalAmount="11889.00" MarkupRule="1.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="1" TotalAmount="12149.09" OriginalAmount="12028.80" MarkupRule="1.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 17/09/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="8" TotalAmount="12208.52" OriginalAmount="12087.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510021" Longitude="-0.136549" StarRating="5" HotelCode="208408|222260" HotelName="Cafe Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="63" TotalAmount="12338.16" OriginalAmount="12216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50449532238" Longitude="-0.15013933181763" StarRating="5" HotelCode="26020|four_seasons_hotel_london_at_park_lane" HotelName="Four Seasons London at Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/09/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="63" TotalAmount="12474.51" OriginalAmount="12351.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506430023352" Longitude="-0.14518438280334" StarRating="4" HotelCode="12552|flemings_mayfair" HotelName="Flemings Mayfair Hotel" Meals="ROOM ONLY" 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="94" TotalAmount="12510.58" OriginalAmount="12386.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4907939" Longitude="-0.1437514" StarRating="3" HotelCode="|47420" HotelName="The Portico" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 ST. Georges Dr.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/2/0/47420_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Victoria the area it is situated 10 minutes walk away from public transport services and 1,5 kilometres away from the tourist attractions.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12511.13" OriginalAmount="12387.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509831" Longitude="-0.136456" StarRating="5" HotelCode="|80834" HotelName="Cafe Royal, London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Regent Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/3/4/80834_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel reopened in 2012, has a laundry service, a dry cleaner's, daily newspapers (free of charge), WiFi and room service. SITUATION: It is inLondres the heart of this hotel Regent Street it is in It is nearBond Street, Mount Street and Jermyn Street the commercial area of Piccadilly close to the establishment, clients can find It is located near the tourist attractions. ROOM: The establishment has stylish rooms, a marble bathroom, a shower, towels and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12566.59" OriginalAmount="12442.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51137" Longitude="-0.13437" StarRating="5" HotelCode="|183735" HotelName="Ham Yard Hotel, Firmdale Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Ham Yard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/3/5/183735_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12605.32" OriginalAmount="12480.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511113" Longitude="-0.154915" StarRating="5" HotelCode="|78249" HotelName="Grand Residences By Marriott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PARK STREET 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/2/4/9/78249_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, Where clients can find restaurants and boutiques. Hyde Park it is situated near Close to the theatres and the cinema.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12631.03" OriginalAmount="12505.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502116" Longitude="-0.18681" StarRating="5" HotelCode="|26737" HotelName="The Milestone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Kensington Court</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/3/7/26737_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, is situated in a historic building, was built in the 19th Century, has 6 floors, 57 standard rooms, 40 double rooms and 17 suites. In the entrance, you can find a lobby elegantly furnished with air-conditioning, a lift, a reception with safety deposit boxes and a cloakroom. Guests have access to a bar, a conference room, an Ã  la carte restaurant with highchairs and internet. There are many services available at the establishment, including room service, a laundry service and a medical care service. The establishment has various facilities, such as a car park and an indoor car park. SITUATION: This hotel is situated in the centre of London. ROOM: All the rooms have a bathroom with a hairdryer, a king-size bed, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar and individual heating. FACILITIES: Clients can enjoy a covered heated swimming pool, a sauna area, a massage service and a well-equipped gym. OTHERS: The establishment serves a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12760.34" OriginalAmount="12634.00" MarkupRule="1.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 17/09/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="94" TotalAmount="12811.96" OriginalAmount="12685.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51014" Longitude="-0.07789" StarRating="5" HotelCode="|217852" HotelName="Four Seasons Hotel London at Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Trinity Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/8/5/2/217852_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="12854.18" OriginalAmount="12726.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501965" Longitude="-0.159945" StarRating="5" HotelCode="13117" HotelName="Mandarin Oriental Hyde Park, London" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>66 Knightsbridge,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13117/13117/2.jpg?f=17708938</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You can take advantage of recreational amenities such as an indoor pool, a sauna, and a 24-hour fitness center. This hotel also features complimentary wireless internet access, concierge services, and babysitting (surcharge).. This establishment has received its official star rating from VisitEngland, the National Tourist Board for England.. Featured amenities include limo/town car service, a computer station, and express check-in..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12890.53" OriginalAmount="12762.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505549" Longitude="-0.126119" StarRating="5" HotelCode="|449266" HotelName="Raffles London at The OWO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Whitehall</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/2/6/6/449266_b7a05a31307.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13191.61" OriginalAmount="13061.00" MarkupRule="1.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="Free CXL until 17/09/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="63" TotalAmount="13196.66" OriginalAmount="13066.00" MarkupRule="1.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 17/09/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="8" TotalAmount="13291.20" OriginalAmount="13159.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|9244" HotelName="Brown's Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="13323.92" OriginalAmount="13192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49381" Longitude="-0.18434" StarRating="5" HotelCode="|184782" HotelName="Cheval Gloucester Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ashburn Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/8/2/184782_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13340.08" OriginalAmount="13208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49074283656" Longitude="-0.14344453811645" StarRating="3" HotelCode="13193|hanover_hotel_victoria" HotelName="The Portico Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-32 St. George’s Drive, Victoria, London SW1V 4BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/58/4a58fceecf19522e8c8e00d995ba96e15680d3c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Victoria, in an easily accessible area, the hotel is very close to the Victoria undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13368.36" OriginalAmount="13236.00" MarkupRule="1.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 17/09/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="94" TotalAmount="13383.06" OriginalAmount="13250.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50624" Longitude="-0.15175" StarRating="5" HotelCode="|183688" HotelName="45 Park Lane - Dorchester Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Park Lane, Mayfair</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/8/8/183688_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13588.54" OriginalAmount="13454.00" MarkupRule="1.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 17/09/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="13647.12" OriginalAmount="13512.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5110474" Longitude="-0.1550269" StarRating="4" 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 15/09/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="94" TotalAmount="13783.59" OriginalAmount="13647.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51302" Longitude="-0.15212" StarRating="5" HotelCode="|183947" HotelName="The Beaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Brown Hart Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/4/7/183947_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14064.25" OriginalAmount="13925" MarkupRule="1.00">
      <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 17/09/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="14123.84" OriginalAmount="13984.00" MarkupRule="1.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="94" TotalAmount="14188.66" OriginalAmount="14048.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5142979" Longitude="-0.1272011" StarRating="5" HotelCode="|169883" HotelName="Covent Garden Hotel, Firmdale Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Monmouth Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/8/3/169883_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a projection room. SITUATION: This hotel is in the theatre area, el Soho it is situated near, is in Covent Garden the area It has excellent transport links to the shopping area, the nightlife and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14561.17" OriginalAmount="14417.00" MarkupRule="1.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 14/09/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="14766.20" OriginalAmount="14620.00" MarkupRule="1.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="15156.06" OriginalAmount="15006.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50723809" Longitude="-0.14836668" StarRating="0" HotelCode="969731|park_lane_apartmentsshaw_house_2" HotelName="Park Lane Apartments." Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Chesterfield Street, Mayfair, London W1J 5JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/80/3f809e9898b05cca1f2cf264a40805c6d2861508.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16573.16" OriginalAmount="16409.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50115" Longitude="-0.18407" StarRating="5" HotelCode="|184788" HotelName="Cheval Thorney Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Palace Gate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/8/8/184788_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16706.41" OriginalAmount="16541.00" MarkupRule="1.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="63" TotalAmount="17000.32" OriginalAmount="16832.00" MarkupRule="1.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="94" TotalAmount="17125.20" OriginalAmount="16955.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50279" Longitude="-0.15276" StarRating="5" HotelCode="|184021" HotelName="The Lanesborough, Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hyde Park Corner</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/2/1/184021_a1f3a4d1105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17938.61" OriginalAmount="17761" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501953" Longitude="-0.156267" StarRating="5" HotelCode="18258|37429" HotelName="The Berkeley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/09/2026" 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="94" TotalAmount="18882.48" OriginalAmount="18695.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513371" Longitude="-0.144179" StarRating="5" HotelCode="|449488" HotelName="Mandarin Oriental Mayfair, London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Hanover Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/8/8/449488_6dc23571301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19735.40" OriginalAmount="19540.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|51_buckingham_gate_taj_suites_and_residences" 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 11/09/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="95" TotalAmount="20990.70" OriginalAmount="20782.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49875" Longitude="-0.137371" StarRating="5" HotelCode="12124" HotelName="Taj 51 Buckingham Gate, Suites And Residences" Meals="SUITE" BedType="SUITE">
        <Address>
          <AddressLines>
            <AddressLine>51 Buckingham Gate,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/12124/12124/71.jpg?f=17742579</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. If you're looking for recreational opportunities, you'll find a sauna and a 24-hour fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include a business center, limo/town car service, and express check-out. This hotel has 17 meeting rooms available for events..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22426.44" OriginalAmount="22204.40" MarkupRule="1.00">
      <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 05/09/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="63" TotalAmount="25281.31" OriginalAmount="25031.00" MarkupRule="1.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/09/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="94" TotalAmount="26207.18" OriginalAmount="25947.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501743" Longitude="-0.151796" StarRating="5" HotelCode="|450638" HotelName="The Peninsula London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Grosvenor Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/3/8/450638_b57cc641121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32200.82" OriginalAmount="31882.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510226525949" Longitude="-0.1496484875679" StarRating="5" HotelCode="28666|the_connaught_2" HotelName="The Connaught" 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,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="63" TotalAmount="38816.32" OriginalAmount="38432.00" MarkupRule="1.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="Non Refundable">
        <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="42725.02" OriginalAmount="42302" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510525308147" Longitude="-0.079341273015825" StarRating="4" HotelCode="76295|37398" HotelName="Apex City Of London Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Seething Lane, London EC3N 4AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c7/7ec71e0d8fdf7ef00f2e60019ebb04ad669a98d3.JPEG</HotelPictures>
        <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="155010186.32" OriginalAmount="153475432.00" MarkupRule="1.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>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Designated Smoking Area,Lounge,Massage Centre,Currency Exchange,Nightclub,Sauna,Swimming Pool,Heated Pool,Jacuzzi,Spa,Bicycle Rental,Wheelchair Access,Kitchen,24 Hour Front Desk,ATM/Cash Machine,Concierge,Dry Cleaning,Housekeeping,Luggage Storage,Parking,24 Hour Room Service,Beauty Salon,Business Centre,Coffee Shop,Elevator,Library,Meeting Room,Wake-up Call Service,24 Hour Security,24 Hour Power Supply,Babysitting,Smoking Rooms,Porter,LCD/Projector</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,SELF CATERING,HALF BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,CLUB RESORT,CONFERENCE HOTEL,APARTMENT HOTEL,SPA HOTEL,HOTEL DE CHARME,AIRPORT HOTEL,ECO HOTEL,GUESTHOUSE,HOTEL,HOSTELS,APARTHOTEL,BED AND BREAKFASTS,GUEST HOUSES,HOSTEL,APARTMENT,COUNTRY HOUSE</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ce930c76-1e47-4ed1-91d4-3376ca1a9d34|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="ce930c76-1e47-4ed1-91d4-3376ca1a9d34">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-23T00:00:00" End="2026-09-27T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="bbookholiday@gmail.com" Password="Punjab@1717" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ce930c76-1e47-4ed1-91d4-3376ca1a9d34|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
ce930c76-1e47-4ed1-91d4-3376ca1a9d34|InfiniteSearch|supplier interation failed||Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ce930c76-1e47-4ed1-91d4-3376ca1a9d34|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
ce930c76-1e47-4ed1-91d4-3376ca1a9d34|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ce930c76-1e47-4ed1-91d4-3376ca1a9d34|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ce930c76-1e47-4ed1-91d4-3376ca1a9d34|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|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
ce930c76-1e47-4ed1-91d4-3376ca1a9d34|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
081f1bad-d808-4b02-ad21-0d837bf88696|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
ce930c76-1e47-4ed1-91d4-3376ca1a9d34|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ce930c76-1e47-4ed1-91d4-3376ca1a9d34|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ce930c76-1e47-4ed1-91d4-3376ca1a9d34|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-08-11T06:41:36.5659249+01:00" Version="0" EchoToken="Search" TransactionIdentifier="ce930c76-1e47-4ed1-91d4-3376ca1a9d34" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="383.67" OriginalAmount="379.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4756195" Longitude="-0.0382368" StarRating="0" HotelCode="|75787" HotelName="NX London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NEW CROSS ROAD 323A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/8/7/75787_96197131554.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a bar, breakfast service and WiFi (free of charge). SITUATION: This establishment, is between New Cross and New Cross Gate the metro stations 2 minutes away, guests can find a car park, el puente de Londres 5 minutes away from the establishment guests have O2 Arena 10 minutes away from the establishment, guests will find Greenwich it is situated 1,5 kilometres away from 20 minutes away, guests can find Millwall the football club. ROOM: Clients are offered shared rooms with bunk beds, a sink, shared bathrooms, a launderette and lockers. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast, The establishment also offers a fridge, oven, a microwave, a living room, sofas, TV and books.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="558.53" OriginalAmount="553" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.475777" Longitude="-0.037176" StarRating="2" HotelCode="170193|411695" HotelName="New Cross Inn Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>323A New Cross Road, London SE14 6AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/01/e10155f88146690207812dedb0c9d81999270861.JPEG</HotelPictures>
        <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="94" TotalAmount="616.86" OriginalAmount="610.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53266" Longitude="-0.03111" StarRating="1" HotelCode="|232952" HotelName="City View Roman Road Market" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>527 Roman Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/5/2/232952_1_2610.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="617.31" OriginalAmount="611.20" MarkupRule="1.00">
      <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 14/09/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="94" TotalAmount="649.78" OriginalAmount="643.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.563479" Longitude="0.070648" StarRating="2" HotelCode="|72666" HotelName="Cranbrook" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 - 24 Coventry RdIlford</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/6/6/72666_095e0201433.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 20 minutes away fromLondon the city centre of 10 minutes away from the establishment you have London City Airport 20 minutes away from the establishment, guests will find Stansted Airport It is close to the Olympic Stadium. ROOM: The establishment has single rooms, double rooms and family rooms. Some rooms have a bathroom, They have a satellite TV, a radio, a direct line telephone, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="660.09" OriginalAmount="653.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.001154" Longitude="-81.184417" StarRating="2" HotelCode="|122144" HotelName="Knights Inn London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1739 Dundas St E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/4/4/122144_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: 5 minutes away, you can find the city centre, is located near Londres the International Airport of near the establishment, you will find tourist attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="691.91" OriginalAmount="685.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1490549" Longitude="-84.1152978" StarRating="2" HotelCode="|281359" HotelName="Budget Host Westgate Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>254 Russell Dyche Memorial Highway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/1/3/5/9/281359_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="757.74" OriginalAmount="750.24" MarkupRule="1.00">
      <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 14/09/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="94" TotalAmount="782.40" OriginalAmount="774.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.473586" Longitude="-0.027283" StarRating="0" HotelCode="|198354" HotelName="Book A Bed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TANNERS HILL 86</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/3/5/4/198354_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="817.86" OriginalAmount="809.76" MarkupRule="1.00">
      <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 14/09/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="94" TotalAmount="825.21" OriginalAmount="817.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.567787" Longitude="0.06523" StarRating="2" HotelCode="|72703" HotelName="Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>327 Cranbrook RoadIlford</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/0/3/72703_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is opposite a park, Where you can find tennis, mini-golf, go swimming and go on boat rides. in the surrounding area, clients have a metro station, 20 minutes away, you can find London the city centre of. ROOM: The establishment has single rooms, double rooms and family rooms. Some rooms a bathroom, They have central heating, a television and a courtesy tea and coffee service. FACILITIES: The establishment boasts a car park (free of charge) and a lounge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="827.07" OriginalAmount="818.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9263852" Longitude="-81.2145918" StarRating="0" HotelCode="|108796" HotelName="6 London, On - Ontario" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>810 Exeter Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/7/9/6/108796_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="838.79" OriginalAmount="830.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1483537" Longitude="-84.1097134" StarRating="2" HotelCode="|282112" HotelName="Quality Inn London" Meals="BED &amp; BREAKFAST" 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="83" TotalAmount="853.45" OriginalAmount="845" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|875879-28522484/8581117480298971650/3790" HotelName="SHEPHERD'S BUSH FLATS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19390000/19388200/19388200/bfb88330_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="871.47" OriginalAmount="862.84" MarkupRule="1.00">
      <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 17/09/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="94" TotalAmount="872.73" OriginalAmount="864.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5751598" Longitude="-0.1980402" StarRating="2" HotelCode="|76775" HotelName="Oyo Central  Golders Green" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Hoop Lane, Golden Green</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/7/5/76775_abef2441515.jpg</HotelPictures>
        <HotelDescription>HOTEL: This bed and breakfast establishment has 23 rooms, The establishment boasts a breakfast room. SITUATION: This urban hotel is in Golders Green the heart of it is in a quiet area, near the establishment, you will find shops, restaurants and the metro station. olders Hill Park it is situated 5 minutes away from it is situated 21 kilometres away from London Heathrow Airport 36 kilometres away from the establishment, guests will find Luton Airport it is situated 45 kilometres away from Gatwick Airport it is 46 kilometres away from Stansted Airport. ROOM: The comfortable rooms, have a television, a coffee maker, a kettle and a direct line telephone. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="897.89" OriginalAmount="889" MarkupRule="1.00">
      <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="94" TotalAmount="904.22" OriginalAmount="895.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1124977" Longitude="-84.1011719" StarRating="2" HotelCode="|278332" HotelName="Baymont By Wyndham London Ky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2075 Highway 192</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/3/3/2/278332_839aac41727.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="913.93" OriginalAmount="904.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1447234" Longitude="-84.1080666" StarRating="2" HotelCode="|282392" HotelName="Econo Lodge London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>105 Melcon Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/3/9/2/282392_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="914.27" OriginalAmount="905.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9258043" Longitude="-81.2188308" StarRating="2" HotelCode="|122145" HotelName="London Travel Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>738 Exeter Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/4/5/122145_bb57ead0943.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated a few minutes away from the motorway, close to the establishment, clients can find restaurants, shops. HOTEL: This comfortable hotel and great value.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="924.15" OriginalAmount="915" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1024316-28454983/8581117480298971650/3965" HotelName="CITY VIEW HOTEL ROMAN ROAD MARKET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10640000/10633500/10633441/9cf05839_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="924.76" OriginalAmount="915.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.564116" Longitude="0.065466" StarRating="3" HotelCode="|74135" HotelName="Britannia Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MANSFIELD ROAD 54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/1/3/5/74135_d3e69fe1551.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and WiFi (free of charge). SITUATION: This cosy hotel is close to Ilford the city centre of Ilford the Station of it is 20 minutes away from Londres the city centre of 10 minutes away from London City Airport this hotel is situated 20 kilometres away from Stansted Airport it is 10 minutes away from the Olympic Stadium.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="925.71" OriginalAmount="916.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.143859" Longitude="-84.107457" StarRating="0" HotelCode="|273370" HotelName="6 London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>285 West Hwy 80</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/3/7/0/273370_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="941.32" OriginalAmount="932" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.575697368969" Longitude="-0.19733849754425" StarRating="2" HotelCode="145797|212612" HotelName="Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Hoop Lane, London, Greater London NW11 8BS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/26/952623b12a1a6423dec64a9d0490407a91e4103b.JPEG</HotelPictures>
        <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="94" TotalAmount="946.67" OriginalAmount="937.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9324308" Longitude="-81.2220986" StarRating="2" HotelCode="|108802" HotelName="Days Inn By Wyndham London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1100 Wellington Road South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/8/0/2/108802_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="950.41" OriginalAmount="941" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|145984-18252877/8581117480298971650/22372" HotelName="OYO CENTRAL GOLDERS GREEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2900000/2894500/2894402/w2880h1559x0y180-88f59819_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="952.95" OriginalAmount="943.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1446076" Longitude="-84.108547" StarRating="3" HotelCode="|365432" HotelName="Red Roof Inn London I-75" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="971.68" OriginalAmount="962.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.560537" Longitude="0.069939" StarRating="4" HotelCode="|217546" HotelName="Signature London" Meals="ROOM ONLY" 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="977.68" OriginalAmount="968" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.560028289343" Longitude="0.067192073645401" StarRating="3" HotelCode="165984|37497" HotelName="Best Western London Ilford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/09/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="94" TotalAmount="1005.14" OriginalAmount="995.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.68682" Longitude="-0.22132" StarRating="3" HotelCode="|179837" HotelName="Holiday Inn South Mimms M25/j23" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Swanland Road, South Mimms, Potters Bar, England, UK, EN6 3NH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/8/3/7/179837_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1010.00" OriginalAmount="1000" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.56052292" Longitude="0.06982376" StarRating="4" HotelCode="547518|167946" HotelName="Signature Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>62-64 Cranbrook Road, Ilford IG1 4NH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/57/2a57725a292fda17da33be585ee9a61604ae4ee5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1024.14" OriginalAmount="1014" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.563977" Longitude="0.065688" StarRating="3" HotelCode="915074|45424" HotelName="Arinza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Mansfield Road, Ilford IG1 3BD, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/14/b214a2859517195edfa9e17782b7b7e916746a42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arinza Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1024.76" OriginalAmount="1014.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.3635115" Longitude="-0.1943421" StarRating="3" HotelCode="|450993" HotelName="Premier Inn London Sutton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>St. Nicholas Way, Sutton,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/9/9/3/450993_b5814ac1537.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1043.17" OriginalAmount="1032.84" MarkupRule="1.00">
      <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 17/09/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="83" TotalAmount="1044.34" OriginalAmount="1034" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|30377-28467111/8581117480298971650/6924" HotelName="LILY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/68300/68246/8722b124_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1044.34" OriginalAmount="1034" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|173910-27407078/8581117480298971650/21090" HotelName="PREMIER INN LONDON ELSTREE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785600/11785592/8f5175ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1045.35" OriginalAmount="1035" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.55238215" Longitude="-0.21056942" StarRating="2" 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="1056.46" OriginalAmount="1046" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.564921289556" Longitude="0.10105855212032" StarRating="3" HotelCode="335002|167944" HotelName="O'Gradys Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>699 High Road, Ilford, Essex IG3 8RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/48/3148762bc9cf7a8aad0d7c9c5bbb61930b6bdc01.jpeg</HotelPictures>
        <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="1065.55" OriginalAmount="1055" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5066264527" Longitude="-0.24444177746773" StarRating="2" HotelCode="189752|199447" HotelName="Hotel 261" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>261 Uxbridge Road, Shepherds Bush, Greater London W12 9DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/09/780953efa985a495e700bb8643ae27de431b7fff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1066.49" OriginalAmount="1055.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.55239" Longitude="-0.21028" StarRating="2" HotelCode="|237901" HotelName="Cricklewood Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cricklewood Broadway, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/9/0/1/237901_1_9433.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1070.60" OriginalAmount="1060" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.37492242" Longitude="-0.09034449" StarRating="2" 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="8" TotalAmount="1072.54" OriginalAmount="1061.92" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="1072.85" OriginalAmount="1062.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.388166" Longitude="-0.454273" StarRating="3" HotelCode="|184680" HotelName="Warren Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Church Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/8/0/184680_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1074.64" OriginalAmount="1064" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857491|406159" HotelName="London Tolworth hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="1079.13" OriginalAmount="1068.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9515238" Longitude="-83.3810619" StarRating="2" HotelCode="|274472" HotelName="Fairbridge Inn Express London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>870 U.S. 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/4/7/2/274472_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1085.75" OriginalAmount="1075" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|403022-28507107/8581117480298971650/5116" HotelName="HAREFIELD MANOR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1060000/1052300/1052264/85404173_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1090.12" OriginalAmount="1079.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.94884" Longitude="-81.22803" StarRating="0" HotelCode="|228136" HotelName="Super 7" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>697 Wellington Rd. South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/1/3/6/228136_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1104.94" OriginalAmount="1094" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.583194333463" Longitude="-0.40081937301636" StarRating="3" HotelCode="82537|493872" HotelName="Tudor Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Field End Road, Eastcote HA5 2QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/29/a6295a7185c6de9ced7921e031684325b36be499.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1112.90" OriginalAmount="1101.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491956" Longitude="-0.318469" StarRating="3" HotelCode="|218067" HotelName="Oyo Bostons Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146-152 Boston Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/0/6/7/218067_1_9530.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1113.02" OriginalAmount="1102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503987676285" Longitude="-0.33376733201601" StarRating="4" HotelCode="77777|200142" HotelName="Boston Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="1121.29" OriginalAmount="1110.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.11219" Longitude="-84.09548" StarRating="0" HotelCode="|457335" HotelName="Microtel Inn And Suites By Wyndham London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1895 Highway 192 W</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/3/3/5/457335_dccf4d91848.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1131.77" OriginalAmount="1120.56" MarkupRule="1.00">
      <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="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="8" TotalAmount="1137.83" OriginalAmount="1126.56" MarkupRule="1.00">
      <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 14/09/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="27" TotalAmount="1145.34" OriginalAmount="1134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.36340974" Longitude="-0.19418475" StarRating="3" HotelCode="986257|406155" HotelName="Premier Inn London Sutton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="83" TotalAmount="1147.36" OriginalAmount="1136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1327321-28480500/8581117480298971650/1931" HotelName="THE CRYSTAL LODGE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10420000/10413900/10413819/33861c94_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1161.50" OriginalAmount="1150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47885806353" Longitude="-0.40939391534425" StarRating="3" HotelCode="115077|457515" HotelName="Travelodge London Heathrow Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>700 Bath Road, Hertz House, Hounslow TW5 9TW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/94/fe94a6c1a6abb62ce75744129ccdff83e088e85e.jpeg</HotelPictures>
        <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="1163.52" OriginalAmount="1152.00" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="1163.52" OriginalAmount="1152" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|187245-28572771/8581117480298971650/3595" HotelName="ARINZA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5130000/5125800/5125737/83718583_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1170.15" OriginalAmount="1158.56" MarkupRule="1.00">
      <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 16/09/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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1180.69" OriginalAmount="1169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491502" Longitude="-0.142723" StarRating="2" HotelCode="94590|404302" HotelName="Enrico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77-79 Warwick Way, Victoria, London SW1V 1QP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/60/c56077699cbdd69598388e940bd47ce2842e4ab1.JPEG</HotelPictures>
        <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="1180.69" OriginalAmount="1169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.356886" Longitude="-0.113381" StarRating="3" HotelCode="152727|93565" HotelName="Premier Inn London Croydon Purley A23" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="1200.89" OriginalAmount="1189" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5570262" Longitude="0.06681187" StarRating="2" HotelCode="432731|394336" HotelName="OYO Townhouse 16 Ilford Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Ilford Hill, Ilford, IG1 2DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/zz/2bad26ad81f0cfd827a186cdde9883765c38b1f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1203.52" OriginalAmount="1191.60" MarkupRule="1.00">
      <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 18/09/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="1206.95" OriginalAmount="1195" MarkupRule="1.00">
      <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="94" TotalAmount="1210.47" OriginalAmount="1198.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.165836" Longitude="-0.17821" StarRating="3" HotelCode="|126560" HotelName="Travelodge Gatwick Airport Central" Meals="ROOM ONLY" 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="1216.32" OriginalAmount="1204.28" MarkupRule="1.00">
      <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 18/09/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="1220.08" OriginalAmount="1208" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.41202569" Longitude="0.02149359" StarRating="0" HotelCode="663169|478886" HotelName="Avis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="83" TotalAmount="1221.09" OriginalAmount="1209" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|272576-28441052/8581117480298971650/2321" HotelName="FLEXISTAY TULSI APARTHOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2320000/2319000/2318953/03a112aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1221.43" OriginalAmount="1209.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494156" Longitude="-0.091582" StarRating="0" HotelCode="|80910" HotelName="RestUp London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 New Kent Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/1/0/80910_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Londres the centre of it is situated 5 minutes away from Elephant the Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1224.12" OriginalAmount="1212" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.557111607577" Longitude="-0.39774903258899" StarRating="3" HotelCode="78711|35773" HotelName="Savera Hotel South Ruislip" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/09/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="12" TotalAmount="1236.81" OriginalAmount="1224.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4663643" Longitude="-0.42073768" StarRating="3" HotelCode="780895|8557295" HotelName="Atrium Hotel Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel">
        <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="8" TotalAmount="1237.69" OriginalAmount="1225.44" MarkupRule="1.00">
      <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="Non Refundable">
        <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="1238.26" OriginalAmount="1226" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493969265746" Longitude="-0.090594291687012" StarRating="2" HotelCode="208409|37422" HotelName="RestUp London Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="27" TotalAmount="1241.29" OriginalAmount="1229" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4802948886" Longitude="-0.41473552820275" StarRating="3" HotelCode="599677|307725" HotelName="Moxy London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>804-834 Bath Road, Heathrow Airport, Hounslow, England TW5 9US</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/9e/ea9e7d5d447fd1e234942cb600da959aef439539.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1247.35" OriginalAmount="1235" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49100038" Longitude="-0.30423647" StarRating="3" HotelCode="467740|93606" HotelName="London Brentford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="1247.35" OriginalAmount="1235" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.380376627664" Longitude="-0.28072755208018" StarRating="2" HotelCode="114990|215284" HotelName="Travelodge Chessington Tolworth" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ewell Road, Tolworth Tower, Tolworth, London KT6 7EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/0c/8f0c34ecda1c279bac60ac825f2dab0161886bf1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1255.43" OriginalAmount="1243" MarkupRule="1.00">
      <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="94" TotalAmount="1267.87" OriginalAmount="1255.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.41307" Longitude="-0.12405" StarRating="3" HotelCode="|247045" HotelName="Guest House London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1530 LONDON ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/0/4/5/247045_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1272.00" OriginalAmount="1259.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9304736" Longitude="-81.2202109" StarRating="2" HotelCode="|95276" HotelName="Comfort Inn London - Wellington Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1156 Wellington Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/2/7/6/95276_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1275.34" OriginalAmount="1262.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50301" Longitude="-0.30695" StarRating="3" HotelCode="|227824" HotelName="Aron Guest House 'Second Home'" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 South Ealing Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/7/8/2/4/227824_759bbe92241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1279.90" OriginalAmount="1267.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.629222" Longitude="-0.263898" StarRating="4" HotelCode="|57186" HotelName="Ramada By Wyndham London North M1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Between Jct 2-4, Gateway Services, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/1/8/6/57186_4c57f810804.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Days Inn North is rated three stars. It has a car park (free of charge), a bar, a restaurant and air-conditioning. SITUATION: This establishment is in northern London. It is well-connected with the motorway. ROOM: The spacious rooms have a bathroom with hydromassage shower, a hairdryer, a coffee maker, a television, a direct line telephone and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1283.38" OriginalAmount="1270.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506754" Longitude="-0.244466" StarRating="2" HotelCode="|558598" HotelName="261" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>261-263 Uxbridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/5/9/8/558598_ec86b801648.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1290.78" OriginalAmount="1278" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518309" Longitude="-0.405527" StarRating="3" HotelCode="152808|93958" HotelName="Premier Inn London Hayes, Heathrow (North A4020) hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="94" TotalAmount="1293.88" OriginalAmount="1281.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.532998" Longitude="-0.240413" StarRating="3" HotelCode="|524442" HotelName="Diana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>248 high street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/4/4/2/524442_e290b5e0914.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1300.88" OriginalAmount="1288" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.38213651" Longitude="-0.08582943" StarRating="3" HotelCode="586633|408170" HotelName="Westciti Caroco Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>35 Morland Avenue, Croydon CR0 6EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/da/51da0c4f8f4bb9ff31c6bc23259501e32d75d018.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1303.87" OriginalAmount="1290.96" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="1306.94" OriginalAmount="1294" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|876306-28466846/8581117480298971650/4384" HotelName="CHISWICK LODGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7500000/7495500/7495491/3a7b7a05_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1313.00" OriginalAmount="1300" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49542657" Longitude="-0.18946535" StarRating="2" 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="1326.13" OriginalAmount="1313" MarkupRule="1.00">
      <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="94" TotalAmount="1339.35" OriginalAmount="1326.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1103832" Longitude="-84.0957606" StarRating="3" HotelCode="|282116" HotelName="Comfort Suites London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1918 West Hwy. 192</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/1/1/6/282116_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1341.28" OriginalAmount="1328" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.629146791747" Longitude="-0.2638758981476" StarRating="3" HotelCode="94603|16493" HotelName="Ramada London North M1" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Between Junction, Gateway Services, London NW7 3HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/cb/c5cb517500d5dee2d9ff90847060282fdf45f94e.jpeg</HotelPictures>
        <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="94" TotalAmount="1360.53" OriginalAmount="1347.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.926057" Longitude="-81.215695" StarRating="3" HotelCode="|40610" HotelName="Ramada By Wyndham London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>817 EXETER ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/1/0/40610_01aff251657.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2003, has 124 rooms and 2 floors. The establishment has air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service, a bar, a restaurant, a living room and a games room. The establishment also offers room service, a laundry service, 9 meeting rooms, 2 dance halls, WiFi, a restaurant, a living room, the business centre and playgrounds. SITUATION: Toronto and Michigan It is located between near the establishment, guests will find the motorway, close to the establishment, guests have restaurants, bars, the nightlife and shops. 15 minutes away from the establishment, guests will find Londres the city centre of St. Thomas 20 minutes away from the establishment clients have it is well-connected with places of interest, 15 minutes away from the establishment clients have the bus station. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, internet, a radio, cable television, a microwave, a fridge and a coffee maker. They also have an answering machine, individual heating, individual air-conditioning, an ironing set and a king size or double bed. FACILITIES: The establishment has a covered heated pool and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast, an Ã  la carte lunch and an Ã  la carte or set-menu dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1363.04" OriginalAmount="1349.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.112073" Longitude="-84.1003686" StarRating="3" HotelCode="|363071" HotelName="Country Inn and Suites By Radisson, London, Ky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2035 West Highway 192</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/3/0/7/1/363071_222ff450758.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1369.16" OriginalAmount="1355.60" MarkupRule="1.00">
      <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 16/09/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="27" TotalAmount="1371.58" OriginalAmount="1358" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.410995023811" Longitude="-0.054952248809059" StarRating="2" 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="27" TotalAmount="1374.61" OriginalAmount="1361" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.3465257" Longitude="-0.31551454" StarRating="3" HotelCode="159593|93568" HotelName="Premier Inn Chessington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Leatherhead Road, Chessington, Surrey KT9 2NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/28/0428cbfd8d5dca21470e8dcc160f50eabb72f02d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Epsom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1374.61" OriginalAmount="1361" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.362324" Longitude="-0.071093" StarRating="3" HotelCode="152726|93566" HotelName="Premier Inn Croydon South A212" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="94" TotalAmount="1375.65" OriginalAmount="1362.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544971" Longitude="0.049518" StarRating="3" HotelCode="|80911" HotelName="OYO The Manor Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>386 High Street North</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/1/1/80911_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays and has attentive service. SITUATION: This hotel is in the heart of Londres. Near the establishment, you will find the exhibition centre ExCeL, the commercial area of ExCeL and the West Ham United Golf Course. It is near East Ham Metro Station, Woodgrange Park and Manor Park Train Station. 2 minutes away from the establishment, clients can find the shopping centres, bars and restaurants. ROOM: The establishment has 59 modern rooms with an air-conditioning system. It also has disabled access rooms. All the rooms have a bathroom, a direct line telephone, modem connection, films (available for a fee) and a satellite TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1384.75" OriginalAmount="1371.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|1967289" HotelName="Holiday Inn Express London - Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel">
        <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="94" TotalAmount="1389.36" OriginalAmount="1375.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.3765482" Longitude="-0.2782984" StarRating="3" HotelCode="|450944" HotelName="Premier Inn Premier Inn London Tolworth" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Kingston Road ,Tolworth</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/9/4/4/450944_c8eca621200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1389.76" OriginalAmount="1376" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.533859557254" Longitude="0.071743467744341" StarRating="2" HotelCode="115102|200628" HotelName="ibis London Barking Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Highbridge Road, Essex, Barking IG11 7BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/bb/80bbdd6421a3c22c5a56ed656be0a20eea59d0f8.jpeg</HotelPictures>
        <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="1391.46" OriginalAmount="1377.68" MarkupRule="1.00">
      <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 16/09/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="27" TotalAmount="1391.78" OriginalAmount="1378" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.455777851334" Longitude="0.1428425223279" StarRating="3" HotelCode="349329|93954" HotelName="Premier Inn London Bexleyheath Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="83" TotalAmount="1399.86" OriginalAmount="1386" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1024346-28473282/8581117480298971650/538" HotelName="BOOK A BED HOSTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4920000/4916900/4916812/40d347db_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1401.46" OriginalAmount="1387.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.538114" Longitude="-0.283125" StarRating="3" HotelCode="|74588" HotelName="Travelodge Wembley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>North Circular Road, Ealing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/5/8/8/74588_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel reopened in 2006. SITUATION: 15 minutes away from the establishment you have the stadium, is well-connected with London the city centre of the motorway. ROOM: The establishment has double rooms, family rooms and disabled access rooms. The rooms a bathroom, a television with channels (available for a fee) and a courtesy tea and coffee service. OTHERS: Regarding the food and beverage provision, the establishment offers a cafÃ© and a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1404.91" OriginalAmount="1391" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.409681" Longitude="-0.301294" StarRating="3" HotelCode="350601|93673" HotelName="Premier Inn London Kingston Upon Thames" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="83" TotalAmount="1410.97" OriginalAmount="1397" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613058-27404761/8581117480298971650/21186" HotelName="PREMIER INN LONDON BEXLEYHEATH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785700/11785622/809597ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1414.00" OriginalAmount="1400" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857897|406154" HotelName="London Hayes, Heathrow (Hyde Park) hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="94" TotalAmount="1415.82" OriginalAmount="1401.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.25493" Longitude="-0.19419" StarRating="3" HotelCode="|169850" HotelName="Oyo The Bridge House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>REIGATE HILL,REIGATE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/5/0/169850_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a car park, 39 stylish rooms with air-conditioning. SITUATION: This establishment, is in Reigate Hill It has excellent transport links to the motorway and Gatwick and London Heathrow Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1418.92" OriginalAmount="1404.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4771871" Longitude="-0.015272" StarRating="3" HotelCode="|448164" HotelName="Travelodge London Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Greenwich High Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/6/4/448164_00a1c211524.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1421.07" OriginalAmount="1407" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50286" Longitude="-0.091832" StarRating="1" HotelCode="316281|300846" 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="27" TotalAmount="1423.09" OriginalAmount="1409" MarkupRule="1.00">
      <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="Non Refundable" 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="1427.13" OriginalAmount="1413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.60805176" Longitude="-0.27684555" StarRating="3" HotelCode="159619|93571" HotelName="Premier Inn London Edgware" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="1427.13" OriginalAmount="1413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.574226" Longitude="0.08598" StarRating="3" HotelCode="69650|167941" HotelName="Holiday Inn Express London - Newbury Park" 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/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>713 Eastern Avenue, Newbury Park, London IG2 7RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/15/e415368db5e638e16567fa5b51c02bcf342445da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the A12 which is the main arterial road into the centre of London and within...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1436.22" OriginalAmount="1422" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.434443" Longitude="0.063892" StarRating="3" HotelCode="639213|227186" HotelName="Premier Inn London Eltham" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="8" TotalAmount="1440.50" OriginalAmount="1426.24" MarkupRule="1.00">
      <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 18/09/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="1443.43" OriginalAmount="1429.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48787" Longitude="0.03125" StarRating="2" HotelCode="|226133" HotelName="The Antigallican by Nestor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>428 Woolwich Road Charlton</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/1/3/3/226133_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1444.30" OriginalAmount="1430" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.376191" Longitude="-0.097858" StarRating="3" HotelCode="37754|10171" HotelName="Jurys Inn London Croydon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Wellesley Road, Croydon, South London CR0 9XY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/a4/85a453b2906ec3a7c962bbf96fb8c8a81067b21b.JPEG</HotelPictures>
        <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="1449.35" OriginalAmount="1435" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.43309421" Longitude="0.10212969" StarRating="3" HotelCode="467756|94092" HotelName="Premier Inn London Sidcup Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="8" TotalAmount="1451.01" OriginalAmount="1436.64" MarkupRule="1.00">
      <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 13/09/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="94" TotalAmount="1453.81" OriginalAmount="1439.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.16808" Longitude="-0.18042" StarRating="3" HotelCode="|203808" HotelName="Holiday Inn London-gatwick Airport, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Povey Cross Road, Horley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/0/8/203808_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1462.48" OriginalAmount="1448" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.459723" Longitude="-0.43972940000003" StarRating="3" HotelCode="566250|227185" HotelName="Premier Inn London Heathrow Airport Terminal 4" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="83" TotalAmount="1464.50" OriginalAmount="1450" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|209318-28510456/8581117480298971650/2466" HotelName="EUROTRAVELLER HOTEL PREMIER @ HARROW" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7910000/7900900/7900825/ee79d7e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1467.53" OriginalAmount="1453" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="986374|518576" HotelName="Premier Inn London Romford Town Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="1468.54" OriginalAmount="1454" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.469545735515" Longitude="-0.36629442327876" StarRating="4" HotelCode="94520|37413" HotelName="The Continental Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="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="27" TotalAmount="1472.58" OriginalAmount="1458" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.574924130774" Longitude="-0.20316794232792" StarRating="0" HotelCode="237212|410941" HotelName="Golders Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175 Golders Green Road, Golders Green, Barnet, London NW11 9BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/86/5b8668e95ea2104d79d5e2f94239141e652d3eb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1473.59" OriginalAmount="1459" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1332218-28538002/8581117480298971650/4503" HotelName="BLUE SAPPHIRE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78480000/78478400/78478346/81683108_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1479.59" OriginalAmount="1464.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5048792" Longitude="-0.0339955" StarRating="4" HotelCode="|18009" HotelName="a&amp;o London Docklands Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROTHERHITHE STREET 265</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/0/9/18009_96d60d21526.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 365 rooms and 4 apartments. The establishment has a bar, a terrace, a restaurant, 26 meeting rooms and a health centre. SITUATION: This hotel is 20 minutes away from the centre of Londres where you can find shops and leisure areas. The establishment offers a transfer service to the metro station Canada Water. It is situated 25 minutes away from London City Airport. This hotel is situated next to Thames River Thames. ROOM: All the rooms have a hairdryer, a television, an iron, a coffee maker and a kettle. FACILITIES: The hotel has a covered swimming pool, a health centre with a sauna and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. Dietary restrictions can be accommodated.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1482.98" OriginalAmount="1468.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.6067177" Longitude="0.0581255" StarRating="4" HotelCode="|75784" HotelName="London Chigwell Prince Regent , Bw Signature Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Manor Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/8/4/75784_0bbe2ad1439.jpeg</HotelPictures>
        <HotelDescription>SITUATION: It has good links to Londres the centre of, is located near the airport. ROOM: The medium-sized rooms traditional-style and have modern facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1490.47" OriginalAmount="1475.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515418" Longitude="-0.160374" StarRating="2" HotelCode="|525099" HotelName="Berkeley Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Upper Berkeley Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/0/9/9/525099_d0dfe321112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1496.82" OriginalAmount="1482" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544521878123" Longitude="-0.088979601860046" StarRating="3" HotelCode="189758|199461" HotelName="Islington Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>366 Essex Road, Highbury, Islington, London N1 3PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/bc/c3bcb81107134ddcac873daa21b39aee7b178813.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1503.08" OriginalAmount="1488.20" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="1504.32" OriginalAmount="1489.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489039" Longitude="-0.19389" StarRating="2" HotelCode="|533436" HotelName="Wembar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Warwick Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/3/6/533436_4f9de311119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1510.88" OriginalAmount="1495.92" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="1511.97" OriginalAmount="1497" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|210692-28464163/8581117480298971650/1091" HotelName="SOPHIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/210692/2013212144637825.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1514.08" OriginalAmount="1499.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49029" Longitude="-0.19894" StarRating="2" HotelCode="|533778" HotelName="Bob W London Earl's Court - Philbeach Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-28 Philbeach Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/7/7/8/533778_1ea1a3b1146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1520.05" OriginalAmount="1505" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.486602313202" Longitude="-0.25394305753025" StarRating="3" HotelCode="639205|227188" HotelName="Premier Inn London Chiswick" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="83" TotalAmount="1523.08" OriginalAmount="1508" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|474332-28582021/8581117480298971650/3170" HotelName="NOX HOTELS - GOLDERS GREEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/19000000/18300000/18296700/18296695/fc48c66d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1523.08" OriginalAmount="1508" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|874708-28536846/8581117480298971650/4463" HotelName="GOLDERS PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40200000/40199700/40199604/fc6b76ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1531.16" OriginalAmount="1516" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513433214613" Longitude="-0.19361525774002" StarRating="3" HotelCode="49885|36477" 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="94" TotalAmount="1533.62" OriginalAmount="1518.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491069" Longitude="-0.143053" StarRating="2" HotelCode="|217821" HotelName="Oyo Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Warwick Way, Victoria 104</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/8/2/1/217821_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1537.22" OriginalAmount="1522" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613102-27405956/8581117480298971650/21108" HotelName="PREMIER INN LONDON ORPINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15920000/15913900/15913837/6d7591d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1544.29" OriginalAmount="1529" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4109" Longitude="-0.30002" StarRating="2" HotelCode="114427|215503" HotelName="Travelodge London Kingston Upon Thames" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/23 Old London Road, Kingston upon Thames, London KT2 6ND</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/fd/b7fd8faa421cf6ec18146db657070692e176e8be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1557.42" OriginalAmount="1542" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|227324-32949107/8581117480298971650/20739" HotelName="LONDON CHIGWELL PRINCE REGENT, BW SIGNATURE COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/79100/79047/7d044425_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1561.46" OriginalAmount="1546" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520244" Longitude="-0.124098" StarRating="0" HotelCode="114695|495427" HotelName="Lonsdale London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Concierge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9-10 Bedford Place, Bloomsbury, London WC1B 5JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/f5/f0f50a586b870d8e67364d7dadf3f4db26d04b1d.JPEG</HotelPictures>
        <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="1564.49" OriginalAmount="1549" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.446831724276" Longitude="-0.4112734546311" StarRating="2" 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="94" TotalAmount="1566.29" OriginalAmount="1550.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.1127001" Longitude="-84.0981642" StarRating="2" HotelCode="|361400" HotelName="Holiday Inn Express and Suites London, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>506 Minton Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/4/0/0/361400_5be7b461003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1566.80" OriginalAmount="1551.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51007" Longitude="-0.32479" StarRating="3" HotelCode="|191731" HotelName="Holiday Inn Express London - Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Broadway, Ealing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/7/3/1/191731_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1570.55" OriginalAmount="1555" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.455138" Longitude="0.152269" StarRating="4" HotelCode="80348|228979" HotelName="Marriott Bexleyheath" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Broadway, Bexleyheath, England, DA6 7JZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/78/2d787180255df54797088bafb3c136c37599b116.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1572.43" OriginalAmount="1556.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.37416" Longitude="-0.10195" StarRating="3" HotelCode="|203799" HotelName="Holiday Inn Express London - Croydon, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddys Yard Frith Rd Croydon CR0 1TS England</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/7/9/9/203799_2f814f81143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1585.62" OriginalAmount="1569.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5122" Longitude="-0.311543" StarRating="0" HotelCode="|445464" HotelName="ibis Styles London Ealing" Meals="ROOM ONLY" 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="1585.70" OriginalAmount="1570" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492223" Longitude="0.063517000000047" StarRating="3" HotelCode="199810|215511" HotelName="Travelodge London Woolwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="1588.73" OriginalAmount="1573" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515484642476" Longitude="-0.16070991754532" StarRating="2" HotelCode="43814|490860" HotelName="Berkeley Court Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Upper Berkeley Street, London W1H 7PF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/ea/bceaec893cf6e7f05e85f3cd91728c9728212268.jpeg</HotelPictures>
        <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="83" TotalAmount="1593.78" OriginalAmount="1578" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|542687-28515752/8581117480298971650/6853" HotelName="LONDON GUEST HOUSE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6830000/6822400/6822382/40407452_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1595.80" OriginalAmount="1580" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.860694" Longitude="27.254002" StarRating="4" HotelCode="0|4477-32595127/8581117480298971650/2916" HotelName="A&amp;amp;O LONDON DOCKLANDS RIVERSIDE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2500/2456/2c5e7f0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1596.12" OriginalAmount="1580.32" MarkupRule="1.00">
      <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 17/09/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="83" TotalAmount="1599.84" OriginalAmount="1584" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|265676-27817293/8581117480298971650/17625" HotelName="NOVOTEL LONDON BRENTFORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7990000/7985200/7985184/3a260c94_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1602.96" OriginalAmount="1587.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5364297" Longitude="-0.1920401" StarRating="4" HotelCode="|68136" HotelName="Maitrise Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53-59 Kilburn High Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/1/3/6/68136_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Quality Maitrise is rated four stars, boutique, renovated in 2009 and has 58 rooms. The establishment offers a continental breakfast (free of charge), WiFi, air-conditioning and a safety deposit box service. Guests can also find a minibar, a gym, a swimming pool, a sauna, a steam bath and spa treatments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1607.52" OriginalAmount="1591.60" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="1608.27" OriginalAmount="1592.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.473888" Longitude="-0.063388" StarRating="3" HotelCode="|478684" HotelName="Peckham Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Queens Road , Peckham</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/6/8/4/478684_5f794811343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1612.97" OriginalAmount="1597" MarkupRule="1.00">
      <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="94" TotalAmount="1614.04" OriginalAmount="1598.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4906254" Longitude="-0.1383938" StarRating="3" HotelCode="|21824" HotelName="Huttons" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELGRAVE ROAD 53-57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/2/4/21824_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1800 and it is situated in a Victorian building. SITUATION: The establishment, is in the city centre, Close to, and, In the surrounding area you can also find shops, leisure areas and public transport. Victoria Station it takes 5 minutes to get to Westminster Abbey just a few minutes away, you will find.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1620.04" OriginalAmount="1604" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.606130790241" Longitude="0.05867063999176" StarRating="4" HotelCode="98294|37425" HotelName="London Chigwell Prince Regent Hotel, BW Signature Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Manor Road, Chigwell, Woodford Green, Greater London, Essex IG8 8AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/78/0478bf90337909b2a487b217dc8640dab56db9b7.jpeg</HotelPictures>
        <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="1622.06" OriginalAmount="1606" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512905205399" Longitude="-0.17914268129971" StarRating="3" HotelCode="146470|56936" HotelName="The Craven Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10/11 Craven Terrace, Paddington, London W2 3QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0e/c60e3644c1bdd256b0610f5b2c5ef8d8564a59e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1622.06" OriginalAmount="1606" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.41013" Longitude="-0.30098" StarRating="2" HotelCode="199807|227920" HotelName="Travelodge Kingston Upon Thames Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Wheatfield Way, International House, Kingston upon Thames KT1 2PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/fc/1efc36b38f1bb2a9fc5464ce7361bbc6d6cd86ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1628.12" OriginalAmount="1612" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515294" Longitude="-0.160074" StarRating="3" HotelCode="35458|200350" HotelName="Rose Court Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35/35a Great Cumberland Place, Marble Arch, London W1H 7DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a1/e4a1fb23512685ffdd3fa2f13d261540293da19c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1629.13" OriginalAmount="1613" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.483290448835" Longitude="-0.48135727643967" StarRating="4" HotelCode="28975|9381" HotelName="Sheraton Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Heathrow Airport, Colnbrook Bypass, West Drayton UB7 0HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/9c/d49c36258867130339dbb992c174086f563f166d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable airport hotel is located approximately 5 minutes from London Heathrow Airport as we...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1630.14" OriginalAmount="1614" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|114217-30248352/8581117480298971650/18438" HotelName="W6 HOTEL HAMMERSMITH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2040000/2030300/2030220/b5348d34_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1640.24" OriginalAmount="1624" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.482560198505" Longitude="-0.4506762356167" StarRating="4" HotelCode="28974|5501" HotelName="Radisson Hotel &amp; Conference Centre London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Building A, Heathrow, Middlesex UB7 0DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/96/3a965a2ff728b3fa575a4a6a97a33b3ae870353f.jpeg</HotelPictures>
        <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="27" TotalAmount="1646.30" OriginalAmount="1630" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|13283" HotelName="Thistle London Heathrow Terminal 5" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Longford, London UB7 0EQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/73/ff735807bac2a3a779e6a0e9f1620963357e27e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location near London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1647.31" OriginalAmount="1631" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.580207" Longitude="0.14071" StarRating="3" HotelCode="152963|93961" HotelName="Premier Inn London Romford West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="83" TotalAmount="1647.31" OriginalAmount="1631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|210795-28510797/8581117480298971650/1204" HotelName="THE CRAVEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888600/888523/3449e9d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1656.40" OriginalAmount="1640" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|211001-28570406/8581117480298971650/4746" HotelName="THE WIMBLEDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2660000/2650300/2650261/c5fff489_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1658.10" OriginalAmount="1641.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516222" Longitude="-0.419286" StarRating="3" HotelCode="94518|314663" HotelName="Fountain House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Garden,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>116-118 Church Road, Hayes, Middlesex, UB3 2LW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/13/d9139f8d472c046a593374f078aad5e9486900db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, Fountain House Hotel puts everything the city has to offer just o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1663.47" OriginalAmount="1647" MarkupRule="1.00">
      <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="95" TotalAmount="1673.59" OriginalAmount="1657.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53659" Longitude="-0.19204" StarRating="3" HotelCode="454538" HotelName="Maitrise Hotel Maida Vale" Meals="ROOM - NO WINDOW" BedType="ROOM - NO WINDOW">
        <Address>
          <AddressLines>
            <AddressLine>Kilburn High Road,53-59,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/54538/454538/1.jpg?f=17335062</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and concierge services.. Featured amenities include a business center, express check-out, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1680.64" OriginalAmount="1664" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.623156" Longitude="-0.35227399999997" StarRating="4" HotelCode="296888|203684" HotelName="Best Western Plus Grim’s Dyke Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Old Redding, Harrow Weald, London HA3 6SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9f/bd9f3dcd31597a94a570d8195df907bcb2e6b4e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Watford. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1687.82" OriginalAmount="1671.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4259136" Longitude="-0.1782168" StarRating="3" HotelCode="|216196" HotelName="Pelican London and Residence" Meals="ROOM ONLY" 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="27" TotalAmount="1688.72" OriginalAmount="1672" MarkupRule="1.00">
      <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="1695.79" OriginalAmount="1679" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494557079184" Longitude="-0.22833108901978" StarRating="4" HotelCode="888771|45422" HotelName="Axiom W6 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 Glenthorne Road, Hammersmith And Fulham, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/bc/17bc8baefef07cc4b1598540d7a2a7c23b1cd6a4.JPEG</HotelPictures>
        <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="27" TotalAmount="1700.84" OriginalAmount="1684" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.39914486" Longitude="0.0179356" StarRating="3" HotelCode="857831|405412" HotelName="London Bromley hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="8" TotalAmount="1701.28" OriginalAmount="1684.44" MarkupRule="1.00">
      <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 18/09/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="1704.88" OriginalAmount="1688" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525212129347" Longitude="-0.12637577911585" StarRating="1" 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="1714.98" OriginalAmount="1698" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.471354" Longitude="-0.137138" StarRating="3" HotelCode="114531|199335" HotelName="Chelsea Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>372 Wandsworth Road, London, SW8 4TE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/c9/26c9e804c7a7224d03b22a444a7e7c37bd2c905b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1714.98" OriginalAmount="1698" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613063-27408306/8581117480298971650/21819" HotelName="PREMIER INN LONDON BROMLEY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32590000/32580200/32580109/a65fcaad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1729.12" OriginalAmount="1712" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4815" Longitude="-0.457295" StarRating="4" HotelCode="326334|11601" HotelName="Leonardo Hotel London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Sipson, West Drayton UB7 0DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/zz/2aada39abe8f1dc85546dc8b11f15f93daf16d32.jpeg</HotelPictures>
        <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="1733.16" OriginalAmount="1716" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514802" Longitude="-0.176746" StarRating="3" HotelCode="408634|17798" HotelName="Ascot Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Craven Road, Paddington, London W2 3BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/01/560138dd9a361122118d6f594249f375aa521d85.jpeg</HotelPictures>
        <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="8" TotalAmount="1740.11" OriginalAmount="1722.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495083002218" Longitude="-0.19042234873064" StarRating="3" HotelCode="76159|155310" HotelName="1 Lexham Gardens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/09/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="1744.27" OriginalAmount="1727" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.482067753461" Longitude="-0.48179984092712" StarRating="3" HotelCode="196611|93485" HotelName="Premier Inn London Heathrow Airport Terminal 5" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>420 Bath Road, Heathrow Airport Terminal 5, Longford UB7 0EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/50/4950b6e5c3c25033d932c972e57793056d8bcbf2.JPEG</HotelPictures>
        <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="1749.32" OriginalAmount="1732" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.482571799992" Longitude="-0.45067897613159" StarRating="4" HotelCode="986178|425094" HotelName="Radisson RED Hotel London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Building B, West Drayton, Heathrow, London UB7 0DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/cc/e8cc12743c2512641564d61c85287018db26f035.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1757.33" OriginalAmount="1739.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481105" Longitude="-0.019785" StarRating="3" HotelCode="|448824" HotelName="Zedwell Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cavatina Point 7 Harmony Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/8/2/4/448824_9124da11301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1757.40" OriginalAmount="1740" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1022892-28489273/8581117480298971650/4983" HotelName="GRESHAM HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47700/47610/8c3cd6c5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1759.74" OriginalAmount="1742.32" MarkupRule="1.00">
      <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 10/09/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="27" TotalAmount="1760.43" OriginalAmount="1743" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.416709254573" Longitude="0.0022007055225686" StarRating="3" HotelCode="77032|85039" HotelName="The Bromley Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/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="27" TotalAmount="1761.44" OriginalAmount="1744" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490945301892" Longitude="-0.14381694990095" StarRating="3" HotelCode="114417|394335" HotelName="OYO Townhouse New England Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 St George's Drive, Pimlico, London SW1V 4BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ff/62/ff62a5b9a96e2e7113e0e14565deb0fbfed54152.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1770.53" OriginalAmount="1753" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4909" Longitude="-0.3029" StarRating="4" HotelCode="316396|399381" HotelName="Aparthotel Adagio London Brentford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ealing Road, Key Eye Tower, Brentford, London TW8 0FL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/a8/aaa8f3e6581da95bf6f4df92978ac20aa041ea10.jpeg</HotelPictures>
        <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="94" TotalAmount="1772.77" OriginalAmount="1755.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507895" Longitude="-0.273024" StarRating="4" HotelCode="|218058" HotelName="The Kings Head" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214 High Street, Acton</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/0/5/8/218058_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1773.40" OriginalAmount="1755.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5164298" Longitude="-0.1712302" StarRating="3" HotelCode="|72373" HotelName="Belmont &amp; Astoria " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 &amp; 104 SUSSEX GARDENS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/3/7/3/72373_1_1435.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel an ideal place for relaxing and has attentive service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1775.58" OriginalAmount="1758" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47405" Longitude="-0.021159" StarRating="3" HotelCode="199817|36943" HotelName="Travelodge London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Blackheath Road, Greenwich, London SE10 8DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/c1/0fc16492b0d8c133713074fcace7c4eb4fc51e8e.jpeg</HotelPictures>
        <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="1780.63" OriginalAmount="1763" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506496666667" Longitude="-0.2247716" StarRating="3" HotelCode="142734|395481" HotelName="Abbey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Wood Lane, London, Greater London W12 7DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/07/ed07c40fc202b9a290e33ebcdcce9d9cb78796cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1783.66" OriginalAmount="1766" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|609067-24707937/8581117480298971650/18810" HotelName="IBIS BUDGET LONDON WHITECHAPEL - BRICK LANE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29140000/29134900/29134898/070df0f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1784.67" OriginalAmount="1767" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.459071" Longitude="-0.443305" StarRating="3" HotelCode="639038|405706" HotelName="Holiday Inn Express London Heathrow T4" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Swindon Road, Terminal 4, London Heathrow Airport, Hounslow TW6 3FJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/b2/e7b2491e3d66d4bad8cb32b7e39e3062f5a70cd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1784.67" OriginalAmount="1767" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49234665" Longitude="0.06717043" StarRating="3" HotelCode="857187|227173" HotelName="Premier Inn London Woolwich Royal Arsenal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="83" TotalAmount="1789.72" OriginalAmount="1772" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|131669-28569416/8581117480298971650/3235" HotelName="MAITRISE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2890000/2881900/2881855/eb1a7191_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1792.75" OriginalAmount="1775" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.58476111" Longitude="-0.24823842" StarRating="3" HotelCode="465391|93736" HotelName="Premier Inn London Hendon (The Hyde)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="1794.77" OriginalAmount="1777" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.42654863" Longitude="-0.33346181" StarRating="2" HotelCode="199819|215507" HotelName="Travelodge London Teddington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Station Road, Park House, Teddington TW11 9AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/c0/e0c0c4f69b2643402d113ea439a2c3de9ccbdfc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1804.75" OriginalAmount="1786.88" MarkupRule="1.00">
      <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="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="83" TotalAmount="1805.88" OriginalAmount="1788" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|208436-28515498/8581117480298971650/3315" HotelName="NOX WEST HAMPSTEAD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/208436/201325125130425.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1808.43" OriginalAmount="1790.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49458" Longitude="-0.20726" StarRating="4" HotelCode="|184490" HotelName="Simply Rooms and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Avonmore Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/9/0/184490_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1815.99" OriginalAmount="1798.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5116005" Longitude="-0.185" StarRating="2" HotelCode="|20740" HotelName="Apollo Hotel London Near Hyde Park and Paddington Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Queensborough Terrace, Bayswater</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/4/0/20740_8e1a2391410.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, is ideal for holidays or business trips. SITUATION: This establishment, London King's Cross it is in Well connected with places of interest, tourist points of interest and shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1820.02" OriginalAmount="1802" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613131-27408659/8581117480298971650/21507" HotelName="PREMIER INN LONDON WIMBLEDON (BROADWAY)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36420000/36418400/36418373/w3837h2555x3y4-06dafb34_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1821.47" OriginalAmount="1803.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4801499" Longitude="-0.4243301" StarRating="3" HotelCode="|46123" HotelName="Premier Inn London Heathrow Airport T2 &amp; T3 (Bath Road) " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BATH ROAD 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/2/3/46123_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern airport hotel and has 590 rooms, The establishment has a hall, express check-out, a reception, a currency exchange service, a lift, a cafÃ©, 2 bars and a restaurant. The establishment also offers conference rooms, WiFi (for a fee), room service and a car park (for a fee). SITUATION: Is situated in the motorway, London, Hounslow and Feltham it is well-connected with 15 minutes away from the establishment guests have Hounslow the city centre of It is situated 25 minutes away fromThorpe Park Amusement Park Chessington World of Adventures Resort It is situated 40 minutes away from 2 kilometres away, you can find the bus station, is 2 kilometres away from London Heathrow Airport. ROOM: Customers can find spacious, comfortable rooms with a shower or bath, a hairdryer, a television and internet (available for a fee), They also have a coffee maker, a kettle, an ironing set, an air-conditioning system and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and an Ã  la carte restaurant with buffet. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard, Visa and debit cards. The hotel does not accept Visa Electron and Solo.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1824.06" OriginalAmount="1806" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.58285391" Longitude="-0.31699178" StarRating="3" HotelCode="235880|93611" HotelName="Premier Inn London Harrow" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="8" TotalAmount="1829.59" OriginalAmount="1811.48" MarkupRule="1.00">
      <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 18/09/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="1836.18" OriginalAmount="1818" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516297503676" Longitude="-0.17123838773159" StarRating="3" HotelCode="510435|55590" HotelName="Belmont Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>104 Sussex Gardens, Paddington, London, Greater London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/e5/a0e567bd3a275f17a2d05231fcbe2e23aaf99f22.JPEG</HotelPictures>
        <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="1837.19" OriginalAmount="1819" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.442871822629" Longitude="-0.15299800546904" StarRating="2" HotelCode="199812|225950" HotelName="Travelodge London Balham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Balham High Road, Balham, London SW12 9BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9f/cd/9fcdda974f6219fc1b2d72c1c009a64bc9e8bee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1839.56" OriginalAmount="1821.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.96328" Longitude="-81.22475" StarRating="0" HotelCode="|223335" HotelName="Country Inn and Suites By Radisson, London South, On" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>774 Base Line Rd E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/3/3/3/5/223335_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1843.25" OriginalAmount="1825" MarkupRule="1.00">
      <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="94" TotalAmount="1845.54" OriginalAmount="1827.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.377774" Longitude="-0.095789" StarRating="3" HotelCode="|80840" HotelName="Hampton By Hilton London Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-30 Dingwall Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/4/0/80840_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a gym, breakfast service, a reception, a lounge bar, a living room with a fireplace and a bar. SITUATION: This establishment, Croydon town centre it is in close to the establishment, clients can find East Croydon the Station of it is situated 16 minutes away from London Victoria the railway station the hotel is 14 miles away from Gatwick Airport near the establishment, guests will find restaurants, tourist attractions and shops. ROOM: The establishment has comfortable rooms, with flat-screen TV, sofas, chairs, a coffee maker, a kettle, an iron and an ironing board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1848.30" OriginalAmount="1830" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1021466-28473687/8581117480298971650/624" HotelName="CHARLOTTE GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9320000/9318700/9318697/f1fb27f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1852.34" OriginalAmount="1834" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.40968467" Longitude="-0.23192575" StarRating="2" HotelCode="475608|215504" HotelName="Travelodge London Raynes Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amity Grove, Durham House, SW20 0LQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/ab/37abb69b17eb26759dc317c3149fce876b90b7f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1853.15" OriginalAmount="1834.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526002392352" Longitude="-0.12469321489334" StarRating="1" HotelCode="18318|1080958" HotelName="Generator London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Free CXL until 17/09/2026" 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="94" TotalAmount="1859.37" OriginalAmount="1840.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528668" Longitude="-0.055586" StarRating="3" HotelCode="|446700" HotelName="Four Points Flex by Sheraton London Shoreditch East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>309-317 Cambridge Heath Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/0/0/446700_3cc0f591304.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1859.49" OriginalAmount="1841.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.927389" Longitude="-81.217889" StarRating="3" HotelCode="|40210" HotelName="Four Points By Sheraton London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1150 WELLINGTON ROAD S.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/1/0/40210_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-friendly hotel, renovated in 2007, it offers a conference centre, has 181 rooms and suites. The establishment has a restaurant, a living room, a lobby with a reception, a reception, a cafÃ© and a bar. The establishment also offers internet, WiFi, room service, a laundry service and a car park (free of charge). SITUATION: Near the establishment, guests will find the city centre, in the surrounding area, clients have a commercial centre, Next to the establishment, guests will find the motorway, in the surrounding area, clients have places of interest. ROOM: The rooms have mineral water, internet (free of charge), a writing desk, an ironing set, a coffee maker, a bathroom with a shower or bath, a hairdryer and a direct line telephone. They also have satellite or cable TV, a radio, a washing machine, a fridge, a king size or double bed, an air-conditioning system and heating. FACILITIES: The establishment boasts a gym, a covered swimming pool and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte, menu or buffet lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1859.85" OriginalAmount="1841.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502596617111" Longitude="-0.20195969604106" StarRating="3" HotelCode="403898|602025" HotelName="Safestay London Kensington Holland Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/09/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="27" TotalAmount="1862.44" OriginalAmount="1844" MarkupRule="1.00">
      <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="27" TotalAmount="1863.45" OriginalAmount="1845" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47561903" Longitude="-0.01975671" StarRating="3" HotelCode="265054|93572" HotelName="Premier Inn London Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="8" TotalAmount="1868.02" OriginalAmount="1849.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481009629761" Longitude="-0.46171178772124" StarRating="4" HotelCode="779886|632082" HotelName="Staybridge Suites London - Heathrow Bath Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 16/09/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="1868.58" OriginalAmount="1850.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49127" Longitude="-0.143472" StarRating="1" HotelCode="93109|608855" HotelName="Colliers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="27" TotalAmount="1869.51" OriginalAmount="1851" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.488671" Longitude="-0.13956" StarRating="3" HotelCode="114287|57801" HotelName="St George's Pimlico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 &amp; 115 St. Georges Drive, London SW1V 4DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/93/b793daae2a0ce70c18b21df15afc8fdb9951612b.jpeg</HotelPictures>
        <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="1871.00" OriginalAmount="1852.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492332479851" Longitude="-0.16479287235256" StarRating="4" HotelCode="285086|315269" HotelName="Nell Gwynn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/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="1872.54" OriginalAmount="1854" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.602972" Longitude="-0.019518" StarRating="3" HotelCode="34555|35329" HotelName="Holiday Inn Express Chingford - North Circular" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Walthamstow Avenue, London E4 8ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5e/415e1897feed941137df37e3aa5ae11535d8adf6.jpeg</HotelPictures>
        <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="83" TotalAmount="1872.54" OriginalAmount="1854" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|650722-32594606/8581117480298971650/6930" HotelName="LEIGH HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4380000/4379500/4379455/373b0abe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1874.28" OriginalAmount="1855.72" MarkupRule="1.00">
      <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 17/09/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>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1874.56" OriginalAmount="1856" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1449843-32348958/8581117480298971650/20483" HotelName="EASYHOTEL PADDINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/128000000/127020000/127013700/127013649/cbfc664f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1878.60" OriginalAmount="1860" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.537966" Longitude="-0.283278" StarRating="3" HotelCode="79028|200494" HotelName="Travelodge London Wembley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Circular Road, Ealing NW10 7UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/65/e265e97b808aa710c04440e627c4ad1f6de11cad.jpeg</HotelPictures>
        <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="94" TotalAmount="1878.81" OriginalAmount="1860.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5120225" Longitude="-0.1866331" StarRating="3" HotelCode="|17966" HotelName="Berjaya Eden Park London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>INVERNESS TERRACE 35-39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/6/17966_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a concierge, a business centre, a bar and a restaurant. SITUATION: This hotel Bayswater it is in Bayswater and Queensway nearby, you will find Clients can also find and.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1894.76" OriginalAmount="1876" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.67540449" Longitude="-0.02019138" StarRating="3" HotelCode="159605|93956" HotelName="Premier Inn Enfield" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="1895.36" OriginalAmount="1876.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524868" Longitude="-0.049252" StarRating="3" HotelCode="|537754" HotelName="City Gate Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Colebert Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/7/5/4/537754_9ce47b70904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1897.51" OriginalAmount="1878.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5127529" Longitude="-0.1914573" StarRating="3" HotelCode="|18016" HotelName="Park Avenue Bayswater Inn Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES SQUARE 8-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/1/6/18016_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1850 and renovated in 2002. It has 201 rooms, 6 floors, 22 single rooms and 114 double rooms. The establishment boasts a cosy bar, a restaurant and lifts. SITUATION: It is in a central area, Hyde Park, Kensington Gardens and Queensway it is close to in the surrounding area, clients can find shops, leisure areas, 300 metres away, clients have Bayswater the metro station. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a television, a trouser press, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1902.84" OriginalAmount="1884" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507825996468" Longitude="-0.27304219517714" StarRating="4" HotelCode="489498|165304" HotelName="The King's Head Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>214 High Street, Acton, London W3 9NX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/bc/e0bcb7e5431c937e8818bcd2fcba470ed2a15d8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1903.85" OriginalAmount="1885" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|186694-28509395/8581117480298971650/4100" HotelName="BELMONT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1640000/1631100/1631035/60572646_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1905.34" OriginalAmount="1886.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490505" Longitude="-0.138433" StarRating="3" HotelCode="119418" HotelName="Huttons Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>53-57 Belgrave Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/19418/119418/1.jpg?f=17748799</HotelPictures>
        <HotelDescription>A refurbished modern Victorian building that provides comfortable clean Hotel Accommodation at budget prices for both city breaks and business travellers requiring a central London location. We are within walking distance from Victoria coach, train and underground stations but also Buckingham Palace, Houses of Parliament, Big Ben and The London Eye also UK Passport office ,South Bank ,Business districts and Queen Elizabeth Conference Centre . Our Hotel Accommodation includes complimentary continental breakfast and each rooms contains Colour lcd televisions, Hairdryers, En-suite shower rooms and Complimentary tea and coffee making facilities. All our bedrooms have wooden floors and are fresh and clean .Free high speed fibre WIFI Internet in Bedrooms . Our Lift covers the whole building Up to 1 child under 7 stays for free sharing the room with 2 adults Shopping? This Hotel is close to Oxford Street ,Regents Street,Harrods and many other Knightsbridge shops are a short bus ride from the hotel .
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1905.87" OriginalAmount="1887" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494528690641" Longitude="-0.20707726478577" StarRating="4" HotelCode="189748|56832" HotelName="Simply Rooms &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avonmore Road, London W14 8RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/5a/cc5ae7692d2dd5b9e4c9df5e0d9ac570d8bbfeed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1906.88" OriginalAmount="1888" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.46857" Longitude="0.00977" StarRating="3" HotelCode="522585|199843" HotelName="The Clarendon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="1908.90" OriginalAmount="1890" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513973" Longitude="-0.180074" StarRating="2" HotelCode="148231|495215" HotelName="Glendale Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Devonshire Terrace, Paddington, London W2 3DN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/c5/f0c5260c2a09c2691179d9165dfae24ecd81ad96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Glendale Hyde Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1909.91" OriginalAmount="1891" MarkupRule="1.00">
      <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="8" TotalAmount="1914.03" OriginalAmount="1895.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544330048204" Longitude="-0.16245603561401" StarRating="3" HotelCode="32099|14141" HotelName="Britannia Hampstead Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/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="94" TotalAmount="1915.87" OriginalAmount="1896.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514425" Longitude="-0.19143" StarRating="3" HotelCode="|60433" HotelName="The Royale Chulan Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Leinster Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/4/3/3/60433_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, is ideal for holidays or business trips and has 53 standard rooms. The establishment boasts air-conditioning, a lobby, a reception, a lift, WiFi, room service, a laundry service and a car park (for a fee). SITUATION: This hotel is situated between Notting Hill and Hyde Park is situated in West End near the establishment, you will find Paddington Railway Station. 15 minutes away from the establishment you have London Heathrow Airport. 5 minutes away from the establishment, you can find the metro station. 5 minutes away from the establishment guests have bars, restaurants, nightclubs, pubs and shops. It is 21 kilometres from the London City Airport. It is 24 kilometres away from London Heathrow Airport. Is 51 kilometres from Gatwick Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, luxurious furniture, an air-conditioning system, central heating, a kitchenette, a fridge, a microwave, an LCD television, internet (available for a fee), a direct line telephone, an ironing set, a king size or double bed, a radio, a coffee maker and a kettle. MEALS: The establishment serves a continental breakfast. PAYMENT METHODS: The establishment accepts credit cards, American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1925.06" OriginalAmount="1906" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="23.9995" Longitude="121.628" StarRating="4" HotelCode="0|347738-27817351/8581117480298971650/20632" HotelName="APARTADAGIO LONDON BRENTFORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>NO.1-1 LIN YUAN,HUALIAN,TAIWAN,R.O.C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9690000/9689200/9689177/604f6ca6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1926.04" OriginalAmount="1906.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51364" Longitude="-0.192683" StarRating="2" HotelCode="13014" HotelName="Wedgewood Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Leinster Square, Bayswater,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13014/13014/1.jpg?f=17753585</HotelPictures>
        <HotelDescription>Breakfast included This friendly and beautifully decorated hotel offers 24-hour reception, elevator to all floors, multilingual staff, and a complimentary breakfast in the hotel dining room. Televisions in rooms Wedgewood Hotel's 60 guestrooms are stylishly decorated and include tea/coffee makers, hair dryers, TVs, and telephones. All rooms have private bathrooms. High-speed wireless Internet access is complimentary.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1932.08" OriginalAmount="1912.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.850739" Longitude="-81.275746" StarRating="3" HotelCode="|65918" HotelName="Best Western Plus Stoneridge Inn and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6675 BURTWISTLE LANE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/9/1/8/65918_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a bar and 3 event rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1933.14" OriginalAmount="1914" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47384257" Longitude="-0.06353817" StarRating="3" HotelCode="490353|458460" HotelName="Peckham Rooms Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Queens Road, Peckham, London, England SE15 2PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/5b/715bf42439fdaffd97a89e0e5441f2a2f0dd4be6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1937.18" OriginalAmount="1918" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|550505-28488065/8581117480298971650/1966" HotelName="PARAMOUNT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/23000000/22340000/22330300/22330295/6d477dc2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1938.84" OriginalAmount="1919.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.931507" Longitude="-81.218742" StarRating="2" HotelCode="|95277" HotelName="Quality Suites London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1120 Dearness Drive,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/2/7/7/95277_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1939.20" OriginalAmount="1920" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|184710-28569978/8581117480298971650/3672" HotelName="SIMPLY ROOMS &amp;amp; SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3800000/3791000/3790932/6a68e5ec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1943.19" OriginalAmount="1923.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.927198" Longitude="-81.211768" StarRating="3" HotelCode="|95266" HotelName="Courtyard By Marriott London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Exeter Road London, Ontario,864</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/2/6/6/95266_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1944.25" OriginalAmount="1925" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|28944-18137749/8581117480298971650/19046" HotelName="1 LEXHAM GARDENS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4150000/4149900/4149877/8653177f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1951.72" OriginalAmount="1932.40" MarkupRule="1.00">
      <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/09/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="1956.09" OriginalAmount="1936.72" MarkupRule="1.00">
      <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 17/09/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="1956.37" OriginalAmount="1937" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500918" Longitude="-0.22175500000003" StarRating="3" HotelCode="296997|200378" HotelName="Sapphire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Shepherds Bush Road, London W6 7LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/10/06100e1a12f3dc8c632cd733f665274a164802c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1961.45" OriginalAmount="1942.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.57458" Longitude="-0.201454" StarRating="4" HotelCode="|217545" HotelName="NOX Golders Green" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146-150 GOLDERS GREEN ROAD 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/5/4/5/217545_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1963.44" OriginalAmount="1944" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.425900241164" Longitude="-0.17821142023774" StarRating="3" HotelCode="450240|444260" HotelName="Pelican London Hotel And Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>203 Blackshaw Road, Tooting, London SW17 0BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/06/ec06bbf5afa0fc251b3a4f3da2b677630846049c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1970.51" OriginalAmount="1951" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1448171-32322597/8581117480298971650/22168" HotelName="NELL GWYNN HOUSE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1971.62" OriginalAmount="1952.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.461514" Longitude="-0.192143" StarRating="3" HotelCode="|56975" HotelName="Holiday Inn Express London Wandsworth, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SMUGGLER'S WAY, WANDSWORTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/9/7/5/56975_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to Chelsea and Fulham the stadiums of excellent transport links to public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1975.56" OriginalAmount="1956" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|208417-28507170/8581117480298971650/2635" HotelName="146 SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4510000/4506400/4506314/e7ba8a1b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1979.32" OriginalAmount="1959.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513721" Longitude="-0.1923241" StarRating="2" HotelCode="|18088" HotelName="Wedgewood" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LEINSTER SQUARE 49-51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/8/8/18088_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is small, inviting. SITUATION: Is situated inBayswater the centre of it is 500 metres away from Bayswater the metro station of Hyde Park 5 minutes away from the establishment, clients can find. ROOM: The establishment has 60 rooms and fully-equipped. They are equipped with a hairdryer, a TV and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1981.18" OriginalAmount="1961.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524139" Longitude="-0.116486" StarRating="2" HotelCode="94586|312462" HotelName="Guilford House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/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="94" TotalAmount="1983.57" OriginalAmount="1963.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507137" Longitude="-0.025562" StarRating="2" HotelCode="|202396" HotelName="Point A - London, Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>West,21 Hertsmere Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/3/9/6/202396_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2011.72" OriginalAmount="1991.80" MarkupRule="1.00">
      <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 18/09/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="2013.94" OriginalAmount="1994" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52863508" Longitude="-0.05564725" StarRating="3" HotelCode="769821|457014" HotelName="The East London Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="83" TotalAmount="2016.97" OriginalAmount="1997" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|20773-24483238/8581117480298971650/21492" HotelName="DREAMTEL LONDON KENSINGTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1410000/1402900/1402864/d6282877_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2017.98" OriginalAmount="1998" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.91999816894531" Longitude="-111.46269989013672" StarRating="3" HotelCode="0|282587-28552263/8581117480298971650/632" HotelName="LYALL APARTMENT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>207 North Lake Powell Blvd, Page, AZ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9040000/9032000/9031989/d4109eff_b.jpg</HotelPictures>
        <HotelDescription>The Travelodge in Page, Arizona, offers a resort atmosphere with great views. The hotel offers Large Nicely Appointed Rooms, Cable TV and an Outdoor Heated Pool. Guest experience Location, Service and Value when visiting the Travelodge Page. A great place
 to Recreate and Hibernate. &lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 11:00&lt;br /&gt;Pets Allowed &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2019.02" OriginalAmount="1999.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.475556" Longitude="-0.5162" StarRating="4" HotelCode="|78256" HotelName="Hilton London Heathrow Airport Terminal 5" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>POYLE ROAD, COLNBROOK, BERKSHIRE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/2/5/6/78256_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a spa, 2 restaurants, 2 bars, 350 standard rooms and WiFi (free of charge). SITUATION: This hotel It's 1.6 kilometres from London Heathrow Airport. It is 5 minutes away from the motorway. 20 minutes away from the establishment, you can find Paddington Railway Station. ROOM: All the rooms have an air-conditioning system, a television, a hairdryer, a bathroom and complimentary bathroom items. OTHERS: Clients have at their disposal a set-menu restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2023.19" OriginalAmount="2003.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49248" Longitude="-0.194163" StarRating="3" HotelCode="195259" HotelName="My Place Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Trebovir Road, Earl's Court</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/95259/195259/69.jpg?f=17743197</HotelPictures>
        <HotelDescription>Property Location With a stay at My Place Hotel in London (Earl's Court), you'll be convenient to Natural History Museum and Royal Albert Hall. This hotel is close to Buckingham Palace and Big Ben. Rooms Make yourself at home in one of the 50 guestrooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include safes, housekeeping is provided daily, and irons/ironing boards can be requested. Amenities Enjoy recreation amenities such as a nightclub or take in the view from a garden. Additional features at this Victorian hotel include complimentary wireless Internet access, tour/ticket assistance, and barbecue grills. Dining Enjoy a meal at a restaurant, or stay in and take advantage of the hotel's 24-hour room service. Quench your thirst with your favorite drink at a bar/lounge. A complimentary continental breakfast is included. Business, Other Amenities Featured amenities include limo/town car service, a computer station, and complimentary newspapers in the lobby.
Enjoy recreation amenities such as a nightclub or take in the view from a garden. Additional features at this Victorian hotel include complimentary wireless Internet access, tour/ticket assistance, and barbecue grills.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2024.36" OriginalAmount="2004.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9260157" Longitude="-81.2162322" StarRating="3" HotelCode="|65445" HotelName="Towneplace Suites By Marriott London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>800 EXETER ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/4/4/5/65445_17429711035.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel and has 3 floors. ROOM: The rooms have a fridge, a microwave, a coffee maker and internet. OBSERVATIONS: Hotel is non-smoking.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2025.05" OriginalAmount="2005" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|514661-28441724/8581117480298971650/849" HotelName="CARLTON KINGS CROSS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/514661/2022125181517290.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2029.07" OriginalAmount="2008.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.6568985" Longitude="-0.2503" StarRating="4" HotelCode="|21497" HotelName="Doubletree By Hilton London Elstree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barnet By Pass</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/4/9/7/21497_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 131 rooms and 2 suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. Our guests can find conference rooms, an Ã  la carte restaurant with air-conditioning, a bar and an English bar. The establishment offers guests room service, a laundry service and a car park. SITUATION: This hotel London it is in 20 minutes away from the establishment, guests will find the city centre, is 1,5 kilometres away from a commercial centre, Where you can find shops and leisure areas. it is situated 25 kilometres away from Luton Airport the establishment is 35 kilometres away from London Heathrow Airport. ROOM: The cosy rooms, have a bathroom with a hairdryer, satellite or cable TV and a radio. They also have a direct line telephone, internet, a central heating system and a safety deposit box (available for a fee). FACILITIES: The establishment has a spa, a covered swimming pool, a sauna, a steam bath, a jacuzzi and a massage service. Clients can enjoy activities such as aerobics and playing billiards. it is 9 kilometres away from a golf course. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC. MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant and Ã  la carte lunch and dinner. OTHERS: Pets are allowed dependent on availability.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2031.11" OriginalAmount="2011" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51267103" Longitude="-0.30992639" StarRating="3" HotelCode="263524|31857" HotelName="Premier Inn London Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Uxbridge Road, Ealing, London W5 2RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/57/d95729deef8fa83074fde925c9d2e6ef0ddd83cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2031.11" OriginalAmount="2011" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491257702222" Longitude="-0.14276444369643" StarRating="2" HotelCode="903018|489397" HotelName="Surtees Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Warwick Way, London SW1V 1SB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/17/a517d9454e1cedd629982dfb97c3106c687a5cc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 7 rooms. Services and facilities at the hotel include a restaurant an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2038.18" OriginalAmount="2018" MarkupRule="1.00">
      <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="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="94" TotalAmount="2039.93" OriginalAmount="2019.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4919998" Longitude="-0.1939589" StarRating="3" HotelCode="|67145" HotelName="Trebovir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18-20 TREBOVIR ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/4/5/67145_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2009 and has 2 rooms. SITUATION: It is situated nearEarls Court the metro station of It is well-connected. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a television and a radio. They also have internet, a coffee maker, a kettle, an ironing set and a double bed. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast at no extra charge. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2046.23" OriginalAmount="2025.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52426" Longitude="-0.09464" StarRating="3" HotelCode="|443913" HotelName="easyHotel London City Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Old Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/9/1/3/443913_a0cf9221804.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2048.28" OriginalAmount="2028" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.46503344" Longitude="-0.01082178" StarRating="3" HotelCode="467724|93963" HotelName="London Lewisham Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="94" TotalAmount="2050.56" OriginalAmount="2030.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4909248" Longitude="-0.193634" StarRating="4" HotelCode="|95126" HotelName="Mornington London Kensington, Bw Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Penywern Road, Earls Court,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/1/2/6/95126_3.jpg</HotelPictures>
        <HotelDescription>OBSERVATIONS: Pets are not allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2052.32" OriginalAmount="2032" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3" HotelCode="189438|30494" HotelName="Park Grand London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2053.13" OriginalAmount="2032.80" MarkupRule="1.00">
      <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="94" TotalAmount="2059.16" OriginalAmount="2038.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.464397" Longitude="-0.213432" StarRating="0" HotelCode="|522405" HotelName="Mk London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>317 Putney Bridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/4/0/5/522405_0facbdb1055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2061.28" OriginalAmount="2040.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525924" Longitude="-0.081953" StarRating="3" HotelCode="|534854" HotelName="Berkley Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Rivington Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/5/4/534854_61696191125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2061.41" OriginalAmount="2041" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|474335-28509035/8581117480298971650/2934" HotelName="NEW ENGLAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888800/888739/1cbad082_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2064.44" OriginalAmount="2044" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.0679" Longitude="80.272" StarRating="3" HotelCode="0|348008-28552679/8581117480298971650/4788" HotelName="THE STATION HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>139 WALLAJA ROAD, MOUNT ROAD, CHENNAI, IN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10590000/10583900/10583852/4b82b535_z.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Priyadarshini Park is located in Chennai's Anna Salai neighborhood, close to M.A. Chidambaram Stadium, Mount Road, and Spencer's Plaza Shopping Mall. Nearby points of interest also include University of Madras and Mayor Radhakrishnan Stadium.    Hotel Features.   Dining options at Priyadarshini Park include a restaurant and a coffee shop/café. A bar/lounge is open for drinks. The hotel serves a complimentary breakfast. This 3-star property offers a meeting/conference room and audio-visual equipment. The property offers a roundtrip airport shuttle (surcharge).  Tour/ticket assistance and tour assistance are available. Additional property amenities include laundry facilities, a safe deposit box at the front desk, and air conditioning in public areas.    Guestrooms.     67 guestrooms at Priyadarshini Park feature air conditioning. Guestrooms offer direct-dial phones. LCD televisions are available in guestrooms.      Room Info:       Notifications:      Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation.           Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2065.45" OriginalAmount="2045" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613101-24991373/8581117480298971650/21639" HotelName="PREMIER INN LONDON LEWISHAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12670000/12660500/12660411/1f1c140f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2066.46" OriginalAmount="2046" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50716071124" Longitude="-0.025383423278754" StarRating="2" 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="8" TotalAmount="2068.76" OriginalAmount="2048.28" MarkupRule="1.00">
      <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 12/09/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="8" TotalAmount="2068.88" OriginalAmount="2048.40" MarkupRule="1.00">
      <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 15/09/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>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2074.13" OriginalAmount="2053.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493557" Longitude="-0.192132" StarRating="3" HotelCode="|167210" HotelName="Heeton Concept  Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 -25 Hogarth Road,Earls Court, Kensington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/1/0/167210_dfa0b681747.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in the heart of Kensington. It is close to Earls Court close to the establishment, clients can find the exhibition centre Olimpia. It has good links to West-End the theatres of. It has good links to Victoria and Albert the Museum of. It is close to the metro station of Earls Court. It has excellent transport links to the airports. ROOM: The establishment has 100 inviting rooms with satellite television, a direct line telephone, a bathroom, internet, WiFi, a coffee maker, a kettle, an iron and an ironing board. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service. The hotel has conference rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2075.55" OriginalAmount="2055" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|520970-28513620/8581117480298971650/2129" HotelName="PECKHAM ROOM HOTEL BY BELVILLA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15710000/15702200/15702106/0687ae3d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2079.59" OriginalAmount="2059" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|542645-28586234/8581117480298971650/4605" HotelName="CITY ALDGATE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22260000/22255200/22255133/4daef8cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2082.33" OriginalAmount="2061.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4916909" Longitude="-0.197001" StarRating="2" HotelCode="|17974" HotelName="Garden View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-31 NEVERN SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/4/17974_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a breakfast room, a reception with safety deposit boxes and lifts. SITUATION: This family-run hotel is in the city centre. It is in Earls Court, close to the Earls Court Business Park and Olympia. Near the establishment, you will find Earls Court Underground Station. Around the establishment, clients can find shops. ROOM: All the rooms have a bathroom, a direct line telephone, a radio and a central heating system. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2082.62" OriginalAmount="2062" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.542333974493" Longitude="0.0045330744701459" StarRating="2" HotelCode="114400|38963" HotelName="ibis London Stratford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1A Romford Road, Stratford, London E15 4LJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b7/f5/b7f5b78602e5fd7194ff174f666814f061de233f.jpeg</HotelPictures>
        <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="2085.65" OriginalAmount="2065" MarkupRule="1.00">
      <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="Non Refundable" 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="2089.89" OriginalAmount="2069.20" MarkupRule="1.00">
      <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 10/09/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="94" TotalAmount="2090.35" OriginalAmount="2069.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51455" Longitude="-0.05484" StarRating="4" HotelCode="|483609" HotelName="Aldgate by Excel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Bromehead Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/6/0/9/483609_e2024ae2202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2096.76" OriginalAmount="2076" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1022933-28473277/8581117480298971650/5466" HotelName="ST ATHANS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1620000/1614000/1613992/87e633b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2097.00" OriginalAmount="2076.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.419341" Longitude="-0.195034" StarRating="3" HotelCode="115492|312590" HotelName="Antoinette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="94" TotalAmount="2098.96" OriginalAmount="2078.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517309" Longitude="-0.130386" StarRating="3" HotelCode="|452307" HotelName="Zedwell Underground Tottenham Court Road" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112a Great Russell Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/3/0/7/452307_efdc6f01151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2099.79" OriginalAmount="2079" MarkupRule="1.00">
      <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="2099.79" OriginalAmount="2079" MarkupRule="1.00">
      <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="94" TotalAmount="2102.94" OriginalAmount="2082.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9261559" Longitude="-81.2153872" StarRating="3" HotelCode="|95265" HotelName="Staybridge Suites London, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Exeter Road London, Ontario,824</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/2/6/5/95265_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2103.64" OriginalAmount="2082.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49085" Longitude="-0.18073" StarRating="0" HotelCode="|455167" HotelName="Roland House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Old Brompton Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/1/6/7/455167_fe325350802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2118.98" OriginalAmount="2098" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51446055241" Longitude="-0.1915351673083" StarRating="3" HotelCode="888710|10772" HotelName="Royale Chulan Hyde Park London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Leinster Square, Westminster, London W2 4NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/10/6910848e7f51f60ca6ed6386bbaf0e6b301ddc13.jpeg</HotelPictures>
        <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="83" TotalAmount="2123.02" OriginalAmount="2102" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|187149-32930928/8581117480298971650/6909" HotelName="BEST WESTERN CHISWICK ROOMS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5440000/5434500/5434488/c706d3f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2126.10" OriginalAmount="2105.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.556162" Longitude="-0.214128" StarRating="4" HotelCode="|23019" HotelName="The Crown London Hotel, Cricklewood North West London, WorldHotels Distinctive" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Cricklewood Broadway, Cricklewood</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/1/9/23019_1346fc00343.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, urban hotel and was built in 2003. It has 4 floors, 116 rooms and 111 double rooms. In the establishment entrance, guests will find a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a cafÃ©, a conference room and an Ã  la carte restaurant with air-conditioning, The establishment offers internet, room service and a car park. SITUATION: This hotel is in London northern The Cricklewood Broadway it is close to It is well-connected with public transport services, a few minutes' walk away, clients have Brent Cross the shopping centre 1000 metres away from the establishment, guests can find leisure areas. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet and a sofa. They also have tiled floors, a safety deposit box and a central heating system. FACILITIES: The establishment boasts a covered pool, a swimming pool, a jacuzzi and a sauna. Customers can make use of a gym. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2134.86" OriginalAmount="2113.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522987" Longitude="-0.259786" StarRating="3" HotelCode="1306025" HotelName="Holiday Inn Express London - Park Royal By Ihg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Victoria Road North Acton,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0013/06025/1306025/1.jpg?f=17474524</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, a television in a common area, and a banquet hall.. Featured amenities include a business center, express check-in, and complimentary newspapers in the lobby. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2135.14" OriginalAmount="2114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|17196" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/09/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="2140.11" OriginalAmount="2118.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512148" Longitude="-0.311256" StarRating="3" HotelCode="|74604" HotelName="Travelodge London Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Uxbridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/0/4/74604_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 800 metres away from Ealing Broadway Underground Station. Is 15 kilometres from London Heathrow Airport. ROOM: The rooms have a bathroom, a television and a courtesy tea and coffee service. OTHERS: The establishment offers a cafÃ©, a breakfast service, a dinner service and a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2142.98" OriginalAmount="2121.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5140297" Longitude="-0.1780714" StarRating="2" HotelCode="|20384" HotelName="Mina House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CRAVEN ROAD 21-23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/4/20384_f0861571100.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has a reception and attentive service. SITUATION: This hotel Paddington it is in 5 minutes away from the establishment, you can find metro stops, in the surrounding area, clients have shops, leisure areas, tourist points of interest and monuments. ROOM: The establishment has 27Â cosy rooms with a bathroom, a hairdryer, a satellite television, a direct line telephone, central heating and fitted carpets. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Diners Club. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2143.34" OriginalAmount="2122.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.468317690451" Longitude="-0.41878938674927" StarRating="3" HotelCode="370530|25682" HotelName="Hilton Garden Inn London Heathrow Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,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="2145.24" OriginalAmount="2124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523308097102" Longitude="-0.17449378967285" StarRating="3" HotelCode="97053|24615" HotelName="Comfort Inn Edgware Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>450 Edgware Road, London W2 1EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/45/e3457523c77c0b139f93a74272b2780d5089a392.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2157.40" OriginalAmount="2136.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5158958" Longitude="-0.173818" StarRating="3" HotelCode="|20357" HotelName="Dolphin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NORFOLK SQUARE 32-34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/5/7/20357_bd956dc1229.jpg</HotelPictures>
        <HotelDescription>HOTEL: Dolphin is rated two stars. It has a breakfast room and a living room. SITUATION: This establishment is next to Paddington Station. It is in Bayswater ROOM: The rooms have a television, a direct line telephone, a fridge, a kettle and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2159.34" OriginalAmount="2137.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4859366" Longitude="-0.1991855" StarRating="4" HotelCode="|552337" HotelName="Mercure London Earls Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47 Lillie Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/3/3/7/552337_af99f711103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2160.39" OriginalAmount="2139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.458919087761" Longitude="-0.44298153551256" StarRating="4" HotelCode="806237|396547" HotelName="Crowne Plaza London Heathrow T4" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Swindon Road, Terminal 4, London Heathrow Airport, Hounslow TW6 3FJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/eb/5ceb56add2a5c03cb00b1861c5f11eb24a73681f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2162.10" OriginalAmount="2140.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4920129" Longitude="-0.2198886" StarRating="4" HotelCode="|17994" HotelName="Novotel London West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHORTLANDS, HAMMERSMITH 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/9/4/17994_0e691361322.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 625 rooms, The establishment boasts a reception, room service, a laundry service, non-smoking floors, 2 restaurants, a cafÃ©, 2 bars and a pub. You can request a computer with internet, At an extra cost you can use the car park. SITUATION: This hotel is situated in London the western area of Close to Hammersmith the underground station of The establishment offers direct access to and London Heathrow Airport, nearby, you will find the city centre, is situated 800 metres away from restaurants, bars, shops and public transport services. ROOM: The establishment has 625 comfortable rooms with a bathroom, a hairdryer, a radio, an air-conditioning system, a mini-bar, a trouser press, an iron, an ironing board, kettle, a satellite television (available for a fee), a direct line telephone, internet and fitted carpets. FACILITIES: Customers can enjoy a small gym. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and buffet or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2163.70" OriginalAmount="2142.28" MarkupRule="1.00">
      <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="Free CXL until 18/09/2026" 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="2165.00" OriginalAmount="2143.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51510499" Longitude="-0.1730636" StarRating="2" HotelCode="517310|849619" HotelName="Balmoral House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 21/08/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="94" TotalAmount="2166.05" OriginalAmount="2144.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.6178633" Longitude="-0.1074895" StarRating="4" HotelCode="|167186" HotelName="Lodge Drive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Lodge Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/1/8/6/167186_fe2f9a01806.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge) and a car park (free of charge). SITUATION: This establishment, Palmers Green it is in In the surrounding area, you can find shops, supermarkets, restaurants and bars. it is located 800 metres away from Broomfield the Park of it is a 20-minute train ride away from Londres the centre of. ROOM: Each apartment has an LCD TV, a kitchen, a dining room, a kitchen, a dishwasher, a washing machine, tumble drier, kitchen utensils, a sitting room, wooden floors, a television, a DVD player and leather seats. Some apartments have a balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2167.46" OriginalAmount="2146" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.486248357341" Longitude="-0.20259759755322" StarRating="3" HotelCode="38343|33984" HotelName="Holiday Inn Express Earls Court" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/09/2026" 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="83" TotalAmount="2168.47" OriginalAmount="2147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|187318-18164654/8581117480298971650/21801" HotelName="IBIS LONDON STRATFORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/535800/535744/d2d79b20_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2169.53" OriginalAmount="2148.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5181999" Longitude="-0.1309" StarRating="3" HotelCode="|17942" HotelName="STG Oxford Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BEDFORD AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/4/2/17942_b5c09f41153.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 13 floors, 705 standard rooms, 96 single rooms and 266 double rooms. In the entrance, you can find a reception with safety deposit boxes, a cloakroom and lifts. Some of the establishment facilities on offer are a car park, a restaurant, conference rooms and a laundry service. SITUATION: This hotel is in the West End a few minutes walk away, guests will find the Oxford Street shopping area. 200 metres away from the establishment, you can find restaurants, pubs, bars and nightclubs. It is 50 metres away from Tottenham Court Road Underground Station. ROOM: The inviting rooms have a bathroom with a hairdryer, a direct line telephone, a television and a safety deposit box. FACILITIES: There are many facilities and services available at the establishment, including a sports centre, a covered swimming pool and a gym. Clients can enjoy activities such as aerobics. Facilities (available for a fee). OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2170.49" OriginalAmount="2149" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.45990844" Longitude="-0.30250824" StarRating="3" HotelCode="467883|215506" HotelName="Travelodge London Richmond Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Paradise Road, Richmond TW9 1RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/64/31/6431d5771a1fc5a642108bddec4dc2bf1a66d289.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Richmond upon Thames.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2176.80" OriginalAmount="2155.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503592" Longitude="-0.224055" StarRating="4" HotelCode="|448218" HotelName="Dao By Dorsett West London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Shepherd's Bush Green</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/2/1/8/448218_17bfbbe1351.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2184.63" OriginalAmount="2163" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|527054-28514674/8581117480298971650/6540" HotelName="KINGSLAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/527054/2018321112635537.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2185.64" OriginalAmount="2164" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.41368511" Longitude="-0.30543318" StarRating="4" HotelCode="446572|200811" HotelName="DoubleTree by Hilton Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Skerne Road, Kingston upon Thames, KT2 5FJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/c8/15c80546a2a9c554ef22cdaaa30d7de3fcddd5ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2186.65" OriginalAmount="2165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512464" Longitude="-0.178238" StarRating="3" HotelCode="94569|56538" 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="8" TotalAmount="2190.85" OriginalAmount="2169.16" MarkupRule="1.00">
      <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 15/09/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="83" TotalAmount="2191.70" OriginalAmount="2170" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|27576-24707918/8581117480298971650/18002" HotelName="THE CROWN LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/970000/969800/969760/2e37f44d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2193.72" OriginalAmount="2172" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53269931" Longitude="-0.3223355" StarRating="3" HotelCode="159620|93957" HotelName="Premier Inn London Greenford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="2197.76" OriginalAmount="2176" MarkupRule="1.00">
      <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="94" TotalAmount="2200.74" OriginalAmount="2178.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492923" Longitude="-0.189746" StarRating="3" HotelCode="|455959" HotelName="Cleveland Residences Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Courtfield Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/9/5/9/455959_24413a91720.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2207.86" OriginalAmount="2186" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511744070906" Longitude="-0.30586257795972" StarRating="4" HotelCode="199789|57468" HotelName="Hotel Xanadu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-42 Bond Street, Ealing, London W5 5AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/0c/aa0c05f6000c3f1a7479dd25ff295538f2f1124c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Xanadu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2213.14" OriginalAmount="2191.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.545213" Longitude="0.017454" StarRating="3" HotelCode="|468881" HotelName="Dc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>207 Romford Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/8/8/1/468881_3b4de0f1235.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2213.92" OriginalAmount="2192" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4941275" Longitude="-0.24471" StarRating="4" HotelCode="902779|45421" HotelName="Chiswick Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>407 Goldhawk Road, London, Greater London W6 0SA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/a9/6ea9e73114c178fb20e9ae033939b7a15e13bb01.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="2219.36" OriginalAmount="2197.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.486093" Longitude="-0.199655" StarRating="3" HotelCode="|18005" HotelName="Ibis London Earls Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LILLIE ROAD 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/0/5/18005_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has meeting facilities, conference facilities, a restaurant, a cafÃ©, a car park (for a fee) and a laundry service. SITUATION: This hotel is in London the western area of 500 metres away from Earls Court the Exhibition Centre it is situated 7 kilometres away from the city centre, 2 minutes away, guests can find West Brompton the underground station of it is situated 5 minutes away from Earls Court the Station of 10 minutes away from Stamford Bridge the football stadium. ROOM: The rooms have a bathroom with a shower, a hairdryer, a satellite television, a direct line telephone, a coffee maker, a kettle and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2220.99" OriginalAmount="2199" MarkupRule="1.00">
      <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="94" TotalAmount="2230.90" OriginalAmount="2208.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4910088" Longitude="-0.19387" StarRating="3" HotelCode="|17941" HotelName="Oxford Earl's Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PENYWERN ROAD - EARL'S COURT 16-18 &amp; 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/4/1/17941_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Kensington and Chelsea it is close to it is situated close to Earls Court the metro stop Close to points of interest, parks, museums and the commercial area. Around the establishment, clients can find banks and restaurants. Hyde Park it is situated near Earl's Court and Olympia the exhibition centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2237.39" OriginalAmount="2215.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49261" Longitude="-0.19675" StarRating="3" HotelCode="|183709" HotelName="Coronation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Nevern Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/0/9/183709_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2239.83" OriginalAmount="2217.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511861" Longitude="0.011168" StarRating="3" HotelCode="|28005" HotelName="Holiday Inn Express London Royal Docks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SILVERTOWN WAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/0/5/28005_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming, modern hotel, has 88 comfortable rooms. SITUATION: London Docklands It is in Canary Wharf and the Excel Exhibition Centre it is close to. ROOM: They have a hairdryer, a radio, a coffee maker, a kettle, a direct line telephone and satellite and cable television. FACILITIES: The establishment boasts a bar and. OTHERS: Regarding the food and beverage provision, the establishment offers a continental buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2240.80" OriginalAmount="2218.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493118" Longitude="-0.231517" StarRating="3" HotelCode="|18021" HotelName="Holiday Inn Express London Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KING STREET 120-124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/2/1/18021_54ad2fb0956.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a bar, tennis courts, a gym and breakfast service. SITUATION: This establishment, Hammersmith it is in 10 minutes away, you can find the city centre, 800 metres away, guests have shops, close to the establishment, clients can find Hammersmith the metro station of it is situated 16 kilometres away from a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2241.63" OriginalAmount="2219.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493374" Longitude="-0.1916111" StarRating="3" HotelCode="|80912" HotelName="The Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Hogarth Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/1/2/80912_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: Jade is rated three stars. is economic. SITUATION: It is situated in Kensington the hotel is 100 metres away from the Station of Earls Court. It is near Knightsbridge and Harrods and the museums. Clients can also find shops and restaurants. ROOM: The rooms have a bathroom, a shower, bathroom items, an air-conditioning system, parquet flooring, a small kitchen with fridge, luxurious bedding, a television and a DVD player.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2242.20" OriginalAmount="2220" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.454650262323" Longitude="-0.19229370588528" StarRating="3" HotelCode="335087|93570" HotelName="Premier Inn London Wandsworth" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="94" TotalAmount="2243.09" OriginalAmount="2220.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.6121" Longitude="-0.135992" StarRating="0" HotelCode="|451297" HotelName="Premier Inn London New Southgate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ladderswood Way Arnos Grove London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/2/9/7/451297_8546f861249.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2250.38" OriginalAmount="2228.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5163002" Longitude="-0.1706" StarRating="3" HotelCode="|20374" HotelName="Orchard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUSSEX GARDENS 86-90</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/7/4/20374_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 40 rooms, 3 floors, a lift and a car park. SITUATION: This hotel is in a central area. Close to the establishment, clients can find shops, restaurants and a public transport stop. It is 60 minutes away from London Heathrow Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio, heating and a safe. OTHERS: The establishment serves English breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2250.55" OriginalAmount="2228.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49406" Longitude="-0.19777" StarRating="3" HotelCode="|445091" HotelName="Point A Kensington Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42-48 West Cromwell Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/9/1/445091_3061b131452.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2253.31" OriginalAmount="2231" MarkupRule="1.00">
      <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="2255.33" OriginalAmount="2233" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491946750254" Longitude="-0.19442496197132" StarRating="3" HotelCode="130405|199901" HotelName="The Trebovir Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Trebovir Road, Kensington, London SW5 9NH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/cf/fccf73dde88fb2ffd940081efaf532b0acea3733.jpeg</HotelPictures>
        <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="2265.43" OriginalAmount="2243" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513282984369" Longitude="-0.043230503797531" StarRating="4" HotelCode="96722|53435" HotelName="Marlin Limehouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mission Court, 577 Commercial Road, Limehouse, London E1 0HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/1a/591a5c98a5e4efd709ea5c2fae4fc3b4ceaaf42d.JPEG</HotelPictures>
        <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="2265.43" OriginalAmount="2243" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515644" Longitude="-0.172399" StarRating="3" HotelCode="27216|199514" HotelName="Nayland" 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>132-134 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ff/b7fffdd66d98b67e1bb1011dbc8758310f69be12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Renovated in 2001, this hotel is situated in Sussex Gardens, close to Hyde Park. Oxford Street, whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2265.45" OriginalAmount="2243.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51193" Longitude="-0.1823" StarRating="3" HotelCode="|246165" HotelName="Craven Hill Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Craven Hill Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/1/6/5/246165_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2266.44" OriginalAmount="2244" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.36895734" Longitude="-0.09648989" StarRating="3" HotelCode="633060|491033" 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="94" TotalAmount="2269.50" OriginalAmount="2247.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.552709" Longitude="-0.124062" StarRating="3" HotelCode="|447851" HotelName="City Prime Camden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>376-380 Camden Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/8/5/1/447851_c5dac541341.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2271.13" OriginalAmount="2248.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5292" Longitude="-0.11563271" StarRating="3" HotelCode="12557" HotelName="Travelodge London Kings Cross Royal Scot" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>100 Kings Cross Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/12557/12557/1.jpg?f=17748735</HotelPictures>
        <HotelDescription>Location: This hotel is situated on King's Cross Road making it the ideal stopover point for both business and leisure tourists to the city. Both King's Cross and Farrington underground stations are just a short walk from the hotel meaning that guests may access many of the city's most popular sights and attractions. Various shopping and entertainment venues are located in the hotel's vicinity.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2273.66" OriginalAmount="2251.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491994" Longitude="-0.19873" StarRating="3" HotelCode="|537756" HotelName="Kensington Rooms - Warwick Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Warwick Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/7/5/6/537756_9eaaa1a0906.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2274.52" OriginalAmount="2252" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516444391893" Longitude="-0.17091438174248" StarRating="3" HotelCode="25448|45418" HotelName="Orchard Paddington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>86-90 Sussex Gardens, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c0/aec0c1cfbcdc9a5c23b37e170fa81e97ac28fd31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in a highly convenient location just a short walk away from Paddington Station, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2274.52" OriginalAmount="2252" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|51406-18159993/8581117480298971650/20440" HotelName="IBIS LONDON CITY - SHOREDITCH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1210000/1200100/1200089/08c5acac_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2275.92" OriginalAmount="2253.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54797" Longitude="-0.13037" StarRating="3" HotelCode="|184414" HotelName="Camden Town" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>203 Camden Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/1/4/184414_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2276.54" OriginalAmount="2254" MarkupRule="1.00">
      <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="2281.59" OriginalAmount="2259" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52434518" Longitude="-0.09469895" StarRating="3" HotelCode="502921|408399" HotelName="easyHotel Old Street / Barbican" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>80 Old Street, London EC1V 9AZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/58/2b58bc6fb9a31734e48cc57726a7a820eb067b4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2281.95" OriginalAmount="2259.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47595429" Longitude="-0.01870235" StarRating="3" HotelCode="323927|662503" HotelName="Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/09/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="2282.52" OriginalAmount="2259.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4912" Longitude="-0.1934" StarRating="3" HotelCode="32001|13900" HotelName="Oxford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="27" TotalAmount="2285.63" OriginalAmount="2263" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521045131387" Longitude="-0.077661588954925" StarRating="2" 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="8" TotalAmount="2286.11" OriginalAmount="2263.48" MarkupRule="1.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 10/09/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="16" TotalAmount="2293.14" OriginalAmount="2270.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514864" Longitude="-0.172657" StarRating="2" HotelCode="94561|866145" HotelName="Europa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/09/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="2293.31" OriginalAmount="2270.60" MarkupRule="1.00">
      <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 15/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2296.54" OriginalAmount="2273.80" MarkupRule="1.00">
      <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="Free CXL until 16/09/2026" 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="94" TotalAmount="2299.78" OriginalAmount="2277.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523357" Longitude="-0.127106" StarRating="3" HotelCode="|18030" HotelName="Royal National" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38-51 Bedford Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/0/18030_9060ba21216.jpg</HotelPictures>
        <HotelDescription>HOTEL: This central hotel, has 1600 rooms, a lobby with elevators, 3 restaurants, a pub and shops. The establishment boasts internet, conference rooms, a car park, room service and a laundry service. SITUATION: This trendy hotel Covent Garden it is near, the theatres and Russel Square the metro station Around the establishment, clients can find restaurants, bars, leisure areas and public transport services. ROOM: All the rooms have a bathroom, a television, a radio, a direct line telephone, a coffee maker, a kettle, internet, a safety deposit box, computer connection and a trouser press (available on request). FACILITIES: The establishment boasts a health centre. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OBSERVATIONS:.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2302.80" OriginalAmount="2280" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498497905328" Longitude="-0.19086867570877" StarRating="4" HotelCode="24570|5055" HotelName="Copthorne Tara Hotel London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Scarsdale Place, Kensington, London W8 5SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/d2/8cd25e8852650b2cf553639c220c04eda8806059.JPEG</HotelPictures>
        <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="83" TotalAmount="2309.87" OriginalAmount="2287" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|650803-28516785/8581117480298971650/6707" HotelName="THANET HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92870000/92869800/92869781/421a3a3f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2311.95" OriginalAmount="2289.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54757" Longitude="-0.05637" StarRating="2" HotelCode="|240878" HotelName="Kip" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Aspland Grove Hackney (7-19 Amhurst Road Hackney Central)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/8/7/8/240878_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2315.70" OriginalAmount="2292.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520089" Longitude="-0.123923" StarRating="3" HotelCode="|537833" HotelName="The Thanet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Bedford Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/8/3/3/537833_cd905b20953.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2316.94" OriginalAmount="2294" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|876625-28522486/8581117480298971650/1385" HotelName="CG KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/876625/202010239159893.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2319.97" OriginalAmount="2297" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|21952-21406742/8581117480298971650/8334" HotelName="DOUBLETREE BY HILTON LONDON - EALING" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25200/25153/5805f33e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2325.68" OriginalAmount="2302.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5305" Longitude="-0.12293" StarRating="3" HotelCode="|183834" HotelName="Kings Cross Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Euston Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/3/4/183834_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2329.90" OriginalAmount="2306.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47589" Longitude="-0.01883" StarRating="3" HotelCode="|184650" HotelName="Staycity s Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Greenwich High Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/5/0/184650_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2330.72" OriginalAmount="2307.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.565689" Longitude="-0.010787" StarRating="3" HotelCode="|198884" HotelName="The Lion and Key" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>475-477 High Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/8/8/4/198884_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2331.08" OriginalAmount="2308" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|889911-20756362/8581117480298971650/20369" HotelName="APARTHOTEL ADAGIO LONDON STRATFORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/52000000/51920000/51914300/51914223/0a76dcc4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2335.12" OriginalAmount="2312" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|1957" HotelName="St Giles London - A St Giles Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bedford Avenue, London WC1B 3GH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/6a/c06ac30ec990e6d74d3479f9e0ddd410a68ae657.jpeg</HotelPictures>
        <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="83" TotalAmount="2336.13" OriginalAmount="2313" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|604111-28488768/8581117480298971650/3382" HotelName="OLIVER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888500/888491/360499f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2340.56" OriginalAmount="2317.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522604" Longitude="-0.084264" StarRating="3" HotelCode="|211575" HotelName="Point A London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Paul Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/5/7/5/211575_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2345.50" OriginalAmount="2322.28" MarkupRule="1.00">
      <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 16/09/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="27" TotalAmount="2348.25" OriginalAmount="2325" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514071" Longitude="-0.184051" StarRating="3" HotelCode="310306|32969" HotelName="Hyde Park Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>47-48 Leinster Gardens, Westminster, W2 6DR London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/b3/ebb33b47e1a6449781dc63abe7cedbaf8f9c017c.JPEG</HotelPictures>
        <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="8" TotalAmount="2349.46" OriginalAmount="2326.20" MarkupRule="1.00">
      <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 10/09/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="83" TotalAmount="2350.27" OriginalAmount="2327" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|634141-28514984/8581117480298971650/3047" HotelName="1 CRAVEN HILL GARDENS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/634141/202029113831772.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2359.36" OriginalAmount="2336" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|34255-24707883/8581117480298971650/20455" HotelName="HOLIDAY INN EXPRESS LONDON-ROYAL DOCKS, DOCKLANDS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/560500/560414/61084177_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2359.76" OriginalAmount="2336.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48624" Longitude="-0.202616" StarRating="3" HotelCode="|30422" HotelName="Premier Inn London Fulham" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NORTH END ROAD 295</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/2/2/30422_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2005, has 100 rooms, 5 rooms adapted for people with reduced mobility and non-smoking rooms. It has air-conditioning, a lobby, a reception, a safety deposit box service, a lift, a bar, a television room, a dining room, conference rooms, internet and a car park. SITUATION: Earls Court Arena It is located near nearby, you will find Olympia Exhibition Centre the Exhibition Centre it has good links to the metro station, the bus, 46 kilometres away, you can find Gatwick Airport it is 22 kilometres away from London Heathrow Airport. ROOM: The rooms have a bathroom with a hairdryer, a double bed, a terrace, a kettle, a coffee maker, an ironing set, a safety deposit box, a direct line telephone, a satellite or cable television, internet and a central air-conditioning system. OTHERS: Regarding the food and beverage offering, clients have a continental breakfast, Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2362.39" OriginalAmount="2339" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.3852052" Longitude="-86.2324957" StarRating="4" HotelCode="0|257371-18153797/8581117480298971650/17994" HotelName="DORSETT SHEPHERDS BUSH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1922 North Jackson St., Tullahoma, TN, 37388, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7050000/7049100/7049006/cde50bae_b.jpg</HotelPictures>
        <HotelDescription>The Hampton Inn Tullahoma hotel is located off of Highway 41A North, in the heart of downtown Tullahoma, Tennessee.  The hotel is 1 mile from the central business district and municipal airport.  Area attractions nearby this Tullahoma, Tennessee hotel include golf courses, a park, lakes, baseball and softball, shopping and the University of the South.  Within 0.1 mile, guests of this Hampton Inn can dine at Applebee's, Captain D's, Fazoli's or Red Lobster.     The Hampton Inn hotel in Tullahoma, Tennessee features 3 stories with interior corridors, 62 rooms, including king suites, an outdoor pool, exercise gym and valet service.  Amenities include the complimentary On the House hot breakfast, complimentary wireless high-speed internet access, in-room coffeemaker, 2-line phone with voicemail, refrigerator, microwave, hair dryer and 25'' TV with cable.  The Hampton Inn Tullahoma hotel in Tennessee also offers irons, connecting rooms and cribs.  Meeting/banquet facilities and audio visual equipment are available for a nominal fee.   We love having you here at the Hampton Inn hotel in Tullahoma, Tennessee.&lt;br /&gt;CheckIn Time: 14:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2363.40" OriginalAmount="2340" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514466451423" Longitude="-0.174520611763" StarRating="2" HotelCode="35450|2128" HotelName="Mitre House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178-186 Sussex Gardens, London W2 1TU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/35/ab35f6f65b6ac93f496708db6e55e85e1374017b.JPEG</HotelPictures>
        <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="94" TotalAmount="2364.38" OriginalAmount="2340.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522603" Longitude="-0.086963" StarRating="3" HotelCode="|67619" HotelName="Travelodge London Central City Road" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="2368.92" OriginalAmount="2345.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52957" Longitude="-0.294027" StarRating="4" HotelCode="|18036" HotelName="Crowne Plaza London Ealing, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Ealing, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/6/18036_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 120 double rooms, 4 suites and 6 floors. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. The establishment boasts a bar, an Ã  la carte restaurant with air-conditioning, internet at an extra charge and a conference room. The establishment offers guests indoor parking, a car park, room service and a laundry service. SITUATION: This cosy hotel is near London city centre where you can find shops, leisure areas and entertainment. It is near the botanical garden. 10 metres away, there is a public transport stop. 200 metres away from the establishment, clients can find shops. It is 500 metres away from bars and restaurants. 20 kilometres away, you can find the airport. ROOM: All the rooms have a bathroom with a hairdryer, a safe (available for a fee), a direct line telephone, internet, a sitting room and a satellite or cable television. FACILITIES: 1 kilometre away from the establishment, customers can find a golf course. OTHERS: The establishment serves a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2369.46" OriginalAmount="2346" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.573121" Longitude="-0.431205" StarRating="3" HotelCode="263530|93569" HotelName="Premier Inn London Ruislip" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Ickenham Road, Ruislip, Middlesex HA4 7DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/94/0394c60c99b0f1731aca7306c81c3abceb8fd0ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2369.46" OriginalAmount="2346" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|51403-28509881/8581117480298971650/2222" HotelName="HOLIDAY INN EXPRESS LONDON WANDSWORTH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/570400/570348/96e82ecb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2370.53" OriginalAmount="2347.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5392" Longitude="-0.05641" StarRating="3" HotelCode="|224076" HotelName="City Inn Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>144a Mare Street, Hackney</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/0/7/6/224076_614e6541413.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2371.48" OriginalAmount="2348" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|308936-28488557/8581117480298971650/1896" HotelName="POINT A HOTEL - CANARY WHARF" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9090000/9080300/9080289/32441584_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2374.51" OriginalAmount="2351" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427824-28589582/8581117480298971650/1084" HotelName="SOUTHGATE HOTEL LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100190000/100188100/100188006/7756e636_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2375.52" OriginalAmount="2352" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522625993344" Longitude="-0.084360480985652" StarRating="3" HotelCode="539896|224599" HotelName="Point A Hotel, London Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Paul Street, London EC2A 4JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/14/4b14b30abbc509c367c2f741daf4c3cc8b2bb849.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2377.56" OriginalAmount="2354.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523079" Longitude="-0.193916" StarRating="3" HotelCode="|475369" HotelName="Sutherland Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Sutherland Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/3/6/9/475369_2550b3a1225.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2377.94" OriginalAmount="2354.40" MarkupRule="1.00">
      <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 17/09/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="8" TotalAmount="2381.98" OriginalAmount="2358.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523558" Longitude="-0.127674" StarRating="3" HotelCode="17453|6607" HotelName="The Royal National Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/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="2385.62" OriginalAmount="2362" MarkupRule="1.00">
      <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="94" TotalAmount="2387.71" OriginalAmount="2364.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.581" Longitude="-0.22595" StarRating="0" HotelCode="|476705" HotelName="The Hide London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>230 Hendon Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/7/0/5/476705_a56526b0057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2391.68" OriginalAmount="2368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51327676" Longitude="-0.19303982" StarRating="2" HotelCode="665331|816041" HotelName="Notting Hill Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/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="2392.65" OriginalAmount="2368.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492708" Longitude="-0.250816" StarRating="3" HotelCode="78070|109734" HotelName="Best Western Chiswick Palace &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="2395.10" OriginalAmount="2371.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5268377" Longitude="-0.088565" StarRating="0" HotelCode="|175493" HotelName="The Z Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136-144 City Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/5/4/9/3/175493_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2400.77" OriginalAmount="2377" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.485936169226" Longitude="-0.1996636390686" StarRating="3" HotelCode="18403|3091" HotelName="ibis London Earls Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Lillie Road, Earl's Court, London SW6 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/72/5f7289c492f4b9d8375df968f1270503163cb2d6.jpeg</HotelPictures>
        <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="94" TotalAmount="2400.82" OriginalAmount="2377.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5142021" Longitude="-0.174966" StarRating="2" HotelCode="|22961" HotelName="Edward Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SPRING STREET 1A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/6/1/22961_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1910 43 rooms and 5 floors. In the entrance, guests are offered a lobby with a reception and lifts. The establishment offers a breakfast room, internet, a laundry service and a car park (for a fee). SITUATION: It is inPaddington the district of it is a few minutes' walk away from Paddington the Station of Where you can find, in the surrounding area, clients can find shops, leisure areas, is near Lancaster Gate the underground station of Hyde Park and Kensington Gardens It is close to. ROOM: The rooms a bathroom with a hairdryer, They are equipped with a direct line telephone, internet, a television, a kettle, a coffee maker and heating. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2401.19" OriginalAmount="2377.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492687" Longitude="-0.231481" StarRating="3" HotelCode="105721" HotelName="Holiday Inn Express London Hammersmith By Ihg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>120-124 King Street , Hammersmith</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/05721/105721/1.jpg?f=17724140</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, a television in a common area, and a vending machine.. Featured amenities include a 24-hour front desk, luggage storage, and a safe deposit box at the front desk. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2404.81" OriginalAmount="2381" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|541973-28436700/8581117480298971650/4373" HotelName="CHURCH STREET HOTEL BY BELVILLA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1770000/1760200/1760184/037c6eeb_edited_c816_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2409.86" OriginalAmount="2386" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|876286-28522488/8581117480298971650/3540" HotelName="ROYAL PARK HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25770000/25767700/25767691/883442f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2412.31" OriginalAmount="2388.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.151703" Longitude="-84.117003" StarRating="3" HotelCode="|311820" HotelName="Fairfield Inn &amp; Suites London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>201 Shiloh Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/1/8/2/0/311820_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2412.65" OriginalAmount="2388.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.01924" Longitude="-81.26231" StarRating="3" HotelCode="|222444" HotelName="Ivey Spencer Leadership Centre " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>551 Windermere Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/4/4/4/222444_1576c7e1557.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2416.93" OriginalAmount="2393" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490792372379" Longitude="-0.19351391413733" StarRating="4" HotelCode="94566|35754" HotelName="BEST WESTERN The Boltons Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Penywern Road, Earls Court, London SW5 9TT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/7c/9c7ce6ca660417c14299a32fe9191df792ca8c13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2417.94" OriginalAmount="2394" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="986343|480524" HotelName="Premier Inn London New Southgate Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="94" TotalAmount="2421.18" OriginalAmount="2397.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513517" Longitude="-0.186697" StarRating="3" HotelCode="|461002" HotelName="Royal Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86-92 Inverness Terrace, Bayswater</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/0/0/2/461002_e2928160042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2421.98" OriginalAmount="2398" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1438888-28682197/8581117480298971650/18987" HotelName="YOTELPAD LONDON STRATFORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2429.01" OriginalAmount="2404.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901383|369950" HotelName="Kings Cross Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/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="8" TotalAmount="2431.92" OriginalAmount="2407.84" MarkupRule="1.00">
      <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 16/09/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="2433.09" OriginalAmount="2409" MarkupRule="1.00">
      <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="Non Refundable" 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="94" TotalAmount="2433.20" OriginalAmount="2409.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5135994" Longitude="-0.17802" StarRating="3" HotelCode="|20359" HotelName="Prince William" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GLOUCESTER TERRACE 42-44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/5/9/20359_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Paddington, close to public transport services and Paddington and Lancaster metro stations. Well connected with London Heathrow Airport. It is situated near Hyde Park and dining facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2435.11" OriginalAmount="2411" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613062-27405953/8581117480298971650/21289" HotelName="PREMIER INN LONDON BRIXTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15920000/15913900/15913832/w3600h2397x0y0-91093c87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2436.27" OriginalAmount="2412.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51556" Longitude="-0.173438" StarRating="3" HotelCode="|60250" HotelName="The Voyage Hotel Paddington " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 - 17 Norfolk Square Paddington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/2/5/0/60250_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, elegant hotel, has 54 rooms and 3 houses. It has a lobby, a reception, a safety deposit box service, a television room and a breakfast room. The establishment also offers WiFi. SITUATION: Paddington It is close to is situated in London the city centre of It is in a quiet area. ROOM: The rooms a radio, a direct line telephone, a coffee maker, a kettle, some rooms have, a television and a bathroom, have and a WC. You are offered a hairdryer (available on request). MEALS: Regarding the food and beverage offering, the establishment offers English and continental breakfast and some services at an additional cost. PAYMENT METHODS: The establishment accepts Mastercard, Switch and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2437.13" OriginalAmount="2413" MarkupRule="1.00">
      <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="83" TotalAmount="2438.14" OriginalAmount="2414" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-4.31153" Longitude="55.73931" StarRating="3" HotelCode="0|474338-18203802/8581117480298971650/20229" HotelName="POINT A HOTEL LONDON SHOREDITCH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Anse Petit Court ,Seychelles Islands,  </AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17160000/17151000/17150967/892f69cc_b.jpg</HotelPictures>
        <HotelDescription>Ideally located in the prime touristic area of Praslin Island, Acquario Guesthouse promises a relaxing and wonderful visit. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. To be found at the hotel are car park, airport transfer, family room, restaurant, tours. All rooms are designed and decorated to make guests feel right at home, and some rooms come with television LCD/plasma screen, air conditioning, balcony/terrace, fan, internet access – wireless (charges apply). The hotel offers various recreational opportunities. No matter what your reasons are for visiting Seychelles Islands, Acquario Guesthouse will make you feel instantly at home. &lt;br /&gt;Guests over 11 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2441.17" OriginalAmount="2417" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|152655-28507155/8581117480298971650/4891" HotelName="GRESHAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909000/908934/3d594dac_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2444.09" OriginalAmount="2419.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4935969" Longitude="-0.190689" StarRating="3" HotelCode="|167513" HotelName="Premier Inn London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Knaresborough Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/5/1/3/167513_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms family rooms and a business centre. SITUATION: This establishment is in the heart of Londres. It is situated close to the metro station of Earls Court. Near the establishment, guests will find points of interest. Such as Royal Albert Hall, the Natural History Museum, the Museum of Science and Technology of Catalonia, el Museo Victoria and Albert, los teatros del West End. It is close to Craven Cottage, close to the establishment, clients can find the exhibition centre Earls Court. It is near the exhibition centre Olympia.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2444.20" OriginalAmount="2420" MarkupRule="1.00">
      <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="2445.21" OriginalAmount="2421" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.477895" Longitude="-0.013643" StarRating="4" HotelCode="38303|26133" HotelName="Novotel London Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>173-185 Greenwich High Road, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ee/34ee33f8845a5cc22ad5f4b5dea06248bfdf689c.JPEG</HotelPictures>
        <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="83" TotalAmount="2446.22" OriginalAmount="2422" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|231838-28461532/8581117480298971650/2295" HotelName="RHODES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3530000/3525700/3525657/d85bedaa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2451.27" OriginalAmount="2427" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.9537248" Longitude="-81.0971852" StarRating="3" HotelCode="0|187362-24991531/8581117480298971650/19496" HotelName="POINT A HOTEL LONDON PADDINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>110 Branch Road, West Columbia, 29170, SC, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5230000/5221500/5221423/82161327_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Inn. Total rooms and suites: 62. Floors: 2. Property description- Welcome to the Days Inn &amp;amp; Suites Airport Columbia 

The Days Inn &amp;amp; Suites Airport Columbia is conveniently located one mile from the Columbia Metropolitan Airport. The University of South Carolina, home of the Gamecocks is located six miles away. The hotel is also close to attractions like Riverbanks Zoo and Garden, South Carolina State Museum, Lake Murray and Ft. Jackson Army Base home of the US Army Soldier Support Institute and the 171st and 157th Infantry Brigade. 

The hotel is minutes from downtown Columbia featuring the Colonial Center home the USC basketball team, Koger Center for the Arts and the Riverbanks Zoo and Garden. Downtown has many restaurants to enjoy, including Pawleys Front Porch, featured on Diners, Drive-Ins and Dives on the Food Network. 

The Days Inn and Suites Airport Columbia hotel provides business travelers the conveniences of the office with free wireless and hardwired high-speed Internet access in all rooms. Enjoy use of our exercise room, lobby computer, and outdoor swimming pool. We have a meeting room to accommodate a board meeting or small event.

The convenient location, friendly customer service, excellent accommodations and affordable rates make the Days Inn Columbia the perfect hotel for both business and leisure travelers to the West Columbia area.

Park Before You Fly rates available-please call direct for details.. Onsite facilities information- ParkingProperty was built in 1994. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2453.94" OriginalAmount="2429.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490572" Longitude="-0.196593" StarRating="3" HotelCode="|474609" HotelName="Kensington Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Philbeach Gdns</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/6/0/9/474609_757cce61213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2455.31" OriginalAmount="2431" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|65432-28467739/8581117480298971650/2757" HotelName="ARRIVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/906400/906318/21ad822b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2458.65" OriginalAmount="2434.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5116" Longitude="-0.30572" StarRating="4" HotelCode="|184500" HotelName="Xanadu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="2461.37" OriginalAmount="2437" MarkupRule="1.00">
      <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="94" TotalAmount="2461.93" OriginalAmount="2437.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.536232" Longitude="-0.004711" StarRating="3" HotelCode="|95122" HotelName="Holiday Inn Express London - Stratford, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>High Street,196</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/1/2/2/95122_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception. SITUATION: This establishment, is in Londres east Close to the Olympic Stadium and the shopping centre. 8 minutes away from the establishment clients have a metro station, is 2 minutes away from Stratford High Street the Station of. ROOM: The rooms have an air-conditioning system, WiFi (free of charge), a writing desk and a satellite television. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2467.64" OriginalAmount="2443.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49803" Longitude="-0.22748" StarRating="0" HotelCode="|228966" HotelName="Lamington Apartments - London Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109 Hammersmith Grove</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/6/6/228966_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2469.45" OriginalAmount="2445" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529324655129" Longitude="-0.12266880501856" StarRating="3" HotelCode="143216|56466" HotelName="Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17/19 Argyle Street, London, Greater London WC1H 8EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/5d/c85d198d41ee53e9da4b1710b39e085b46e4d65f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Alhambra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2469.65" OriginalAmount="2445.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494466367886" Longitude="-0.18739014599805" StarRating="3" HotelCode="387912|623881" HotelName="K Hotel Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>131-137 Cromwell Road, Kensington, London SW7 4DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/b3/22b37c3b9aa86b651def2c1b8ae3f19cdaf81e0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The incredibly stylish hotel is located in a fashionable area near Earl's Court and Knightsbridge. S...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2471.51" OriginalAmount="2447.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514392060161" Longitude="-0.1729316864909" StarRating="3" HotelCode="114626|315288" HotelName="Linden House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026" 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="94" TotalAmount="2477.70" OriginalAmount="2453.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5116272" Longitude="-0.179976" StarRating="3" HotelCode="|17970" HotelName="Lancaster Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66-71, Lancaster Gate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/0/17970_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2487.63" OriginalAmount="2463" MarkupRule="1.00">
      <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="Non Refundable">
        <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="2488.64" OriginalAmount="2464" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.46198313" Longitude="-0.11486525" StarRating="3" HotelCode="495991|227199" HotelName="London Brixton hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="94" TotalAmount="2490.16" OriginalAmount="2465.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4853549" Longitude="-0.1239556" StarRating="3" HotelCode="|217823" HotelName="Travelodge London Vauxhall" Meals="ROOM ONLY" 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="95" TotalAmount="2497.38" OriginalAmount="2472.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491253" Longitude="-0.142791" StarRating="4" HotelCode="4024908" HotelName="The Warwick By Aura Collection" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>94 Warwick Way, Westminster Borough</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/24908/4024908/1.jpg?f=17702956</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and tour/ticket assistance.. Featured amenities include express check-in and express check-out..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2497.73" OriginalAmount="2473" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522165" Longitude="-0.108716" StarRating="4" HotelCode="437547|199830" HotelName="The Bryson Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="94" TotalAmount="2501.19" OriginalAmount="2476.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510433" Longitude="-0.068182" StarRating="2" HotelCode="|459207" HotelName="Wombat's City Hostel London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Dock Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/2/0/7/459207_c3534571815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2502.54" OriginalAmount="2477.76" MarkupRule="1.00">
      <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 15/09/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="83" TotalAmount="2505.81" OriginalAmount="2481" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|876649-28466852/8581117480298971650/2532" HotelName="CROFT COURT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15920000/15910900/15910821/d4476e1c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2508.84" OriginalAmount="2484" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|187317-18174608/8581117480298971650/22276" HotelName="IBIS LONDON GREENWICH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15900/15896/08d04880_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2510.86" OriginalAmount="2486" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.63112766" Longitude="-0.1265736" StarRating="3" HotelCode="641295|227183" HotelName="Premier Inn London Southgate" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="95" TotalAmount="2511.55" OriginalAmount="2486.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513454" Longitude="-0.190695" StarRating="4" HotelCode="287786" HotelName="Grand Plaza Serviced Apartments Hyde Park" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>42 Princes Square,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/87786/287786/1.jpg?f=17748608</HotelPictures>
        <HotelDescription>This establishment offers luxurious private apartments that are well-placed for Hyde Park, Notting Hill and Kensington Palace. All apartments have modern, open-plan kitchenettes and are fully furnished with high-quality modern appliances. They are ideal if you require independence, space and serviced accommodation. Grand Plaza is 5 minutes’ walk from Paddington Train Station and is a short walk from Whiteley's shopping centre. Bayswater and Queensway Tube stations are a short distance away. Complimentary high-speed broadband internet is available. The apartments, holding up to 6 people, have a double room and the rest of the guests sleep in the living room. The bathroom is inside the master bedroom.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2511.85" OriginalAmount="2486.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544313" Longitude="-0.162501" StarRating="3" HotelCode="|20048" HotelName="Britannia Hampstead" Meals="BED &amp; BREAKFAST" 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="27" TotalAmount="2513.89" OriginalAmount="2489" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.425397113449" Longitude="-0.33453224396487" StarRating="3" HotelCode="115344|456681" HotelName="The Park Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="2516.50" OriginalAmount="2491.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514261" Longitude="-0.191671" StarRating="2" HotelCode="|20383" HotelName="Lords" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LEINSTER SQUARE 20-22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/3/20383_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century and is ideal for friends and couples. SITUATION: This establishment, is in a peaceful area, Close to the city centre and public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2519.95" OriginalAmount="2495" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48688225" Longitude="-0.196914" StarRating="2" HotelCode="986339|480511" HotelName="Hub by Premier Inn London West Brompton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="94" TotalAmount="2520.78" OriginalAmount="2495.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5284946" Longitude="-0.1226533" StarRating="2" HotelCode="|221346" HotelName="King's Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Argyle Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/4/6/221346_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2525.97" OriginalAmount="2500.96" MarkupRule="1.00">
      <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 17/09/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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2526.86" OriginalAmount="2501.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49274" Longitude="-0.1671501" StarRating="3" HotelCode="12945" HotelName="Chelsea Cloisters Serviced Apartments" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>Sloane Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/12945/12945/164.jpg?f=17742722</HotelPictures>
        <HotelDescription>The Hotel Facilities and services are Parking (extra charge), 24-hour check-in desk, Late check-out (extra charge), Wi-Fi Connection, lifts, Bar, Laundry and Dry cleaning and multilingual staffRoom features are balcony, Wi-Fi Internet (chargeable), safe, telephone, television, Kitchenette, microwave, Fridge, Private bathroom with complimentary toiletries, hairdryer and travel cot (on request).*Apartment cleaning to take place every 2 days and every 6 days for the linen and towel change during your stay.Address: Sloane Avenue, Chelsea Cloisters, London, SW3 3DW, United Kingdom
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2529.15" OriginalAmount="2504.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5655432" Longitude="-0.1362509" StarRating="3" HotelCode="|218718" HotelName="Premier Inn London Archway" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hamlyn House, Macdonald Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/7/1/8/218718_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2530.05" OriginalAmount="2505" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|20349-28436353/8581117480298971650/1740" HotelName="CARING" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1382800/1382784/279add83_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2531.06" OriginalAmount="2506" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.534949" Longitude="-0.461146" StarRating="3" HotelCode="81468|456773" HotelName="Red Lion Hillingdon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Royal Lane, Hillingdon, Uxbridge, Middlesex, UB8 3QP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/55/5e5574bf9738d5b69b439efed38492c26ba16b0d.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2531.48" OriginalAmount="2506.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501174" Longitude="-0.221866" StarRating="0" HotelCode="|478537" HotelName="Euro Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Shepherds Bush Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/5/3/7/478537_3d370251305.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2533.08" OriginalAmount="2508" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|261426-28460924/8581117480298971650/3987" HotelName="ROYALE CHULAN HYDE PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13580000/13576500/13576455/afb2e30c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2536.11" OriginalAmount="2511" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|67564-32421160/8581117480298971650/22903" HotelName="COMFORT INN EDGWARE ROAD W2" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1490000/1485700/1485688/e3de5996_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2537.83" OriginalAmount="2512.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.536002" Longitude="-0.138957" StarRating="4" HotelCode="|522074" HotelName="The Wesley Camden Town" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Plender Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/7/4/522074_ccdd8f01128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2538.13" OriginalAmount="2513" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.46648451" Longitude="-0.14979161" StarRating="3" HotelCode="946175|227187" HotelName="Premier Inn London Clapham" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>638-640 Wandsworth Road, Clapham, London SW8 3JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/10/201070477b151eddf037a53cf1989ecdf293636e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2541.56" OriginalAmount="2516.40" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="2542.17" OriginalAmount="2517" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|57789-18983669/8581117480298971650/7448" HotelName="HOLIDAY INN EXPRESS LONDON - STRATFORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/904300/904248/6873fa61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2545.48" OriginalAmount="2520.28" MarkupRule="1.00">
      <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 10/09/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="2549.24" OriginalAmount="2524" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518149" Longitude="-0.170865" StarRating="3" HotelCode="915070|30283" HotelName="Point A Hotel, London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Praed Street, Paddington, London W2 1NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/5f/a05ff6493c9e9b16df3d4419a181e79181b28147.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2555.30" OriginalAmount="2530" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54427002" Longitude="-0.01030856" StarRating="3" HotelCode="263528|227181" HotelName="Premier Inn London Stratford" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="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="94" TotalAmount="2556.35" OriginalAmount="2531.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522129" Longitude="-0.1324341" StarRating="3" HotelCode="|166746" HotelName="Arran House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Gower Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/7/4/6/166746_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has breakfast service, WiFi (free of charge) and a living room with satellite TV. SITUATION: This establishment, is in Bloomsbury the heart of British Museum it is situated 5 minutes walk away from the establishment is 2,7 kilometres away from the zoo and, 25 minutes away from the establishment clients have a public transport stop, is situated 5 minutes walk away from Euston Square the underground station of a 15-minute walk away from London King's Cross the underground station of Regent's Park and Oxford Street it is situated 15 minutes walk away from. ROOM: The rooms have a television, a courtesy tea and coffee service and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2561.36" OriginalAmount="2536" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492647" Longitude="-0.16722" StarRating="3" HotelCode="56991|57846" HotelName="Chelsea Cloisters" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sloane Avenue, Chelsea Cloisters, London SW3 3DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/38/db38efcfd2381f94f691e4a39d04035bbe466dd3.JPEG</HotelPictures>
        <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="2567.42" OriginalAmount="2542" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528920962779" Longitude="-0.11943072080612" StarRating="3" HotelCode="915064|30282" HotelName="Point A Hotel London Kings Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>324 Gray's Inn Road, Kings Cross, London WC1X 8BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/7f/757fad03cb625ff436c84708db51df38573efea0.JPEG</HotelPictures>
        <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="94" TotalAmount="2572.70" OriginalAmount="2547.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49261" Longitude="-0.230033" StarRating="4" HotelCode="|74620" HotelName="Seraphine Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Kings Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/2/0/74620_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, is ideal for holidays or business trips. SITUATION: King Street Is situated in a few minutes walk away from the establishment, clients can find Hammersmith the metro station of It is near the bus station, is well-connected, in the surrounding area, clients can find shops, bars and restaurants. the Hammersmith Apollo and the Lyric Hammersmith It is close to. ROOM: They have internet (free of charge), WiFi, computer safe, a bathroom with a shower, an iPod docking station, a kettle, a coffee maker, an air-conditioning system, a direct line telephone, double-glazed windows, a writing desk, an electronic key and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2574.49" OriginalAmount="2549" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|209002-28467542/8581117480298971650/746" HotelName="CHARLIES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2830000/2829400/2829308/adefb65e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2575.50" OriginalAmount="2550" MarkupRule="1.00">
      <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="2575.50" OriginalAmount="2550" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499112" Longitude="-0.112541" StarRating="2" 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="83" TotalAmount="2576.51" OriginalAmount="2551" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|876666-28466856/8581117480298971650/1271" HotelName="EASYHOTEL VICTORIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/876666/20201023103611173.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2580.55" OriginalAmount="2555" MarkupRule="1.00">
      <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="Non Refundable" 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="94" TotalAmount="2580.62" OriginalAmount="2555.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5209274" Longitude="-0.262953" StarRating="4" HotelCode="|20387" HotelName="Holiday Inn London West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PORTAL WAY 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/7/20387_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2004, has 6 floors, 150 rooms, 57 single rooms and 93 double rooms. It has a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a cafÃ©, a bar, a pub, a television room, an Ã  la carte restaurant with air-conditioning and conference rooms. The establishment offers WiFi, a laundry service, a medical care service and a car park. SITUATION: This hotel is in northern Acton. 30 minutes away from the establishment, clients can find the city centre. It is well-connected with the motorway, the airport and the railway station. Nearby, you will find tourist points of interest and shopping areas. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, internet, a double bed, tiled floors, fitted carpets and a central heating system. OTHERS: The establishment serves a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2582.57" OriginalAmount="2557" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.480574457705" Longitude="-0.4460181031023" StarRating="4" HotelCode="28981|24972" HotelName="Renaissance London Heathrow Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Hounslow TW6 2AQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/18/1f182a3633c3fa76850c85ea3879e75608c08b4e.jpeg</HotelPictures>
        <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="94" TotalAmount="2582.69" OriginalAmount="2557.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510619" Longitude="-0.043442" StarRating="3" HotelCode="|27994" HotelName="Holiday Inn Express London - Limehouse, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>469-475 THE HIGHWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/9/4/27994_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2002 150 rooms and 7 floors. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, WiFi and a lift. Guests have access to an inviting coffee shop, a bar, an Ã  la carte restaurant with air-conditioning, with highchairs, a television room, a dining room, conference rooms with features that offer you the maximum level of comfort and catering (on request), There are many services available at the establishment, including a laundry service and a car park. SITUATION: It is inLondon Docklands the city centre of it is near the business district, the city centre and the leisure centre. the London Tower near the establishment, you will find It is located close toDocklands Light Railway the metro line it has good links to the city centre, the trade fair ground and the airport. ROOM: The contemporary style rooms, have suite facilities, a double bed, a bathroom with a shower, a hairdryer, satellite or cable TV with pay channels, internet, a coffee maker, a kettle, a safety deposit box (available for a fee), central heating, an iron, an ironing board, fitted carpets, individual heating, individual air-conditioning and a sitting room. Clients are offered disabled access rooms (available on request). PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2583.71" OriginalAmount="2558.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511181" Longitude="-0.071057" StarRating="3" HotelCode="|566918" HotelName="Bob W Tower Hill Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 - 67 Chamber Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/1/8/566918_d7b8d2c1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2587.62" OriginalAmount="2562" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|283352-18180587/8581117480298971650/19773" HotelName="POINT A HOTEL LONDON WESTMINSTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5050000/5040300/5040269/e26cedeb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2605.80" OriginalAmount="2580" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15123-25057647/8581117480298971650/346" HotelName="COPTHORNE TARA KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26200/26145/0f3938c5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2608.95" OriginalAmount="2583.12" MarkupRule="1.00">
      <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 14/09/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="94" TotalAmount="2609.57" OriginalAmount="2583.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.45299" Longitude="-0.0004" StarRating="3" HotelCode="|191534" HotelName="The Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Staplehurst Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/5/3/4/191534_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2610.85" OriginalAmount="2585" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521031767128" Longitude="-0.26280011190261" StarRating="3" HotelCode="34468|11627" 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="83" TotalAmount="2612.87" OriginalAmount="2587" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17877-27401283/8581117480298971650/20349" HotelName="REEM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527453/bdc789cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2613.68" OriginalAmount="2587.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|558103" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/09/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="83" TotalAmount="2617.92" OriginalAmount="2592" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|133706-28508884/8581117480298971650/1666" HotelName="THE CENTRAL PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7300/7238/2512d18e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2618.72" OriginalAmount="2592.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528897" Longitude="-0.121543" StarRating="3" HotelCode="|522227" HotelName="Argyle Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Argyle Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/2/7/522227_e96a3e11157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2624.34" OriginalAmount="2598.36" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="2624.99" OriginalAmount="2599" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.395179" Longitude="-3.849893" StarRating="2" HotelCode="0|261432-28461388/8581117480298971650/2449" HotelName="DOVER HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>S/N LABRADORES, BOADILLA DEL MONTE, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/901100/901091/451c4b26_b.jpg</HotelPictures>
        <HotelDescription>This hotel is situated in Boadilla del Monte. The it lies just a 20 minutes' car journey away from the centre of Madrid. The tram stop Prado del Espina can be found just a few metres away. This hotel enjoys close proximity to the many attractions and amenities that the area has to offer. Barajas Airport is just 30 km away. This hotel enjoys a simple, functional style. Offering spacious accommodation units, the hotel is the ideal choice for every type of traveller. . Conference facilities are available for business travellers.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2626.00" OriginalAmount="2600" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492703115102" Longitude="-0.19050005029715" StarRating="4" HotelCode="153196|56521" HotelName="Presidential Kensington Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-12 Barkston Gardens, Kensington, London SW5 0EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/dc/f4dc4fc0e79a08d926e0f57bd3947f93f7a4335a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2627.78" OriginalAmount="2601.76" MarkupRule="1.00">
      <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 15/09/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="83" TotalAmount="2630.04" OriginalAmount="2604" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|240766-28509031/8581117480298971650/3616" HotelName="MELBOURNE HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381800/1381713/28e5f172_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2632.06" OriginalAmount="2606" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|240801-28511625/8581117480298971650/3952" HotelName="SAPPHIRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6540000/6537700/6537700/d1e0453c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2635.24" OriginalAmount="2609.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52206" Longitude="-0.10869" StarRating="4" HotelCode="|218061" HotelName="The Bryson" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>124-132 Clerkenwell Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/0/6/1/218061_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2636.10" OriginalAmount="2610" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54290135" Longitude="-0.00035488" StarRating="2" 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="94" TotalAmount="2636.58" OriginalAmount="2610.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49274" Longitude="-0.194" StarRating="3" HotelCode="|191812" HotelName="London Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="83" TotalAmount="2646.20" OriginalAmount="2620" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|4598-28487895/8581117480298971650/482" HotelName="WESTBURY KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/120000/116000/115976/d4a11485_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2647.21" OriginalAmount="2621" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|209884-28507254/8581117480298971650/4853" HotelName="MERMAID SUITE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11980000/11974700/11974684/2db66125_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2648.06" OriginalAmount="2621.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529508" Longitude="-0.123886" StarRating="2" HotelCode="93104|312272" HotelName="The Fairway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/09/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="2649.23" OriginalAmount="2623" MarkupRule="1.00">
      <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="83" TotalAmount="2657.31" OriginalAmount="2631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|4533-28507137/8581117480298971650/2912" HotelName="PEMBRIDGE PALACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527463/25b7e7b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2658.32" OriginalAmount="2632" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|51401-18983643/8581117480298971650/9289" HotelName="HOLIDAY INN EXPRESS LONDON - LIMEHOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/990000/989500/989491/1e8b672c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2659.33" OriginalAmount="2633" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49273767182" Longitude="-0.22999942302704" StarRating="3" 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="Free CXL until 12/09/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="83" TotalAmount="2665.39" OriginalAmount="2639" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17820-28510308/8581117480298971650/3026" HotelName="AMERICANA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65900/65872/60777313_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2665.69" OriginalAmount="2639.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514416" Longitude="-0.070328" StarRating="4" HotelCode="|444400" HotelName="Buckle Street Studios by Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Buckle St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/0/0/444400_4321e470939.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2669.87" OriginalAmount="2643.44" MarkupRule="1.00">
      <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 18/09/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="2676.50" OriginalAmount="2650" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52855141" Longitude="-0.12267787" StarRating="2" HotelCode="325132|200007" HotelName="King's Cross Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Argyle Street, London WC1H 8ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/c5/c5c5b5b0b9f1794032522a0d904fabf8c0c75084.JPEG</HotelPictures>
        <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="2676.50" OriginalAmount="2650" MarkupRule="1.00">
      <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="27" TotalAmount="2678.52" OriginalAmount="2652" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495682573722" Longitude="-0.14630639993061" StarRating="3" HotelCode="263538|406052" HotelName="Z Victoria" Meals="ROOM ONLY,ALL INCLUSIVE" 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="27" TotalAmount="2680.54" OriginalAmount="2654" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49798782" Longitude="-0.22760436" StarRating="4" HotelCode="433345|40265" HotelName="Lamington - Hammersmith Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/2026" 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="83" TotalAmount="2681.55" OriginalAmount="2655" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|874538-28522476/8581117480298971650/5940" HotelName="IMPERIAL COURT STUDIOS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11470000/11466100/11466072/eee1c7c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2682.96" OriginalAmount="2656.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.458018" Longitude="-0.206523" StarRating="3" HotelCode="|53621" HotelName="The Lodge  - Putney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Upper Richmond Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/2/1/53621_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers a restaurant and a bar. SITUATION: Putney It is in Earls Court close to the establishment, guests have 5 minutes away, guests can find restaurants, bars and shopping areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2683.28" OriginalAmount="2656.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.631487" Longitude="-0.129255" StarRating="4" HotelCode="|452302" HotelName="Southgate London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Burleigh Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/3/0/2/452302_c979aff1141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2685.91" OriginalAmount="2659.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49080842" Longitude="-0.09755774" StarRating="3" HotelCode="405597|602026" HotelName="Safestay London Elephant &amp; Castle - Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 03/09/2026" 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="94" TotalAmount="2688.55" OriginalAmount="2661.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.578801" Longitude="-0.122181" StarRating="0" HotelCode="|454776" HotelName="AMTD Dao by Dorsett Hornsey" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hornsey Town Hall, The Broadway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/7/7/6/454776_e681d911238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2691.65" OriginalAmount="2665" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.411780042033" Longitude="-0.31110329755" StarRating="3" HotelCode="114249|456855" HotelName="The White Hart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 High Street, Hampton Wick, Kingston upon Thames, Surrey KT1 4DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/29/3d29c106bfe104e0d3cff56adae7edddfa5d6f87.jpeg</HotelPictures>
        <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="94" TotalAmount="2694.86" OriginalAmount="2668.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9520409" Longitude="-83.3814816" StarRating="2" HotelCode="|275060" HotelName="Holiday Inn Express London, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Holiday Trail Northeast</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/5/0/6/0/275060_106b8011152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2696.70" OriginalAmount="2670" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|521036-28508925/8581117480298971650/2470" HotelName="THE CLARENDON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/916300/916270/0c69d9d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2700.18" OriginalAmount="2673.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5264" Longitude="-0.1294" StarRating="2" HotelCode="|25263" HotelName="Four Points Flex by Sheraton London Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UPPER WOBURN 8-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/6/3/25263_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 175 rooms, 98 single rooms, 77 double rooms and 7 floors. The establishment offers guests a reception, a cloakroom and lifts. The establishment has a bar, a pub and a restaurant. SITUATION: This hotel is close to the Euston and King's Cross Streets. It is well-connected close to the establishment, clients can find shops, leisure areas and monuments. It is 400 metres away from Russell Square Underground Station. ROOM: Each room has a hairdryer, a direct line telephone, a satellite or cable television, a central heating system and shared bathrooms. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2702.76" OriginalAmount="2676" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|109025-28567485/8581117480298971650/1825" HotelName="MORNINGTON HOTEL LONDON KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/790000/789000/788906/1ca350a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2705.59" OriginalAmount="2678.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5154991" Longitude="-0.1796" StarRating="4" HotelCode="|17962" HotelName="Park Grand Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78-82 Westbourne Terrace, London W2 6QA, United Kingdom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/2/17962_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and renovated in 2004. It has a reception, lifts, an Ã  la carte restaurant and a conference room. The establishment offers internet, room service and a laundry service. SITUATION: It is in the historic centre, nearby, you will find shops, bars, nightclubs and a public transport stop. ROOM: The establishment has 119 rooms, 39 single rooms and 27 double rooms. They have a hairdryer, a direct line telephone, a satellite television, a radio and internet. Customers can find standard rooms with mini-bar, central heating and a safety deposit box. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet restaurant and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2707.01" OriginalAmount="2680.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514111" Longitude="-0.184017" StarRating="3" HotelCode="|126553" HotelName="Hyde Park Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47-48 Leinster Garden</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/5/5/3/126553_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This refurbished hotel is on a peaceful street, is in Centro-Oeste (Bayswater) the area Centro-Oeste (Bayswater) Close to, and. ROOM: Customers have renovated rooms rooms with a bathroom, a shower, a WC and a flat-screen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2709.83" OriginalAmount="2683" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1446976-33147513/8581117480298971650/21753" HotelName="PREMIER INN LONDON CANARY WHARF (WESTFERRY)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83450000/83443000/83442908/w6044h3840x5y0-8de10e06_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2715.14" OriginalAmount="2688.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5154699" Longitude="-0.1611203" StarRating="2" HotelCode="|75700" HotelName="  Upper Berkeley Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 UPPER BERKELEY STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/0/0/75700_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for family holidays, urban and has 12 rooms, The establishment also offers breakfast service. SITUATION: Marble Arch 2 minutes away from the establishment, clients can find Clients can also find, is situated 30 kilometres away from London Heathrow Airport it is 50 kilometres away from Stansted and Luton the airports of The establishment is 60 kilometres away fromGatwick Airport. ROOM: The establishment has renovated rooms with telephone, a satellite TV, a fridge, a central heating system, a hairdryer, a fan, a coffee maker and a kettle. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2718.91" OriginalAmount="2691.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51489" Longitude="-0.06714" StarRating="4" HotelCode="|184043" HotelName="Marlin Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Commercial Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/4/3/184043_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2725.26" OriginalAmount="2698.28" MarkupRule="1.00">
      <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 16/09/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="27" TotalAmount="2732.05" OriginalAmount="2705" MarkupRule="1.00">
      <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="83" TotalAmount="2733.06" OriginalAmount="2706" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="12.5128" Longitude="99.9787" StarRating="3" HotelCode="0|347765-28510943/8581117480298971650/6947" HotelName="LONDON COURT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>33/15 SOI MOOBAN HUADON, PETCHKASEM ROAD N, HUA HIN, TH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381400/1381394/e62d5fc7_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Anantasila Villa is located on the beach in Hua Hin, close to Wat Khao Takiap, Cicada Market, and The Banyan Golf Club. Other points of interest are Hua Hin Market Village and Royal Hua Hin Golf Course.    Hotel Features.   Anantasila Villa features a restaurant. Recreational amenities include an outdoor pool. Complimentary wireless Internet access is available in public areas.  Additional property amenities include a garden.    Guestrooms.     All accommodations have balconies. Flat-panel televisions are available in guestrooms. Guests may request microwaves.      Room Info:       Notifications:      No pets and no service animals are allowed at this property.           Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation.     Checkin Time:  2:00 PM  Checkout Time:  12:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2735.08" OriginalAmount="2708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|67592-28509903/8581117480298971650/6205" HotelName="HOLIDAY INN EXPRESS LONDON CHINGFORD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/860000/858300/858258/55b84d18_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2738.17" OriginalAmount="2711.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524379" Longitude="-0.128162" StarRating="3" HotelCode="|18017" HotelName="Tavistock" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48-55 Tavistock Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/1/7/18017_3db00421209.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, urban hotel a reception, a safety deposit box service and lifts. Guests can find a restaurant, a bar and a conference room. SITUATION: It is surrounded by restaurants, bars and pubs. nearby, you will find a public transport stop. ROOM: The establishment has cosy standard rooms with ensuite bathroom, They have a direct line telephone, a satellite television, a central heating system and a safe. OBSERVATIONS: Customers have a car park. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and set-menu or Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2740.14" OriginalAmount="2713.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49229" Longitude="-0.19098" StarRating="3" HotelCode="|17971" HotelName="Ellen Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BARKSTON GARDENS 18-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/1/17971_3fe68b20831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2747.20" OriginalAmount="2720" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515593" Longitude="-0.172502" StarRating="3" HotelCode="903726|199865" HotelName="The Omega Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/c0/24c051b0b106ea5d15ed9d36c2fddaf3bb0547fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2749.22" OriginalAmount="2722" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1272552-28477456/8581117480298971650/1300" HotelName="SPREAD EAGLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70940000/70930400/70930373/438183c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2754.27" OriginalAmount="2727" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514223" Longitude="-0.178275" StarRating="3" HotelCode="18495|1446" HotelName="The Royal Eagle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-30 Craven Road, London W2 3QB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/24/b42419402ef73905d4c6f3ca8d08cd8812f0bc60.jpeg</HotelPictures>
        <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="2757.02" OriginalAmount="2729.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.496651102955" Longitude="-0.20635843276978" StarRating="4" HotelCode="31270|6550" HotelName="Hilton London Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="2758.31" OriginalAmount="2731" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515082329316" Longitude="-0.17309691877645" StarRating="3" HotelCode="902935|246064" HotelName="Stylotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>160-162 Sussex Gardens, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/da/6bdac373e5bba25b6c3c79b670b8d6f755e19686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2758.31" OriginalAmount="2731" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|208796-28467746/8581117480298971650/3871" HotelName="BELVEDERE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2600000/2599400/2599308/17881307_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2762.35" OriginalAmount="2735" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52732067596" Longitude="-0.28311407040269" StarRating="4" HotelCode="510863|141680" HotelName="Park Plaza London Park Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>628 Western Avenue, London W3 0TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/4f/884f32b6ace8190df952d8e240ab19022a33fa74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2763.36" OriginalAmount="2736" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|209879-28479818/8581117480298971650/4728" HotelName="MENTONE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1590000/1582100/1582084/cc25957c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2764.95" OriginalAmount="2737.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5228996" Longitude="-0.1254" StarRating="3" HotelCode="|18054" HotelName="President" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street - Russell Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/4/18054_f41d98d1008.jpg</HotelPictures>
        <HotelDescription>SITUATION: This inviting hotel, Londres it is in Next to and. el rÃ­o TÃ mesis near the establishment, guests will find, 2 minutes away from the establishment, you can find Russell Square the metro station. FACILITIES: This establishment has a restaurant, a bar and a cafÃ©.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="2766.27" OriginalAmount="2738.88" MarkupRule="1.00">
      <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/09/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="2775.48" OriginalAmount="2748" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495882" Longitude="-0.181302" StarRating="4" HotelCode="35405|9750" HotelName="Strathmore Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Queens Gate Gardens, London SW7 5NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/3f/073f2f2c97d13bc3617c6cc284570d939dea8f98.jpeg</HotelPictures>
        <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="2777.50" OriginalAmount="2750" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526262043725" Longitude="-0.12671771707131" StarRating="2" HotelCode="114601|199498" 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="27" TotalAmount="2778.51" OriginalAmount="2751" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.470483575" Longitude="-0.1774337" StarRating="5" HotelCode="199801|60952" HotelName="Hotel Rafayel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/09/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="83" TotalAmount="2778.51" OriginalAmount="2751" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|203672-28510073/8581117480298971650/404" HotelName="VICTOR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1383800/1383708/e0b4467d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2779.60" OriginalAmount="2752.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.565284012105" Longitude="-0.13554167768643" StarRating="3" HotelCode="467754|695734" 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="94" TotalAmount="2780.51" OriginalAmount="2752.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515006" Longitude="-0.065421" StarRating="0" HotelCode="|444261" HotelName="Wilde Aparthotels by Staycity, Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73-77 Commercial Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/6/1/444261_282ecc71156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2782.55" OriginalAmount="2755" MarkupRule="1.00">
      <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 17/09/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="16" TotalAmount="2784.04" OriginalAmount="2756.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491962755154" Longitude="-0.16848792761269" StarRating="4" HotelCode="52565|33094" HotelName="Chelsea Green by Sonder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/09/2026" 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="83" TotalAmount="2787.60" OriginalAmount="2760" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.3349456" Longitude="-119.6461972" StarRating="2" HotelCode="0|223875-28525204/8581117480298971650/821" HotelName="THE OMEGA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>40530 Highway 41, Oakhurst, 93644-9621, CA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381500/1381442/3a362135_b.jpg</HotelPictures>
        <HotelDescription>Floors: 2. Total rooms: 133. Suites: 17. Nonsmoking rooms: 133. On your next visit to Yosemite National Park, there’s a hotel in Oakhurst, CA just minutes away from this magnificent natural treasure. The Best Western Plus Yosemite Gateway Inn is a rustic, lodge-style hotel that takes full advantage of its beautiful surroundings while providing guests like you with all the comforts of home.
Our free high-speed Internet keeps you connected to your world, while your room’s combination of refrigerator, microwave, and coffeemaker ensures that snacks and beverages are always within your reach. We’ve also got a full-service restaurant and a lounge right on site when you’re in the mood for something more substantial.
Fuel up, because you’ve got a full day ahead of you, no matter whether you’re taking a sightseeing tour of Yosemite, taking a ride on the Sugar Pine Steam Railroad, or enjoying water sports and fishing on Bass Lake.
When you return to our pet-friendly, 100% non-smoking hotel, you can relax in our lobby listening to the piano underneath a hand-painted mural. Splash down in your choice of indoor or outdoor pools. Or, visit our fitness center to work up a sweat on our cardio equipment. Soak in the hot tub, or fire up our BBQ grill and have yourself a picnic!
We also offer a business center and a guest laundry, to keep you poised, prepared, and looking sharp. But perhaps our best feature is our serene location, nestled against dense forests you can enjoy from your balcony or patio, just minutes from Yosemite’s south entrance.
Make the Best Western Plus Yosemite Gateway Inn your home away from home on your next trip to Oakhurst.. ?From: Fresno. Take Highway 41 North to Highway 49 in Oakhurst. The Best Western Plus Yosemite Gateway Inn is located ? mile north of the junction of Highway 41 and Highway 49.Restaurants: There are plenty of dining options near this Oakhurst hotel..  Yosemite Gateway Restaurant, on premises, full service, American, open for: breakfast, dinner, Breakfast from 6:30 a.m. to 11:00 a.m.,
Dinner from 5:00 p.m. to close
.  Yosemite Gateway Lounge, on premises, bar/lounge, American, open for: dinner, Hours from 5:00 p.m. to CloseArea Info: 23 mile(s) from Fresno , Yosemite sightseeing tours, from hotel lobby
, Guided hiking trips and fly fishing
, 8 mile(s) from Sugar Pine Steam Railroad , 10 mile(s) from Bass Lake, water skiing, jet skiing and water sports rental
, 15 mile(s) from south entrance of Yosemite National Park  , 25 mile(s) from  Badger Pass Ski Center , (in Yosemite)
, 45 mile(s) from Yosemite Valley Horseback Riding in the summer &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2795.85" OriginalAmount="2768.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508776" Longitude="-0.20037" StarRating="3" HotelCode="|447705" HotelName="Ruby Zoe London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 -164, Notting Hill Gate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/7/0/5/447705_ca198271338.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2798.71" OriginalAmount="2771" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1434233-32659847/8581117480298971650/22018" HotelName="PREMIER INN LONDON HAMMERSMITH [SHEPHERDS BUSH ROAD]" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70450000/70443100/70443046/b0c02f1f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2804.77" OriginalAmount="2777" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|162191-32421202/8581117480298971650/22391" HotelName="COMFORT INN HYDE PARK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/84100/84018/09293b9f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2811.84" OriginalAmount="2784" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522127363129" Longitude="-0.13247430324554" StarRating="3" HotelCode="189731|444156" HotelName="Arran House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>77 Gower Street, WC1E6HJ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/66/c0665fc47be03bd07153b25eb2486679749f0869.JPEG</HotelPictures>
        <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="2811.84" OriginalAmount="2784" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513991" Longitude="-0.189569" StarRating="3" HotelCode="21204|44999" HotelName="London House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Kensington Gardens Square, Bayswater, West London W2 4DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/c6/f1c69f234e5ae80065f9818a4e02ef73b25baa57.JPEG</HotelPictures>
        <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="94" TotalAmount="2816.83" OriginalAmount="2788.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503454" Longitude="-0.220285" StarRating="3" HotelCode="|126557" HotelName="Ibis London Shepherds Bush - Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 - 5 Rockley Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/5/5/7/126557_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inLondres western 5 minutes away from the establishment, you can find a commercial centre excellent transport links to public transport services. ROOM: Customers can find 128 rooms with a bathroom, a flat-screen television and a coffee maker. FACILITIES: The establishment boasts WiFi (free of charge) and a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2816.89" OriginalAmount="2789" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|209874-28464189/8581117480298971650/2937" HotelName="MARYLEBONE INN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102710000/102702500/102702489/ef304737_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2818.35" OriginalAmount="2790.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49766" Longitude="-0.0148" StarRating="4" HotelCode="|444652" HotelName="ARK Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Crossharbour Plaza</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/5/2/444652_0cb86641556.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2818.91" OriginalAmount="2791" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1406844-32659852/8581117480298971650/22322" HotelName="HUB BY PREMIER INN LONDON SHOREDITCH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/64000000/63090000/63081600/63081565/ddb82934_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2819.04" OriginalAmount="2791.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5113869" Longitude="-0.179493" StarRating="2" HotelCode="|31069" HotelName="The Columbia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANCASTER GATE 95-99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/0/6/9/31069_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel Hyde Park it is in Marble Arch it is located close to 3 minutes walk away, you can find Lancaster Gate the metro station it is situated 10 minutes walk away from Paddington the Railway Station of It has excellent transport links to London Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2825.72" OriginalAmount="2797.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512862" Longitude="-0.186222" StarRating="2" HotelCode="|26530" HotelName="WHITELEAF" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66-68 Inverness Terrace London, W2 3lb,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/3/0/26530_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Whiteleaf is rated two stars. It was built in 1960 and has 28 rooms. SITUATION: It is in the centre of London.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2825.75" OriginalAmount="2797.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5171" Longitude="-0.073581" StarRating="4" HotelCode="|536627" HotelName="Bob W London Spitalfields" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Commercial St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/6/2/7/536627_99c92330929.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2826.99" OriginalAmount="2799" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1434861-32348961/8581117480298971650/22363" HotelName="HUB BY PREMIER INN LONDON MARYLEBONE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106110000/106101200/106101149/597513b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2830.34" OriginalAmount="2802.32" MarkupRule="1.00">
      <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 16/09/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="83" TotalAmount="2831.03" OriginalAmount="2803" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|272522-18201182/8581117480298971650/21422" HotelName="MARLIN APARTMENTS TOWER BRIDGE - ALDGATE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11290000/11281500/11281448/22b270b7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2832.04" OriginalAmount="2804" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1397884-27407082/8581117480298971650/20675" HotelName="PREMIER INN LONDON PADDINGTON (PADDINGTON BASIN)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74310000/74302900/74302857/5edc5996_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2834.06" OriginalAmount="2806" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|156905-28461377/8581117480298971650/1618" HotelName="HYDE PARK COURT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/520400/520370/a72bebc6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2834.06" OriginalAmount="2806" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|864886-28476723/8581117480298971650/2760" HotelName="BALMORAL HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5360000/5353700/5353699/1144fc4e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2836.69" OriginalAmount="2808.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504934" Longitude="-0.21454" StarRating="4" HotelCode="259330|6560" HotelName="Hilton London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="2837.09" OriginalAmount="2809" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522228519974" Longitude="-0.074702731410428" StarRating="0" HotelCode="986338|518713" HotelName="hub by Premier Inn London Shoreditch Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="27" TotalAmount="2846.18" OriginalAmount="2818" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525971350104" Longitude="-0.13615290674591" StarRating="3" HotelCode="34471|49593" HotelName="Euston Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>152-156 North Gower Street, London NW1 2LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/2f/482f3da4a08d17822ead5d2c92dfd24add8a4d62.jpeg</HotelPictures>
        <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="2851.23" OriginalAmount="2823" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="450201|205315" HotelName="Copthorne Hotel at Chelsea Football Club" Meals="ROOM ONLY" 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="2860.32" OriginalAmount="2832" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515087576903" Longitude="-0.17351995713216" StarRating="3" HotelCode="145731|199943" HotelName="The Castleton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164-166 Sussex Gardens, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ac/01ac509840c0e5bfa730753b5852fbe236bce58e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2861.41" OriginalAmount="2833.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49027" Longitude="-0.14032" StarRating="4" HotelCode="1815387" HotelName="Mornington Hotel London Victoria" Meals="ECONOMY ROOM" BedType="ECONOMY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>25 Gloucester Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/15387/1815387/27.jpg?f=17141118</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include express check-in, express check-out, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2862.98" OriginalAmount="2834.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4906" Longitude="-0.13858" StarRating="3" HotelCode="1061406" HotelName="Mornington Victor Hotel London Belgravia" Meals="ECONOMY ROOM" BedType="ECONOMY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>51 Belgrave Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0010/61406/1061406/1.jpg?f=16048060</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include express check-in, express check-out, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2866.38" OriginalAmount="2838" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.457525838165" Longitude="-0.20607835910801" StarRating="3" HotelCode="77360|54248" HotelName="The Lodge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/09/2026" 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="94" TotalAmount="2873.60" OriginalAmount="2845.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51424" Longitude="-0.31948" StarRating="4" HotelCode="|218060" HotelName="The Drayton Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 The Avenue, Ealing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/0/6/0/218060_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2876.15" OriginalAmount="2847.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52409" Longitude="-0.128768" StarRating="3" HotelCode="13138" HotelName="Tavistock Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>48-55 Tavistock Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13138/13138/25.jpg?f=17744462</HotelPictures>
        <HotelDescription>This comfortable Art Deco hotel overlooks Tavistock Square Gardens, a perfect location for exploring London. Offering stunning views and remarkable value, this historic Bloomsbury hotel is a short stroll from attractions like the British Museum, Covent Garden, Theatreland, Regent's Park, Tottenham Court Road, and Oxford Street's elegant shops. Russell Square and Euston stations provide easy access to the city, and Heathrow Airport is less than 25km away. The hotel features a spacious 24-hour reception and a bar for enjoying a beverage. The contemporary rooms are classically decorated, each bright and boasting a private bathroom with complimentary toiletries.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2876.81" OriginalAmount="2848.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5131359" Longitude="-0.1922848" StarRating="4" HotelCode="|73678" HotelName="The Premier Notting Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 - 7 Princess SquareBayswater</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/7/8/73678_8884a150612.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Shaftesbury Premier London Notting Hill is rated four stars. It is ideal for business and holiday stays. The establishment has 50 modern style rooms, a business centre, restaurants, an events room, a bar and a living room. The establishment also has a reception, a concierge, lifts, multilingual staff, a dry cleaner's, a laundry service with a valet service, business areas and meeting facilities. SITUATION: It has good links to the leisure areas. It is situated in London,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2877.49" OriginalAmount="2849" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51631386" Longitude="-0.17310918" StarRating="0" HotelCode="419799|519800" HotelName="Rove London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Designated Smoking Area,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36-42 Norfolk Square, Paddington, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/0d/500dc77e33ee8c2a6daf2d1d5b7e361e0c77a480.jpeg</HotelPictures>
        <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="8" TotalAmount="2886.98" OriginalAmount="2858.40" MarkupRule="1.00">
      <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 09/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2888.60" OriginalAmount="2860" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|190910-21408252/8581117480298971650/8134" HotelName="DOUBLETREE BY HILTON LONDON - GREENWICH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5292800/5292740/0c635d30_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2892.64" OriginalAmount="2864" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1432371-32659871/8581117480298971650/22343" HotelName="HUB BY PREMIER INN LONDON CLERKENWELL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91530000/91527800/91527781/12d6ae54_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2900.72" OriginalAmount="2872" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|269186-28531554/8581117480298971650/5685" HotelName="STAYCITY APARTHOTELS LONDON GREENWICH HIGH ROAD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7070000/7065400/7065398/a380ea10_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2906.78" OriginalAmount="2878" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519382" Longitude="-0.07159475" StarRating="2" HotelCode="641648|227095" HotelName="hub by Premier Inn London Spitalfields" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="83" TotalAmount="2907.79" OriginalAmount="2879" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1373131-27405336/8581117480298971650/19059" HotelName="WOMBATS CITY HOSTEL LONDON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15420000/15416900/15416811/59e0c1f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2908.80" OriginalAmount="2880" MarkupRule="1.00">
      <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 17/09/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="94" TotalAmount="2908.85" OriginalAmount="2880.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.626855" Longitude="-0.008913" StarRating="0" HotelCode="|522484" HotelName="Ridgeway" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115 - 117 The Ridgeway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/4/8/4/522484_66c39e51038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2910.82" OriginalAmount="2882" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|30023-18160029/8581117480298971650/21430" HotelName="IBIS LONDON DOCKLANDS CANARY WHARF" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/564700/564675/4b4c146f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2911.52" OriginalAmount="2882.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502954" Longitude="-0.025522" StarRating="0" HotelCode="|444259" HotelName="Cove Landmark Pinnacle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Westferry Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/5/9/444259_26497481122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2914.62" OriginalAmount="2885.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495215" Longitude="-0.141534" StarRating="4" HotelCode="|444399" HotelName="citizenM London Victoria Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>292 VAUXHALL BRIDGE ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/9/9/444399_0655cf60906.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2914.86" OriginalAmount="2886" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525294709562" Longitude="-0.055639185470454" StarRating="3" HotelCode="263539|36793" HotelName="Travelodge London Bethnal Green" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231-237 Cambridge Heath Road West, London E2 0EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/1c/db1ccf9b436c9ab1c8fc3b8cc3477e863825cc56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2916.88" OriginalAmount="2888" MarkupRule="1.00">
      <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="2919.91" OriginalAmount="2891" MarkupRule="1.00">
      <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="2922.94" OriginalAmount="2894" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516115083519" Longitude="-0.06239357344657" StarRating="4" HotelCode="263537|411696" HotelName="The Whitechapel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-53 New Road, Whitechapel, London E1 1HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6b/376b934ea20e5482fdc3aa58f8f094413b975493.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2923.63" OriginalAmount="2894.68" MarkupRule="1.00">
      <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 16/09/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="83" TotalAmount="2924.96" OriginalAmount="2896" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|409187-28515670/8581117480298971650/6492" HotelName="JUBILEE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/901000/900975/60b41b60_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2927.88" OriginalAmount="2898.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4989662" Longitude="-0.192014" StarRating="4" HotelCode="|18032" HotelName="Copthorne Tara London Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SCARSDALE PLACE, WRIGHTS LANE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/2/18032_4f39c210939.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, comfortable hotel, has a reception, lifts, a currency exchange service, a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning and conference rooms with internet. The establishment offers guests room service and a laundry service. SITUATION: This well known and popular hotel is in Kensington High Street, close to public transport services. It is situated near Victoria and Albert Museum and Kensington Gardens shops and leisure areas. ROOM: The establishment has 833 rooms with a bathroom with a hairdryer, a direct line telephone, a satellite TV, internet and a fridge. OTHERS: The establishment serves tasty dishes, special menus and meals for specific diets can be ordered.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2930.57" OriginalAmount="2901.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49189" Longitude="-0.19443" StarRating="3" HotelCode="352727" HotelName="Hotel Trebovir" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Trebovir Road, Kensington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0003/52727/352727/41.jpg?f=17594588</HotelPictures>
        <HotelDescription>Property Location With a stay at Trebovir Hotel in London (London City Centre), you'll be convenient to Stamford Bridge Stadium and Royal Albert Hall. This hotel is close to Buckingham Palace and Big Ben. Rooms Make yourself at home in one of the 62 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Conveniences include phones and coffee/tea makers, and you can also request irons/ironing boards. Amenities Make use of convenient amenities, which include complimentary wireless Internet access and concierge services. Guests can catch a ride to nearby destinations on the area shuttle (surcharge). Dining Take advantage of the hotel's room service (during limited hours). Business, Other Amenities Featured amenities include express check-in, a 24-hour front desk, and multilingual staff.
Make use of convenient amenities, which include complimentary wireless Internet access and concierge services. Guests can catch a ride to nearby destinations on the area shuttle (surcharge).
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2933.18" OriginalAmount="2904.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51352" Longitude="-0.1296448" StarRating="3" HotelCode="|189005" HotelName="Z Hotels London Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Moor Street 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/0/5/189005_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2936.89" OriginalAmount="2907.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5051249" Longitude="-0.1010336" StarRating="3" HotelCode="|450939" HotelName="Premier Inn London Southwark (Tate Modern)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15a Great Suffork Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/9/3/9/450939_02733421206.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2937.08" OriginalAmount="2908" MarkupRule="1.00">
      <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="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-26 Barkston Gardens, Kensington, London SW5 0EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f1/e0f1132ea63614b10b85de9193f52f6dbe34b5c7.JPEG</HotelPictures>
        <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="83" TotalAmount="2939.10" OriginalAmount="2910" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|138455-18375966/8581117480298971650/21988" HotelName="MARLIN APARTMENTS CANARY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11290000/11281800/11281720/7aac0784_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2942.13" OriginalAmount="2913" MarkupRule="1.00">
      <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="83" TotalAmount="2942.13" OriginalAmount="2913" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1456802-32463413/8581117480298971650/3" HotelName="LIBERE LONDON EDGWARE ROAD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/116000000/115530000/115526700/115526667/1d3524a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2943.14" OriginalAmount="2914" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.5986829" Longitude="-122.3853539" StarRating="3" HotelCode="0|182837-28556956/8581117480298971650/4204" HotelName="SERAPHINE HAMMERSMITH, SURE COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>540 North Market Street, Redding, 96003-3610, CA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4470000/4461200/4461112/e26fab71_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Economy. Property Type: Hotel. Total rooms and suites: 42. Floors: 2. Property description- Reddings Best Kept Lodging Secret.
Top Rated TripAdvisor.
Guest Service Award Winner.
Quality Property Distinction.
100 Percent Smoke-Free Rooms
4 Green Leafs

Our Mission

We are committed to providing our guests with standards of excellence combined with competence, courtesy and consideration that surpass their expectations. 
We are dedicated to hospitality and committed to the future development and continuous improvement of our facility and service.
We encourage our employees to learn, teach, and grow, personally and professionally. Our workplace will be pleasant, safe and fun.
We will fulfill our commitment to the community to be the best neighbor we can be. Fostering a safe, comfortable and inviting environment at all levels.


Our Promise-

We provide more than just a place to sleep for our guests, with our service and quality we provide a place for our guests to relax, rejuvenate and hibernate.

We offer an ambiance where everybody who visits us will feel such a peaceful, friendly, and caring attitude toward them, that they enjoy their stay and look forward to returning. 

We present a clean, comfortable and safe environment that welcomes, warms and warrants loyal return guests.


Things you should know about us-


Major Renovation completed in 2003-04.
Check-In 2 00 PM.
Check-Out 1100 AM.
Office Hours 730 AM - 1100 PM.
AAA Approved.
Heated Pool, Indoor Spa and Fitness Room.

Free limited parking. Street parking is available for larger vehicles.

We are a pet friendly hotel, but we have limited pet rooms available. There is a USD 20.00 pet fee per pet per night. If you are traveling with pets to contact hotel directly to make sure pet rooms are available

EXPRESS CHECK-IN and CHECK OUT - PAYMENT DUE AT CHECK IN.. Onsite facilities information- ParkingProperty was built in 1983. Hotel Currency: USD. Ratings: OHG: Moderate Deluxe. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2946.24" OriginalAmount="2917.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5107696" Longitude="-0.1840616" StarRating="4" HotelCode="|18056" HotelName="Thistle London Hyde Park Kensington Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 Bayswater Road - W2 3HL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/6/18056_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1961 and renovated in 1999. The establishment has 8 floors, 175 rooms, 42 single rooms and 121 double rooms. In the entrance, you can find a hall with an elevator, a reception, a currency exchange service, a safety deposit box service and a cloakroom. The establishment has a conference room and a car park with a security system. Regarding the food and beverage offering, the establishment has a bar, an Ã  la carte restaurant with air-conditioning and highchairs. The establishment offers internet, a laundry service, room service and a medical care service. SITUATION: This urban hotel is in Bayswater Road, close to Hyde Park. It takes 10 minutes to get to the Notting Hill District. In the surrounding area, clients have Queensway Metro Station. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a fridge, an air-conditioning system, central heating and a safety deposit box. MEALS: The establishment serves buffet breakfast and lunch and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: Check-in is from 16:00 and check-out is from 11:00. &lt;b title='Esta frase debe ser traducida'&gt;Los huÃ©spedes que lleguen antes de las 16:00 horas podrÃ¡n depositar sus pertenencias en la conserjerÃ­a del hotel&lt;/b&gt;.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2948.19" OriginalAmount="2919" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.546416891045" Longitude="-0.0077738128280771" StarRating="4" HotelCode="986135|474852" HotelName="The Gantry London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="2950.07" OriginalAmount="2920.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504976" Longitude="-0.104973" StarRating="3" HotelCode="|80900" HotelName="Ibis London Blackfriars" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 Blackfriars Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/0/0/80900_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant. SITUATION: This hotel is in the city centre, is situated next to Southwark and Blackfriars the underground station of close to the establishment, clients can find the tourist attractions. ROOM: The establishment has 297 rooms with a bathroom, comfortable bed, parquet flooring, a flat-screen television and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2954.25" OriginalAmount="2925" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.7048125" Longitude="2.8541036" StarRating="3" HotelCode="0|240826-18160031/8581117480298971650/19663" HotelName="IBIS LONDON SHEPHERDS BUSH – HAMMERSMITH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>c/ Reina Fabiola 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5400000/5398200/5398121/d96b01a4_b.jpg</HotelPictures>
        <HotelDescription>Melrose Place apartments are located in Lloret de Mar. Complex facilities include reception, bar, restaurant, swimming pool, Wi-Fi in public area (extra charge) and safe deposit box at the reception (extra charge). All apartments are equipped with TV, 

- Apartments with 1 bedroom:  Sofa Bed for the 3rd/4th person.
- A deposit of aprox. 200? to be paid upon arrival. 
- Cleaning 1 day/week, change of towels 1day/week, bed sheets 1 day/week.

From November to May reception is opened from Sunday to Thursday from 9:00 to 20:00 and on Friday and Saturday from 9:00 to 22:00. For all arrivals out of reception opening hours an extra fee of 15 EUR will apply.

Address: c/ Reina Fabiola 1; 17300 Lloret de Mar, Spain Located 500 m from the beach and from the centre of the resort.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2956.72" OriginalAmount="2927.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49995" Longitude="-0.15979" StarRating="4" HotelCode="|18041" HotelName="Millennium London Knightsbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SLOAN STREET- KNIGHTSBRIDGE 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/4/1/18041_7bade021303.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1971, renovated in 1996, has 14 floors, 222 rooms, 22 single rooms, 71 double rooms, 32 suites and 4 apartments. In the entrance, guests are offered a lobby with elevators, a reception with safety deposit boxes, a currency exchange service and a cloakroom. Guests have access to a cafÃ©, an inviting bar, a restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. At an extra cost you can use the car park. SITUATION: This luxury, elegant hotel is in London the central area of in the surrounding area, clients can find Hyde Park and Buckingham Palace shops, leisure areas, is located 200 metres away from Knightsbridge the underground station of. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a fridge, an air-conditioning system, a central heating system, a safety deposit box and fitted carpets. FACILITIES: Guests can enjoy a massage service. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2960.31" OriginalAmount="2931" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|30956-28525226/8581117480298971650/1761" HotelName="ROYAL CAMBRIDGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/71700/71653/36df8804_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2960.31" OriginalAmount="2931" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="30.272444" Longitude="-97.7311774" StarRating="4" HotelCode="0|185958-28569448/8581117480298971650/5135" HotelName="PRESIDENTIAL APARTMENTS KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1201 North I-35, Austin, 78702, TX, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2760000/2752100/2752030/bedb9886_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Motel. Total rooms and suites: 60. Floors: 2. Property description- The Super 8 Austin Downtown/Capitol Area is located on I-35 overlooking downtown and facing the Frank Erwin Center which hosts most of Austin's major concerts, state and college basketball and city-wide events. Within walking distance or short cab ride is the famed Sixth Street Warehouse and Music District, downtown's burgeoning business district, the Austin Convention Center and the University of Texas which includes Darrell K Royal Memorial Stadium and the UT UFCU DISCH-Falk Baseball Stadium and Bob Bullock Museum. Brackenridge Hospital, Texas Premier Trauma and Teaching Facility is a few blocks away. Lady Bird Lake runs through the heart of the city and Barton Springs Pools is just 3 miles. Take the Duck driving tour at the information center on Sixth Street and Brazos which takes to the water in a converted vintage army transport or choose the fun and fast two wheeled Sequa Rolling Tour of downtown. Austin Bergstrom International Airport is 20 minutes away via taxi or super shuttle.

All rooms have microfridges, hairdryers, iron and ironing boards, coffee makers and free high speed Internet access. There is an outdoor pool. We also offer free parking, free local calls, guest laundry and 24 hour front desk. We serve a complimentary SuperStart breakfast bonanza. There is also a small business center in the lobby area for your convenience. 

There will be a 150USD cleaning fee penalty if found smoking in the rooms. ADA defined service animals are welcome at this hotel. Sorry, no other pets are allowed.. Onsite facilities information- ParkingProperty was built in 1975. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2964.35" OriginalAmount="2935" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526724383286" Longitude="-0.13585538828102" StarRating="4" HotelCode="900920|199883" HotelName="TheWesley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81-103 Euston Street, London NW1 2EZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/b5/8db5a47e7c4f4b1b7787ece84c487fa6c7daa5bb.jpeg</HotelPictures>
        <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="83" TotalAmount="2964.35" OriginalAmount="2935" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|118562-24707869/8581117480298971650/20481" HotelName="ROYAL EAGLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/180000/175700/175675/a7979756_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2969.40" OriginalAmount="2940" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1462241-32842125/8581117480298971650/1478" HotelName="THE DREY HOTEL LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2973.44" OriginalAmount="2944" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.533759" Longitude="-0.29564800000003" StarRating="3" HotelCode="61558|455943" HotelName="Fox &amp; Goose" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/09/2026" 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="2973.44" OriginalAmount="2944" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494243134313" Longitude="-0.19715443253517" StarRating="3" HotelCode="47648|93557" HotelName="Premier Inn Kensington Olympia" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/09/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="8" TotalAmount="2978.41" OriginalAmount="2948.92" MarkupRule="1.00">
      <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 16/09/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="27" TotalAmount="2982.53" OriginalAmount="2953" MarkupRule="1.00">
      <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="2982.53" OriginalAmount="2953" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514106969634" Longitude="-0.070091294477493" StarRating="3" HotelCode="935611|40916" HotelName="Premier Inn London City (Aldgate) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/09/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="94" TotalAmount="2987.39" OriginalAmount="2957.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5209007" Longitude="-0.1229" StarRating="3" HotelCode="|18010" HotelName="Thistle Bloomsbury Park" Meals="ROOM ONLY" 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="2988.59" OriginalAmount="2959.00" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="2997.68" OriginalAmount="2968" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|51389-24991523/8581117480298971650/17599" HotelName="GRANGE CLARENDON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1440000/1437000/1436967/72828093_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3000.02" OriginalAmount="2970.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51053" Longitude="-0.12862" StarRating="3" HotelCode="|446706" HotelName="Assembly Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 - 31 Charing Cross Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/0/6/446706_456ac041001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3002.45" OriginalAmount="2972.72" MarkupRule="1.00">
      <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 16/09/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="3003.17" OriginalAmount="2973.44" MarkupRule="1.00">
      <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 16/09/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="27" TotalAmount="3004.75" OriginalAmount="2975" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51493301" Longitude="-0.06524645" StarRating="4" HotelCode="986368|513819" HotelName="Wilde Aparthotels by Staycity London Aldgate Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="3006.44" OriginalAmount="2976.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515995" Longitude="-0.172839" StarRating="3" HotelCode="|465716" HotelName="Grand Hôtel Bellevue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Norfolk Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/7/1/6/465716_468acef1218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3009.80" OriginalAmount="2980" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|457001-5309759/8581117480298971650/6939" HotelName="BEST WESTERN PLUS VAUXHALL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17810000/17808000/17807969/1b662034_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3016.04" OriginalAmount="2986.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5112507" Longitude="-0.1850477" StarRating="3" HotelCode="|18055" HotelName="Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49-67 QUEENSBOROUGH TERRACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/5/18055_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is situated in the residential area of Bayswater, close to Hyde Park and Kensington Gardens. ROOM: The establishment has non-smoking rooms with a bathroom, a satellite TV, courtesy tray, a direct line telephone, a hairdryer, courtesy service, a mini-bar and WiFi (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3018.65" OriginalAmount="2988.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5625" Longitude="-0.13234699999998" StarRating="4" HotelCode="293245|237212" 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="83" TotalAmount="3018.89" OriginalAmount="2989" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|67003-28507142/8581117480298971650/898" HotelName="ST. MARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/520500/520495/e479ea56_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3018.89" OriginalAmount="2989" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|650718-28574230/8581117480298971650/1089" HotelName="PADDINGTON APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4490000/4483200/4483193/961308b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3019.90" OriginalAmount="2990" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500585" Longitude="-0.025219" StarRating="4" HotelCode="74679|64085" HotelName="Marlin Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/09/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="27" TotalAmount="3020.91" OriginalAmount="2991" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51815" Longitude="-0.15829" StarRating="4" HotelCode="114603|458283" HotelName="Z Gloucester Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Gloucester Place, London W1U 8JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348936/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3021.92" OriginalAmount="2992" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|521057-28571862/8581117480298971650/4837" HotelName="THE WARRINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/10000000/9250000/9247900/9247838/aac4eed0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3022.93" OriginalAmount="2993" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" 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="83" TotalAmount="3023.94" OriginalAmount="2994" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1022985-28489277/8581117480298971650/3730" HotelName="ALHAMBRA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381800/1381705/c4dc7764_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3025.47" OriginalAmount="2995.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522623" Longitude="-0.104439" StarRating="4" HotelCode="|452272" HotelName="Yotel London City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96-100 Clerkenwell Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/2/7/2/452272_ecdcbe00852.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3025.88" OriginalAmount="2995.92" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="3028.99" OriginalAmount="2999" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|650705-27402656/8581117480298971650/21315" HotelName="JESMOND DENE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888800/888759/dd4a07a1_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3041.11" OriginalAmount="3011" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|211009-28443122/8581117480298971650/448" HotelName="Z SOHO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4800000/4790100/4790010/68e805f1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3047.17" OriginalAmount="3017" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5037586684" Longitude="-0.10131107007182" StarRating="3" HotelCode="101238|13538" HotelName="Travelodge London Central Southwark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>202-206 Union Street, Southwark SE1 0LX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/66/be66840add6620999dc0df2e9f5d08cf3c107c7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 3-minute walk from the Southwark tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3047.17" OriginalAmount="3017" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510989" Longitude="-0.074045" StarRating="3" HotelCode="137293|36332" HotelName="Travelodge London Central Tower Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Goodmans Yard, Lloyds Court Business Centre, London E1 8AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/57/8357825ac4b23858f524a4e20506bb56dd60880d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3047.59" OriginalAmount="3017.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4919" Longitude="-0.1951" StarRating="3" HotelCode="|72188" HotelName="OLIVER PLAZA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Trebovir Rd, Earls Court</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/1/8/8/72188_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel. SITUATION: Is situated in an excellent location. ROOM: The rooms different sizes, have wooden floors and ceramic bathrooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3048.80" OriginalAmount="3018.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517938" Longitude="-0.079678" StarRating="0" HotelCode="|25275" HotelName="196 Bishopsgate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BISHOPSGATE 196</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/7/5/25275_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1900, has 48 Studios, apartments and attics and 5 floors. The establishment has a lobby, a safety deposit box service, a lift, internet and a laundry service. SITUATION: This hotel is in the business area of London, is located close to West End and Thames. Opposite Liverpool Street Station. ROOM: All the rooms have contemporary furniture, a bathroom with a hairdryer, a kitchen with fridge, an oven, a microwave, a coffee maker, a kettle, an iron, an ironing board, a place to eat, a direct line telephone, a satellite or cable television, a radio, internet, a double bed and a safe (available for a fee). PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3053.24" OriginalAmount="3023.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516976" Longitude="-0.068197" StarRating="4" HotelCode="|444398" HotelName="Hyatt Place London City East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Black Lion House, 45 Whitechapel Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/9/8/444398_794d6070957.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3053.99" OriginalAmount="3023.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52244" Longitude="-0.124143" StarRating="3" HotelCode="13062" HotelName="President Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guildford Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13062/13062/2.jpg?f=17748637</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and gift shops/newsstands.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3054.01" OriginalAmount="3023.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9276076" Longitude="-81.2130235" StarRating="3" HotelCode="|95270" HotelName="Homewood Suites London Ontario" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bessemer Road London,45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/2/7/0/95270_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3055.27" OriginalAmount="3025.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489863" Longitude="-0.137155" StarRating="3" HotelCode="|17928" HotelName="Best Western Corona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELGRAVE ROAD 85-89</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/2/8/17928_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2002, has 4 floors, 51 rooms, 15 single rooms, 27 double rooms and 9 suites. It has a lobby with an elevator, a reception, a currency exchange service, a cloakroom, a bar and a conference room. The establishment offers internet, room service and a laundry service. SITUATION: This modern, urban hotel is in London the city centre of the Thames and the Buckingham Palace nearby, you will find in front of the establishment, guests have a restaurant, a bar, 100 metres away from the establishment, clients can find a nightclub, Victoria is situated in close to the establishment, guests have Victoria and Pimlico the metro stations of. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, an air-conditioning system, a central heating system and fitted carpets. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3055.31" OriginalAmount="3025.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500135" Longitude="-0.114018" StarRating="4" HotelCode="|534276" HotelName="StowAway Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>137-139 Lower Marsh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/7/6/534276_f7ada951435.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3059.29" OriginalAmount="3029" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|17860-28461367/8581117480298971650/4113" HotelName="LONDON TOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/77500/77423/a91a404f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3059.29" OriginalAmount="3029" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|263568-21407236/8581117480298971650/9568" HotelName="DOUBLETREE BY HILTON LONDON - CHELSEA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7920000/7916000/7915983/c19a7c2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3063.33" OriginalAmount="3033" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|109026-25064967/8581117480298971650/294" HotelName="DAYS INN BY WYNDHAM LONDON HYDE PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1410000/1402100/1402005/523f86d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3066.36" OriginalAmount="3036" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9831-18359161/8581117480298971650/21248" HotelName="HOLIDAY INN LONDON - REGENT'S PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/250000/242800/242705/282906e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3067.37" OriginalAmount="3037" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481882" Longitude="-0.468293" StarRating="4" HotelCode="76622|205395" HotelName="Hyatt Place London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 18/09/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="83" TotalAmount="3067.37" OriginalAmount="3037" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1383197-28481536/8581117480298971650/3146" HotelName="ARGYLE SQUARE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116650000/116649500/116649406/3d86db44_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3068.56" OriginalAmount="3038.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.545506" Longitude="-0.219789" StarRating="4" HotelCode="4024909" HotelName="The Brondesbury By Nestor" Meals="SUPERIOR STUDIO" BedType="SUPERIOR STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>59 Brondesbury Park,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/24909/4024909/1.jpg?f=17719548</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center or take in the view from a terrace and a garden. Additional features at this aparthotel include complimentary wireless internet access and a communal living room.. Featured amenities include a 24-hour business center and multilingual staff. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3070.32" OriginalAmount="3039.92" MarkupRule="1.00">
      <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 17/09/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="27" TotalAmount="3072.42" OriginalAmount="3042" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503300805404" Longitude="-0.22012234078238" StarRating="3" HotelCode="213141|37433" HotelName="ibis London Shepherds Bush - Hammersmith Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Rockley Road, London W14 0DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/4c/3b4cb9a32dc7a147a383ccef23af7cfa94582d9e.JPEG</HotelPictures>
        <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="3072.42" OriginalAmount="3042" MarkupRule="1.00">
      <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 17/09/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="95" TotalAmount="3075.09" OriginalAmount="3044.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52562" Longitude="-0.13551" StarRating="3" HotelCode="24356" HotelName="Euston Square Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>152-156 North Gower Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/24356/24356/1.jpg?f=17727119</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3075.45" OriginalAmount="3045" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511430938607" Longitude="-0.17967984080315" StarRating="2" HotelCode="36439|2112" HotelName="Columbia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95-99 Lancaster Gate, London W2 3NS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/af/62af5c7f51064bf16d86be20b45a267ace0b3d64.JPEG</HotelPictures>
        <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="3077.47" OriginalAmount="3047.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51768232" Longitude="-0.0626603" StarRating="4" HotelCode="614800|626261" HotelName="New Road Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3077.47" OriginalAmount="3047" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493098588254" Longitude="-0.14424671899588" StarRating="3" HotelCode="34554|35758" HotelName="Comfort Inn Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-24 Belgrave Road, London SW1V 1QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/7a/5c7a7445ac652753ef88e8e8608aedd2bfa36773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Comfort Inn Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3082.52" OriginalAmount="3052" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|498920-28434241/8581117480298971650/6015" HotelName="HYDE PARK SUPERIOR APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11470000/11466100/11466092/2b7da50e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3088.58" OriginalAmount="3058" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|4417-28525233/8581117480298971650/2007" HotelName="BRUNEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527464/ea49899d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3090.60" OriginalAmount="3060" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.532326560141" Longitude="-0.12003950777705" StarRating="2" HotelCode="150155|57837" HotelName="Home London Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54-58 Caledonian Road, London N1 9DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/3a/bc3a100070166baa3e0fe90acb4154b199654b33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3090.60" OriginalAmount="3060" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1438725-28682188/8581117480298971650/21037" HotelName="APARTHOTEL ADAGIO LONDON CITY EAST" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111060000/111051900/111051806/2566645d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3093.03" OriginalAmount="3062.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50598" Longitude="-0.102139" StarRating="3" HotelCode="|28035" HotelName="Holiday Inn Express London - Southwark, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103-109 SOUTHWARK STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/3/5/28035_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 88 modern rooms, a lobby with a reception, lifts, a bar, a restaurant, conference rooms, internet and indoor parking (for a fee). SITUATION: This hotel is near el TÃ¡mesis and places of interest. 5 minutes away from the establishment you have la Tate Modern Gallery, el River Thames Walk and pubs. It is situated 10 minutes away from el Teatro Shakespeares Globe, la Catedral de San Pablo and restaurants. 15 minutes away from the establishment, guests will find el London Eye it is situated 45 minutes away from Bond Street it has excellent transport links to el Royal Festival Hall, al Puente de Londres and the metro station. It is situated 12 minutes away from Waterloo Station. ROOM: All the rooms have individual air-conditioning, a shower, a hairdryer, a direct line telephone, a satellite TV, a radio, a coffee maker, a kettle, a double bed, (available for a fee) and WiFi. You can also find disabled access rooms. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment serves a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3094.64" OriginalAmount="3064" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490725965195" Longitude="-0.14387225375274" StarRating="4" HotelCode="36437|200744" HotelName="Georgian House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 - 39 Saint George's Drive, City of Westminster, London SW1V 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/ef/b2efb80df631f3ccd990d4b51a6ec82b465451e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3098.68" OriginalAmount="3068" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54990112696" Longitude="-0.18099009990692" StarRating="3" HotelCode="35169|35771" HotelName="Quality Hampstead" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Frognal, Hampstead, London NW3 6AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/3d/3e3db05e366b7f9961ed156596cdc9557db9fedf.JPEG</HotelPictures>
        <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="94" TotalAmount="3098.90" OriginalAmount="3068.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4935536" Longitude="-0.1834334" StarRating="4" HotelCode="|17967" HotelName="Millennium and Conference Centre Gloucester London" Meals="ROOM ONLY" 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="83" TotalAmount="3106.76" OriginalAmount="3076" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1384445-28543508/8581117480298971650/4553" HotelName="THE Z HOTEL STRAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103100000/103093800/103093784/985a3002_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3106.76" OriginalAmount="3076" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181758-24707922/8581117480298971650/19181" HotelName="THE WESLEY EUSTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2150000/2143100/2143095/3d1182aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3113.83" OriginalAmount="3083" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499940563258" Longitude="-0.15992939472199" StarRating="4" HotelCode="29221|12320" HotelName="Millennium Hotel London Knightsbridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Sloane Street, Knightsbridge, London SW1X 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/99/f199d684639e08c5e9077b93292ea6135bd79446.JPEG</HotelPictures>
        <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="3117.87" OriginalAmount="3087" MarkupRule="1.00">
      <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="94" TotalAmount="3127.04" OriginalAmount="3096.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5206985" Longitude="-0.1234" StarRating="3" HotelCode="|17985" HotelName="Bedford" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83-95 Southampton Row</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/8/5/17985_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel was renovated in 2003. It has 7 floors, 72 double rooms and 111 single rooms. It has a reception, lifts, a cafÃ©, a bar, internet at an extra charge and a restaurant. The establishment offers an indoor car park, a car park, room service and a laundry service. SITUATION: This hotel is close to London city centre where you can find shops, leisure areas and entertainment. 10 metres away, guests will find public transport services. In the surrounding area, guests will find the British Museum and Covent Garden ROOM: The rooms have a bathroom with a bath or shower, a direct line telephone, satellite or cable TV, a safety deposit box (available for a fee) and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3127.97" OriginalAmount="3097" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505154360949" Longitude="-0.098252881614712" StarRating="4" HotelCode="199763|54780" HotelName="citizenM London Bankside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="95" TotalAmount="3129.43" OriginalAmount="3098.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493984" Longitude="-0.186791" StarRating="4" HotelCode="195333" HotelName="The Courtfield" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>55 Courtfield Gardens,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/95333/195333/17.jpg?f=17750303</HotelPictures>
        <HotelDescription>Featured amenities include laundry facilities and an elevator..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3136.37" OriginalAmount="3105.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5089822" Longitude="-0.1316564" StarRating="3" HotelCode="|189015" HotelName="Z Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ORANGE STREET 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/1/5/189015_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3137.71" OriginalAmount="3106.64" MarkupRule="1.00">
      <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 17/09/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="27" TotalAmount="3140.09" OriginalAmount="3109" MarkupRule="1.00">
      <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 17/09/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="3144.13" OriginalAmount="3113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490286" Longitude="-0.137825" StarRating="3" HotelCode="18525|408381" HotelName="Victoria Inn London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>65-67 Belgrave Road, Victoria, London SW1V 2BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/80/35805b9bfd86f58e2f46974ac9da7cf03f7286ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3147.16" OriginalAmount="3116" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1342389-20995598/8581117480298971650/18918" HotelName="CITY SLEEPERS AT ROYAL NATIONAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83250000/83245200/83245150/0af92da5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3149.18" OriginalAmount="3118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.533671698033" Longitude="-0.1219763452973" StarRating="3" HotelCode="795902|227138" HotelName="hub by Premier Inn London King's Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="94" TotalAmount="3154.11" OriginalAmount="3122.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4903379" Longitude="-0.1385907" StarRating="3" HotelCode="|22234" HotelName="Sidney London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELGRAVE ROAD 68-76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/3/4/22234_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1875, was renovated in 1999, has 14 single rooms, 47 double rooms and 6 floors. It has a reception, a safety deposit box service, a cloakroom, lifts and internet. SITUATION: This urban hotel is close to the city centre, 100 metres away from the establishment, you can find a public transport stop, 800 metres away, there is restaurants, bars, 1500 metres away from the establishment, clients can find a nightclub, shops. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio and internet. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3154.23" OriginalAmount="3123" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574445-32414110/8581117480298971650/5153" HotelName="THE Z HOTEL TOTTENHAM COURT ROAD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112780000/112775900/112775895/59b12a12_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3155.24" OriginalAmount="3124" MarkupRule="1.00">
      <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="94" TotalAmount="3156.24" OriginalAmount="3124.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493252" Longitude="-0.257219" StarRating="4" HotelCode="|445308" HotelName="room2 Chiswick Hometel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Windmill Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/0/8/445308_2b3797c0951.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3157.10" OriginalAmount="3125.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5277746" Longitude="-0.1292691" StarRating="3" HotelCode="|167468" HotelName="Premier Inn London Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Dukes Rd, Euston Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/4/6/8/167468_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is a 5-minute walk away from the metro station of Euston. The establishment is a 10-minute drive away from the railway station, close to the library. It is situated 10 minutes away (by metro) from the stores of Covent Garden. It has excellent transport links to points of interest. ROOM: All the rooms have an air-conditioning system, a bathroom, a television and a writing desk. FACILITIES: With regards to the food and beverage offering, there is a restaurant. Guests are offered breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3157.26" OriginalAmount="3126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|4188" HotelName="Thistle Kensington Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Bayswater Road, London W2 3HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/26/5426ae049bb3b8c97b3f5c483e4a586053584a82.jpeg</HotelPictures>
        <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="83" TotalAmount="3160.29" OriginalAmount="3129" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322866-28477454/8581117480298971650/5674" HotelName="ST. DAVID'S HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75760000/75753100/75753026/f5026e2d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3161.30" OriginalAmount="3130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512417426132" Longitude="-0.18620018650817" StarRating="4" HotelCode="56989|31919" HotelName="Shaftesbury Hyde Park International" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-56 Inverness Terrace, London W2 3LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/8d/798ddfabb7f019935818201cf0c0edc71af44eda.jpeg</HotelPictures>
        <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="83" TotalAmount="3161.30" OriginalAmount="3130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1452841-32392857/8581117480298971650/21783" HotelName="PREMIER INN LONDON WATERLOO - LAMBETH ROAD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106120000/106118700/106118651/de9938e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3171.52" OriginalAmount="3140.12" MarkupRule="1.00">
      <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 16/09/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="3172.41" OriginalAmount="3141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510993338623" Longitude="-0.18634162946512" StarRating="4" HotelCode="148402|24978" HotelName="Grand Royale London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-9 Inverness Terrace, Bayswater, London W2 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/ac/51ac3038fb5e619a60b1b8e85303b0f7d75f6740.JPEG</HotelPictures>
        <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="94" TotalAmount="3174.64" OriginalAmount="3143.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.546629" Longitude="-0.007814" StarRating="4" HotelCode="|444641" HotelName="The Gantry London, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Celebration Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/4/1/444641_c269b191002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3176.45" OriginalAmount="3145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51286" Longitude="-0.17896" StarRating="3" HotelCode="915050|408382" HotelName="Paddington Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>13-14 Craven Terrace, London W2 3QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/7f/3c7f0e3075299344e22acdd7470c2158f4bca8a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3178.47" OriginalAmount="3147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|210790-28508995/8581117480298971650/6689" HotelName="THE BROMPTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888700/888607/c66a9833_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3178.47" OriginalAmount="3147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|876854-32925827/8581117480298971650/20336" HotelName="CAVENDISH HOTEL (GOWER STREET)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/94900000/94894600/94894594/c798b2c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3179.73" OriginalAmount="3148.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5241265" Longitude="-0.0785034" StarRating="4" HotelCode="|221577" HotelName="Citizenm London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Holywell Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/5/7/7/221577_1_7000.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3187.56" OriginalAmount="3156" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32934-24707898/8581117480298971650/20329" HotelName="HOLIDAY INN EXPRESS LONDON - SOUTHWARK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/200900/200859/2e88ae32_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3190.59" OriginalAmount="3159" MarkupRule="1.00">
      <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="27" TotalAmount="3196.65" OriginalAmount="3165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493301286729" Longitude="-0.18310904502869" StarRating="4" HotelCode="44236|7071" HotelName="Millennium Gloucester Hotel London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-18 Harrington Gardens, London SW7 4LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/a3/e9a3bd74d016afd62a1db8d1dd10493ff0208d26.JPEG</HotelPictures>
        <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="95" TotalAmount="3198.86" OriginalAmount="3167.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49431575" Longitude="-0.19092019999999998" StarRating="3" HotelCode="4057789" HotelName="The Knaresborough by Nestor" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>6 Knaresborough Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/57789/4057789/1.jpg?f=17707323</HotelPictures>
        <HotelDescription />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3206.43" OriginalAmount="3174.68" MarkupRule="1.00">
      <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 16/09/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="83" TotalAmount="3206.75" OriginalAmount="3175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1433953-28590448/8581117480298971650/4953" HotelName="QUEENS PARK PREMIER LONDON HYDE PARK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108960000/108950900/108950898/6e7a24ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3207.97" OriginalAmount="3176.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5125951" Longitude="-0.1909686" StarRating="4" HotelCode="|21879" HotelName="The Princes Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES SQUARE 23-25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/7/9/21879_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 4 floors and 50 rooms. In the entrance, guests are offered a reception and a lift. SITUATION: It has excellent transport links to public transport, near the establishment, you will find Buckingham Palace, Kensington Palace and Hyde Park tourist points of interest, such as it is situated 30 kilometres away from London Heathrow Airport. ROOM: The establishment has standard rooms with a bathroom, They are equipped with a shower, a hairdryer, a direct line telephone, a satellite television, internet and central heating. OTHERS: The establishment serves a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3209.78" OriginalAmount="3178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.9218241" Longitude="-13.6620326" StarRating="4" HotelCode="0|53345-28573368/8581117480298971650/1944" HotelName="HYDE PARK INTERNATIONAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2 Calle Bernegal, PUERTO DEL CARMEN, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1410000/1402900/1402865/f0895c0d_b.jpg</HotelPictures>
        <HotelDescription>This apartment complex is located in the tourist centre of Puerto del Carmen and is only a 5 minute walk from the beach and the nearest public transport stop. A commercial district offering shops, boutiques, bars, restaurants, and a lively nightlife can be found nearby. The airport is around 8km away. This wonderful establishment houses a range of facilities including, taxi hire, car rental and medical assistance. There is also an Internet café and WiFi access zone for guests who want to stay connected with their loved ones. Guests can suntan by the swimming pool while enjoying a refreshing drink from the bar. The ample and bright apartments are tastefully fitted and have a bathroom with a hairdryer and a fully equipped kitchenette.
Apartments are cleaned 3 times a week, towels are changed also 3 times a week and sheets once a week.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3212.12" OriginalAmount="3180.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5131037" Longitude="-0.105612" StarRating="3" HotelCode="263523|906412" HotelName="Premier Inn London Blackfriars (Fleet Street)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/09/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="83" TotalAmount="3213.82" OriginalAmount="3182" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|4423-28509030/8581117480298971650/2020" HotelName="COMFORT INN LONDON - WESTMINSTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527425/cbc0c0a0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3216.85" OriginalAmount="3185" MarkupRule="1.00">
      <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="Free CXL until 16/09/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="83" TotalAmount="3216.85" OriginalAmount="3185" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|13589-28509014/8581117480298971650/4527" HotelName="BEST WESTERN SWISS COTTAGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/461600/461513/9a60d4d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3221.90" OriginalAmount="3190" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1411790-27399553/8581117480298971650/8123" HotelName="HAMPTON BY HILTON LONDON OLD STREET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96310000/96306600/96306582/5d43c837_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3225.70" OriginalAmount="3193.76" MarkupRule="1.00">
      <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 16/09/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="83" TotalAmount="3227.96" OriginalAmount="3196" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|114189-32594619/8581117480298971650/5491" HotelName="HYDE PARK ECONOMY APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4490000/4486600/4486566/e1d149d5_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3230.19" OriginalAmount="3198.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494529" Longitude="-0.1186016" StarRating="4" HotelCode="|25254" HotelName="Novotel London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAMBETH ROAD 113-127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/5/4/25254_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a bar, a restaurant, a safety deposit box service, a currency exchange service, a lift, a kiosk, conference rooms and internet. The establishment boasts a car park and an indoor car park. The hotel has 185 double rooms and 2 suites. SITUATION: This hotel is near Eurostar de Waterloo the Station of Lambeth Road it is in Close to the Thames the river In front of and, Around the establishment, clients can find points of interest, is situated 5 minutes walk away from Lambeth North the metro station 1 kilometre away from the establishment, guests will find shops, restaurants, is located 500 metres away from bars, pubs. ROOM: All the rooms have internet, WiFi, a safe, a mini-bar, a television, a direct line telephone, a hairdryer and a radio. Clients are offered 10 disabled access rooms. FACILITIES: This establishment has a sauna, a steam bath and a gym. OTHERS: Regarding the food and beverage offering, clients can enjoy all meals in a buffet form, The establishment also offers an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3235.08" OriginalAmount="3203.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52229" Longitude="-0.14271" StarRating="4" HotelCode="1309056" HotelName="Holiday Inn London - Regent's Park By Ihg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Carburton Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0013/09056/1309056/35.jpg?f=17484161</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a hair salon. Additional features at this hotel include discounted use of a nearby fitness facility and a banquet hall.. This establishment has received its official star rating from VisitEngland, the National Tourist Board for England.. Featured amenities include a business center, limo/town car service, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference space and meeting rooms. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3244.12" OriginalAmount="3212" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500408" Longitude="-0.107602" StarRating="3" HotelCode="165982|31571" HotelName="Travelodge London Central Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195-203 Waterloo Road, London SE1 8UX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/83/85839448450df6f6555cb4e56101162dde676f45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of some of the capital’s most iconic attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3248.16" OriginalAmount="3216" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.497683" Longitude="-0.08133" StarRating="4" HotelCode="899697|37277" HotelName="Bermondsey Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/09/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="94" TotalAmount="3253.22" OriginalAmount="3221.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522286" Longitude="-0.142609" StarRating="4" HotelCode="|17991" HotelName="Holiday Inn London - Regent's Park, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CARBURTON STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/9/1/17991_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a restaurant and a bar. SITUATION: This establishment, Londres it is in Close to, the museum, theatres, and Oxford Street the shopping area of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3255.63" OriginalAmount="3223.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.539248" Longitude="-0.103749" StarRating="0" HotelCode="|446705" HotelName="Citadines Islington London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Shelley Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/0/5/446705_5e883111054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3257.25" OriginalAmount="3225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|4517-28573197/8581117480298971650/2384" HotelName="THE EDWIN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118126/9c3990c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3266.34" OriginalAmount="3234" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15134-28515342/8581117480298971650/382" HotelName="VICTORIA INN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/41900/41879/401de173_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3268.36" OriginalAmount="3236" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1365591-24017777/8581117480298971650/19093" HotelName="THE HOXTON SHEPHERDS BUSH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83670000/83669800/83669782/b10b08ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3270.26" OriginalAmount="3237.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520454" Longitude="-0.124752" StarRating="4" HotelCode="170124" HotelName="Grange Beauchamp Hotel" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>24-27 Bedford Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/70124/170124/1.jpg?f=17746819</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and babysitting (surcharge). This hotel also features wedding services and a banquet hall.. Featured amenities include complimentary wired internet access, a business center, and limo/town car service. This hotel has 4 meeting rooms available for events..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3270.39" OriginalAmount="3238.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.532288" Longitude="-0.120043" StarRating="1" HotelCode="|533483" HotelName="St Pancras Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54-58 Caledonian Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/8/3/533483_6f2847b1151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3271.87" OriginalAmount="3239.48" MarkupRule="1.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 10/09/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="3275.47" OriginalAmount="3243.04" MarkupRule="1.00">
      <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="Free CXL until 17/09/2026" 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="83" TotalAmount="3277.45" OriginalAmount="3245" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|595101-27405630/8581117480298971650/22224" HotelName="LONDON HACKNEY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108540000/108538400/108538328/w3600h2394x0y3-2a1f1571_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3279.35" OriginalAmount="3246.88" MarkupRule="1.00">
      <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 14/09/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="94" TotalAmount="3287.07" OriginalAmount="3254.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5159026" Longitude="-0.1749082" StarRating="4" HotelCode="|26477" HotelName="Mercure London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRAED STREET 144</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/7/7/26477_96034770742.jpg</HotelPictures>
        <HotelDescription>HOTEL: renovated in 2005 and it is in a lively street 5 floors and 83 rooms. In the entrance, you can find a lobby with elevators, a reception, a bar and a restaurant. The establishment offers guests a conference room, internet, room service and a laundry service. SITUATION: It is in a central area, is near Paddington the underground station of it is well-connected with the city centre, Where you can find shops, leisure areas and monuments. It is located in front of a bus stop, is 15 minutes away from the airport. ROOM: The rooms have a bathroom, a direct line telephone, satellite or cable TV, internet, fitted carpets, an air-conditioning system, central heating and a safe (available for a fee). FACILITIES: The establishment boasts a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3288.97" OriginalAmount="3256.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51247" Longitude="-0.075576" StarRating="0" HotelCode="|446701" HotelName="One London - Tower Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24-26 Minories</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/0/1/446701_513d67c1449.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3289.57" OriginalAmount="3257" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499123834707" Longitude="-0.11320132712342" StarRating="4" HotelCode="552260|211117" HotelName="Marlin Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>111 Westminster Bridge Road, London SE1 7HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6f/df6f45a902eaa4766ad0063a52a21322e0a77705.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3292.60" OriginalAmount="3260" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512009" Longitude="-0.185137" StarRating="3" HotelCode="18270|44942" HotelName="The Byron" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Queensborough Terrace, Bayswater, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/c9/bbc963fd8e10010a6424b0de683f7967a7713f83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3296.55" OriginalAmount="3263.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5265155" Longitude="-0.1272896" StarRating="3" HotelCode="|167699" HotelName="Judd" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Cartwright Garden</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/6/9/9/167699_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment is near the Station of Euston. 7 minutes walk away, you can find the Railway Station of London King's Cross. FACILITIES: Guests are offered WiFi (free of charge) and breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3296.64" OriginalAmount="3264" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.3944118" Longitude="2.1618436" StarRating="4" HotelCode="0|161817-28567777/8581117480298971650/3917" HotelName="BERMONDSEY SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>83 PASEO DE GRACIA, EIXAMPLE, BARCELONA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2580000/2570300/2570279/83eddefb_b.jpg</HotelPictures>
        <HotelDescription>Suites Avenue Barcelona Luxe offers a new concept of accommodation in Barcelona. A recently-constructed avant-garde building with 41 luxury tourist apartments, fully-equipped spaces for comfortable medium to long-term stays. Personalized attention and an unsurpassable range of exclusive services are available: gym, sauna, exterior swimming pools, communal terrace, function rooms, parking and a museum that showcases unique pieces of Hindu and Buddhist art. The spectacular stainless steel façade, designed by renowned Japanese architect Toyo Ito, is a departure from neighboring classical buildings and draws the attention of both Barcelona residents and tourists alike. Since opening its doors in 2009 Suites Avenue Barcelona Luxe has become an architectural icon and a benchmark for luxury stays in the heart of Barcelona. Located on the central Passeig de Gràcia, the Suites Avenue boast a superb location with spectacular frontal views of Guadí's Modernist La Pedrera building. Surrounded by international boutiques, restaurants, terraces and the best nightlife the city has to offer, there's no better place to enjoy Barcelona's charms. *Pets: only small dogs.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3299.91" OriginalAmount="3267.24" MarkupRule="1.00">
      <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="Free CXL until 16/09/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">
        <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="94" TotalAmount="3301.84" OriginalAmount="3269.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5136032" Longitude="-0.179772" StarRating="4" HotelCode="|18043" HotelName="Park Grand Paddington Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DEVONSHIRE TERRACE 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/4/3/18043_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, has 6 floors and 195 rooms. Guests have access to a lift, a bar and a restaurant. SITUATION: This comfortable hotel is situated in a central area, is in Bayswater the district of 150 metres away from the establishment, you can find Paddington the metro station of 100 metres away, there is public transport. ROOM: The comfortable rooms, have a bathroom, a hairdryer and a direct line telephone. OTHERS: The establishment serves a buffet breakfast, Clients have at their disposal a snack bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3302.70" OriginalAmount="3270" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498423" Longitude="-0.208623" StarRating="2" HotelCode="888829|11649" 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="83" TotalAmount="3306.74" OriginalAmount="3274" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28490-28569158/8581117480298971650/1692" HotelName="ELYSEES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381500/1381443/0ccdbaa4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3306.74" OriginalAmount="3274" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|446417-28581950/8581117480298971650/2420" HotelName="HEETON CONCEPT-LUMA HAMMERSMITH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17910000/17906700/17906642/f20d5f34_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3309.20" OriginalAmount="3276.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52074" Longitude="-0.123507" StarRating="3" HotelCode="10737|8941" HotelName="The Bedford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/09/2026" 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="94" TotalAmount="3309.24" OriginalAmount="3276.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5104825" Longitude="-0.1336186" StarRating="3" HotelCode="|446690" HotelName="Zedwell Piccadilly Circus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Great Windmill Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/9/0/446690_0ec9cf51014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3312.80" OriginalAmount="3280" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54638795" Longitude="-0.07374894" StarRating="3" HotelCode="339696|93734" HotelName="Premier Inn London Hackney hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="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="3317.85" OriginalAmount="3285" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515212505226" Longitude="-0.17414442551671" StarRating="4" HotelCode="59052|37426" HotelName="Hotel Indigo London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/09/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="83" TotalAmount="3317.85" OriginalAmount="3285" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|227319-28508885/8581117480298971650/4425" HotelName="GARDEN COURT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6840000/6836600/6836554/5398051a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3322.92" OriginalAmount="3290.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518635" Longitude="-0.166225" StarRating="5" HotelCode="|450247" HotelName="voco London Marylebone by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>233 - 237 Old Marylebone Rd, Westminster Borough</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/2/4/7/450247_1f0fe321247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3327.15" OriginalAmount="3294.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513184" Longitude="-0.179108" StarRating="3" HotelCode="195189" HotelName="Lancaster Hall Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>35 Craven Terrace,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/95189/195189/6.jpg?f=17725947</HotelPictures>
        <HotelDescription>Featured amenities include a 24-hour front desk, a safe deposit box at the front desk, and an elevator..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3332.62" OriginalAmount="3299.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491454" Longitude="-0.121709" StarRating="4" HotelCode="|27244" HotelName="Park Plaza London Riverbank" Meals="ROOM ONLY" 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="83" TotalAmount="3333.00" OriginalAmount="3300" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|874969-28584835/8581117480298971650/5717" HotelName="STOWAWAY WATERLOO BY BRIDGESTREET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24410000/24407400/24407400/4b4c7a43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3337.04" OriginalAmount="3304" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|634140-18246989/8581117480298971650/18265" HotelName="NHOW LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34360000/34358800/34358751/0685bcbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3344.11" OriginalAmount="3311" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|272543-28445584/8581117480298971650/4827" HotelName="THE Z HOTEL PICCADILLY" Meals="ROOM ONLY,ALL INCLUSIVE" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8520000/8516800/8516777/5ef8d7e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3344.59" OriginalAmount="3311.48" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="3345.12" OriginalAmount="3312" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1343702-20995666/8581117480298971650/18525" HotelName="TRIBE LONDON CANARY WHARF" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83100000/83096500/83096424/09a9f211_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3347.92" OriginalAmount="3314.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52077" Longitude="-0.123216" StarRating="3" HotelCode="13132" HotelName="Thistle Bloomsbury Park Hotel London" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>126 Southampton Row,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13132/13132/4.jpg?f=17733172</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3351.75" OriginalAmount="3318.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513584991845" Longitude="-0.18002293958023" StarRating="4" HotelCode="15500|6621" HotelName="Park Grand Paddington Court London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3358.31" OriginalAmount="3325.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5141983" Longitude="-0.1572" StarRating="4" HotelCode="|18080" HotelName="Thistle London Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BRYANSTON STREET, MARBLE ARCH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/8/0/18080_964f0be0806.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1934, has 8 floors, 338 rooms and 13 suites. In the entrance, you can find a reception, a lift, a cloakroom and a kiosk. The establishment has a cafÃ©, a bar, a restaurant with air-conditioning, a conference room and WiFi (free of charge), The establishment offers a laundry service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3361.28" OriginalAmount="3328" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508456518883" Longitude="0.041359795700828" StarRating="3" HotelCode="511022|225648" HotelName="MOXY London Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1014 Dockside Road, London, England E16 2FQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/f8/22f80028b1ca7b1d5c3776be8832bf9d8da92dde.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3365.43" OriginalAmount="3332.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53055" Longitude="-0.056204" StarRating="5" HotelCode="|70424" HotelName="Town Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PATRIOT SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/4/2/4/70424_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Town Hall is rated five stars. It was opened in 2010 and is perfect for business and holiday stays. SITUATION: This establishment is in Bethnal Green, 15 minutes away from the establishment guests have the business area. It is well-connected with the West End, ROOM: Customers can find large, comfortable rooms with a bathroom, apartments with a living room-bedroom, a DVD player and a satellite TV. FACILITIES: The establishment boasts a covered pool, a cocktail bar, a restaurant, conference rooms and banquet hall.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3366.33" OriginalAmount="3333" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515716653319" Longitude="-0.17449647188187" StarRating="0" HotelCode="16992|444295" HotelName="The Pilgrm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 London Street, W2 1HH London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b0/e2b015cf5efb4f967d1f61d472e7a7832c8107a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pilgrm.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3372.39" OriginalAmount="3339" MarkupRule="1.00">
      <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="94" TotalAmount="3372.58" OriginalAmount="3339.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5018624" Longitude="-0.1167043" StarRating="3" HotelCode="|186359" HotelName="Premier Inn London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>York Road, Waterloo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/5/9/186359_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3374.41" OriginalAmount="3341" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49230931983" Longitude="-0.19531309604645" StarRating="4" HotelCode="259023|13488" HotelName="K+K Hotel George" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-15 Templeton Place, London SW5 9NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/28/0a28f5e150e351e8baa657d5f85c700f667e1ec2.jpeg</HotelPictures>
        <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="83" TotalAmount="3378.45" OriginalAmount="3345" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|651002-28574243/8581117480298971650/2281" HotelName="ROCKWELL EAST-TOWER BRIDGE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/651002/2022127101718426.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3382.49" OriginalAmount="3349" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516733147325" Longitude="-0.17063409090042" StarRating="4" HotelCode="114665|31833" HotelName="Inhabit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Southwick Street, Paddington, London W2 1JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/d3/d9d37256e0aea8389ae236821891899029a5307e.jpeg</HotelPictures>
        <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="3382.49" OriginalAmount="3349" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514214403894" Longitude="-0.18090158700943" StarRating="4" HotelCode="114260|19651" HotelName="Park Grand London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,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="94" TotalAmount="3382.93" OriginalAmount="3349.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5141497" Longitude="-0.0760184" StarRating="4" HotelCode="|212922" HotelName="Leonardo London Aldgate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Aldgate Hight Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/9/2/2/212922_76421de1454.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3386.09" OriginalAmount="3352.56" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="3390.11" OriginalAmount="3356.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512291" Longitude="-0.033519" StarRating="0" HotelCode="|444431" HotelName="Limehouse Library" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>638 Commercial Road, Tower Hamlets</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/3/1/444431_106d1cb0824.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3390.83" OriginalAmount="3357.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514941" Longitude="-0.082433" StarRating="4" HotelCode="|537282" HotelName="Great St Helen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Great St. Helens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/2/8/2/537282_c68b0560930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3391.41" OriginalAmount="3357.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49189" Longitude="-0.12129" StarRating="4" HotelCode="|444651" HotelName="Hyatt Regency London Albert Embankment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Albert Embankment</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/5/1/444651_9e2507a1534.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3392.59" OriginalAmount="3359" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518831159281" Longitude="-0.13187080621719" StarRating="4" HotelCode="34463|13501" HotelName="Myhotel Bloomsbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-13 Bayley Street, Bedford Square, London WC1B 3HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/19/04199c0ccceda7fbdd025adecef8157d3bb7ad7a.jpeg</HotelPictures>
        <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="83" TotalAmount="3397.64" OriginalAmount="3364" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|436622-28461980/8581117480298971650/680" HotelName="TONY'S HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3800000/3792400/3792393/94dcfb11_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3398.03" OriginalAmount="3364.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528822" Longitude="-0.12147" StarRating="3" HotelCode="|533204" HotelName="Argo - Kings Cross" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Argyle Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/2/0/4/533204_c701ab91103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3398.41" OriginalAmount="3364.76" MarkupRule="1.00">
      <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 18/09/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="3399.22" OriginalAmount="3365.56" MarkupRule="1.00">
      <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 18/09/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="94" TotalAmount="3402.31" OriginalAmount="3368.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507694" Longitude="0.019098" StarRating="4" HotelCode="|211215" HotelName="Good London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Western Gateway, Royal Victoria Dock.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/2/1/5/211215_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3403.86" OriginalAmount="3370.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489657288863" Longitude="-0.13725131750107" StarRating="3" HotelCode="29188|36765" HotelName="Holiday Inn Express Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 10/09/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="95" TotalAmount="3412.85" OriginalAmount="3379.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49323" Longitude="-0.182924" StarRating="4" HotelCode="12997" HotelName="Millennium Hotel And Conference Centre Gloucester London" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>4-18 Harrington Gardens,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/12997/12997/1.jpg?f=17748751</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and concierge services. Additional features at this hotel include wedding services, a fireplace in the lobby, and a banquet hall.. This establishment has received its official star rating from VisitEngland, the National Tourist Board for England.. Featured amenities include limo/town car service, express check-out, and complimentary newspapers in the lobby. Planning an event in London? This hotel has 18475 square feet (1716 square meters) of space consisting of a conference center and meeting rooms. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3416.41" OriginalAmount="3382.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521295" Longitude="-0.092014" StarRating="5" HotelCode="|74626" HotelName="The Montcalm At Brewery London City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Chiswell Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/2/6/74626_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, luxury hotel, newly built, is rated 5 stars and was opened in 2011. SITUATION: This establishment, the Barbican it is in London it is in. ROOM: The stylish rooms, have a bathroom with a shower, a luxury bathtub, internet, WiFi, a direct line telephone with an answering machine, an iPod docking station and a satellite TV with international channels. FACILITIES: There are many facilities and services available at the establishment, including a spa with beauty treatments. OTHERS: Regarding the food and beverage offering, you can enjoySt Paul's the tavern La Brasserie the restaurant The King's Head Gastro the pub tea room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3420.87" OriginalAmount="3387" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|88567-28567379/8581117480298971650/3974" HotelName="CLEVELAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1710000/1709300/1709292/3adb915a_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3424.48" OriginalAmount="3390.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5070547" Longitude="-0.0929171" StarRating="3" HotelCode="|167543" HotelName="Premier Inn London Southwark (Bankside) " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bankside, 34 Park Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/5/4/3/167543_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated next to the river the Thames, close to the theatre The Globe, el Tate Modern, el London Dungeon and el London Eye. It is a 18-minute metro ride away from the centre of Londres. 6 minutes walk away, you can find El London Bridge, the railway station and the metro station. MEALS: Clients have at their disposal a pub. Guests are offered a breakfast service, lunch service and dinner service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3428.73" OriginalAmount="3394.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4908405" Longitude="-0.13898" StarRating="3" HotelCode="|53599" HotelName="Four Points Flex by Sheraton London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELGRAVE ROAD 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/9/9/53599_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has a breakfast room and a lift. It has 50 recently renovated rooms. SITUATION: 10 minutes away from the establishment, clients can findVictoria the Station of it is well-connected with tourist points of interest. ROOM: The rooms a bathroom with a shower, They have a television, a direct line telephone, a hairdryer and a courtesy tea and coffee service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3430.39" OriginalAmount="3396.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.486842" Longitude="-0.187672" StarRating="3" HotelCode="|475592" HotelName="Cleveland Residences Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Redcliffe Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/9/2/475592_9aea3811222.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3432.71" OriginalAmount="3398.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.497757" Longitude="-0.081261" StarRating="4" HotelCode="|67138" HotelName="The Bermondsey Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BERMONDSEY SQUARE, TOWER BRIDGE ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/3/8/67138_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 2 bars and Alfie's Kitchen the restaurant Guests can also find 3 treatment cabins, a business centre, 3 meeting rooms and fully-equipped. ROOM: The establishment has 79Â designer rooms with a shower, a television, a stereo, bedding and toiletry set. You can also find a mini-bar, an iron, an ironing board with a hairdryer and a desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3432.99" OriginalAmount="3399" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1023069-28479875/8581117480298971650/2282" HotelName="CLINK 261 HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8380000/8377000/8376948/d3f5913e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3436.02" OriginalAmount="3402" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521606462475" Longitude="-0.13449276353435" StarRating="0" HotelCode="795884|406212" HotelName="hub by Premier Inn London Goodge Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="3436.02" OriginalAmount="3402" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857926|406153" HotelName="London Farringdon (Smithfield) hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/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="3440.06" OriginalAmount="3406" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49602388" Longitude="-0.01449762" StarRating="4" HotelCode="971257|478807" HotelName="The Collective Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Crossharbour Plaza, Tower Hamlets, London E14 9YF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/5f/015f34cd03eb265322096ddcb0ad7b798f40469c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3444.10" OriginalAmount="3410" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|108535-28535081/8581117480298971650/5058" HotelName="LANCASTER HALL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/54000000/53800000/53792700/53792671/68d9f7fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3447.57" OriginalAmount="3413.44" MarkupRule="1.00">
      <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="Free CXL until 16/09/2026" 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="3454.20" OriginalAmount="3420" MarkupRule="1.00">
      <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="8" TotalAmount="3456.18" OriginalAmount="3421.96" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="3469.91" OriginalAmount="3435.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5137018" Longitude="-0.1588538" StarRating="4" HotelCode="|20369" HotelName="The Cumberland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Great Cumberland Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/6/9/20369_46e23f71026.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 8 floors 1019 standard rooms, 127 single rooms, 861 double rooms, 8 family rooms, 18 junior suites and 5 suites. With regards to the food and beverage offering, the establishment has restaurants and 3 bars. The establishment boasts a business centre, a gym and a shop. SITUATION: This hotel is in London city centre, next to the Marble Arch Monument. Close to the establishment, guests have Marble Arch Underground Station. Around the establishment, clients can find shops, entertainment areas and tourist areas. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a safe, a television and internet. FACILITIES: The establishment boasts a gym (free of charge). OTHERS: Clients have at their disposal 3 restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3471.37" OriginalAmount="3437" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513794" Longitude="-0.17599100000007" StarRating="4" HotelCode="915057|57453" HotelName="Go Native Hyde Park Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>208 Sussex Gardens, Paddington, London W2 3UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e7/b7e791fc11b68ab13b9c7b59ea0f4fab20d1a13f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Go Native Hyde Park Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3475.36" OriginalAmount="3440.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49728" Longitude="-0.019037" StarRating="0" HotelCode="|461902" HotelName="Clover Court by Aeria Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Millharbour</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/9/0/2/461902_5f3d7741059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3478.44" OriginalAmount="3444" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.527791327522" Longitude="-0.12734796309278" StarRating="3" HotelCode="114280|444205" HotelName="The Mabledon Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Mabledon Place, Bloomsbury, Camden, London WC1H 9AZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/09/3509515f7d8536992851e7db3847d13fb5d66356.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is beautifully located at the heart of the historical district of Bloomsbury, in London. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3479.37" OriginalAmount="3444.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51196526717" Longitude="-0.1807791226845" StarRating="4" HotelCode="47679|230058" HotelName="Commodore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Lancaster Gate, Hyde Park, W2 3NA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/4c/094c980a93cf90ea086a25c71ab98ad1d71af103.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Commodore.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3479.45" OriginalAmount="3445" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513819673914" Longitude="-0.10120150199561" StarRating="4" HotelCode="34456|51876" HotelName="Club Quarters Hotel St. Paul's" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Ludgate Hill, London, Greater London EC4M 7DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/1a/3a1a255fe8972c33bb8de5ab69c0dd75ffa9a44b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3479.45" OriginalAmount="3445" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.455200" Longitude="-0.360700" StarRating="3" HotelCode="0|33818-18114891/8581117480298971650/17787" HotelName="CITADINES BARBICAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>22 ESCRITOR RAFAEL FERRERES, VALENCIA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/450000/447100/447036/f955dc8b_b.jpg</HotelPictures>
        <HotelDescription>This modern urban hotel enjoys a prime location at only a 10-minute drive from the centre of Valencia and within walking distance from the City of Arts and Sciences, offering an ideal base for both business and leisure travellers. The Palacio de Congresos conference centre is about 15 km from the establishment and links to the public transport network can be found just a stone's throw away. After a busy day of work or sightseeing, guests can relax in comfortable, air-conditioned rooms, while watching their favourite channel on a flat-screen TV or surfing for free on the Internet. Travellers may start their day with a refreshing dip into the sparkling seasonal swimming pool and then have a hearty breakfast at the on-site restaurant. Those travelling on business purposes can keep up with work at the hotel's business centre and relax, afterwards, at the lobby bar while enjoying a delicious glass of wine.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3485.63" OriginalAmount="3451.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522064270659" Longitude="-0.097726101852459" StarRating="3" HotelCode="37816|25858" HotelName="Citadines Barbican London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 16/09/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="27" TotalAmount="3487.53" OriginalAmount="3453" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514841874148" Longitude="-0.070705715299482" StarRating="4" HotelCode="563109|229018" HotelName="Clayton Hotel City of London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3491.57" OriginalAmount="3457" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1432682-32659839/8581117480298971650/22206" HotelName="HUB BY PREMIER INN LONDON CITY BANK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40120000/40112200/40112162/cf2381e5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3493.83" OriginalAmount="3459.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500502" Longitude="-0.09066" StarRating="0" HotelCode="|37488" HotelName="Marlin Apartments London Bridge - Empire Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Empire Square West, 34 Long Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/4/8/8/37488_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 202 apartments internet (free of charge), a lift, a welcome kit and a cleaning service. Our guests can find a lobby with WiFi and a concierge. On request, you can find a dry cleaner's, a car park and a babysitting service. Guests can enjoy coffee shops, restaurants and shops. SITUATION: Near the establishment, guests will find museums, near the establishment, you will find the Clink Prison, the London Dungeon and Tate Modern the museums of Near the establishment, guests will findShakespeare's Globe the Theatre of it is close to London the Tower of the Tower Bridge in the surrounding area, clients have it is near Borough the market Southwark the cathedral it is situated 29 kilometres away from London Heathrow Airport it is 47 kilometres away from Gatwick Airport it is 57 kilometres away from Stansted Airport. ROOM: Customers can find bright, spacious apartments, They have large windows, a bathroom with a bath, a shower, a hairdryer, a direct line telephone and a television. They also have a radio, internet, a kitchen a fridge, an oven, a microwave, a washing machine, a coffee maker, a kettle and an iron. Guests can find a king size or double bed, central heating and a living room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3494.96" OriginalAmount="3460.36" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="3499.59" OriginalAmount="3464.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501416" Longitude="-0.116358" StarRating="4" HotelCode="|37595" HotelName="Park Plaza County Hall London" Meals="ROOM ONLY" 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="83" TotalAmount="3499.65" OriginalAmount="3465" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1386584-24081573/8581117480298971650/18617" HotelName="THISTLE LONDON PARK LANE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96880000/96878400/96878355/550be238_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3500.66" OriginalAmount="3466" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|876877-18327420/8581117480298971650/19045" HotelName="YOTEL LONDON CLERKENWELL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48300000/48297000/48296903/w3840h2557x0y3-c19df5ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3502.88" OriginalAmount="3468.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52183" Longitude="-0.132131" StarRating="3" HotelCode="114661|317084" HotelName="Cavendish" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2026" 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="95" TotalAmount="3504.57" OriginalAmount="3469.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520958" Longitude="-0.0918594" StarRating="5" HotelCode="1552286" HotelName="The Montcalm At The Brewery London City" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>52 Chiswell Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0015/52286/1552286/48.jpg?f=17425774</HotelPictures>
        <HotelDescription>Facilities: 17 suites, 8 studios and 210 double rooms are available to guests. The reception desk is open round the clock. Amenities include a baggage storage service, a safe and a currency exchange service. Wireless internet access allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel offers various facilities for guests with disabilities. A lift and wheelchair-accessible facilities are available. There are also a number of shops that make for great strolling and browsing. Guests arriving by car can park their vehicles in the garage or in the car park. Further services include a car hire service, medical assistance, room service, an alarm call service and a laundry service. The business centre is on hand for guests' business requirements and provides a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3504.66" OriginalAmount="3469.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4242764" Longitude="-0.2291089" StarRating="4" HotelCode="|166877" HotelName="Du Vin Cannizaro House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Westside, Wimbledon Common</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/8/7/7/166877_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, lovely gardens and a car park (free of charge). SITUATION: This boutique hotel Wimbledon Common it is situated next to It has excellent transport links to points of interest, is situated 1,9 kilometres away from Wimbledon the underground station of about 35 minutes away (by car) from London Heathrow Airport 12,8 kilometres away, you can find Twickenham the Stadium of it is situated 9,6 kilometres away from Hampton Court the Palace of los jardines de Kew 11,2 hours away from. ROOM: All the rooms have a bathroom, WiFi (free of charge), coffee service, modern bathrooms, heated floor, a mirror and a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3510.69" OriginalAmount="3475.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502559" Longitude="-0.217325" StarRating="4" HotelCode="|17934" HotelName="Indigo London K West Shepherd's Bush by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RICHMOND WAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/3/4/17934_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays and business stays. It has a reception, a restaurant and a bar. The establishment offers internet, a conference room, lifts and a car park. SITUATION: This hotel is in London is situated in the Notting Hill district. Next to the establishment, clients can find Kensington High Street close to the establishment, guests have tourist areas. Nearby, you will find Bond Street and the West End ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV and internet. They also have a mini-bar, a central heating system, a safety deposit box and fitted carpets. FACILITIES: The establishment has a leisure centre, a jacuzzi, a sauna and a gym (available for a fee). Clients can enjoy activities such as kick-boxing and aerobics. Customers can make use of a massage service and beauty treatments (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy continental and English breakfast. Clients can also find a restaurant and the snack bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3510.76" OriginalAmount="3476" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1269663-28589106/8581117480298971650/3716" HotelName="SECOND NATURE CHISWICK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71090000/71085800/71085727/3dd5398f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3513.47" OriginalAmount="3478.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.497793746265" Longitude="-0.18355160951614" StarRating="3" HotelCode="33050|25860" HotelName="Citadines South Kensington London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/09/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="83" TotalAmount="3519.85" OriginalAmount="3485" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|520463-18204690/8581117480298971650/19789" HotelName="IBIS LONDON CANNING TOWN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19700000/19692900/19692814/b05851a9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3522.88" OriginalAmount="3488" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|4446-28509879/8581117480298971650/6224" HotelName="HEETON CONCEPT KENSINGTON LONDON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/64100/64060/5129ad0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3524.90" OriginalAmount="3490" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|51398-28464433/8581117480298971650/2678" HotelName="GUILFORD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888600/888532/baf4a86e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3525.91" OriginalAmount="3491" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491717811242" Longitude="-0.14166750062907" StarRating="3" HotelCode="114632|35756" 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="94" TotalAmount="3526.07" OriginalAmount="3491.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51169" Longitude="-0.092826" StarRating="4" HotelCode="|42259" HotelName="Marlin Apartments London City - Queen Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUEEN STREET 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/5/9/42259_c1426f10433.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, is situated in a business area, has 90 apartments, a cleaning service and 6 studios. The establishment has a lobby with a reception, express check-out and a lift. SITUATION: It is situated near the tourist attractions, this hotel is situated 27 kilometres away from London Heathrow Airport it is 49 kilometres away from Gatwick Airport It is situated 57 kilometres away fromLondres Stansted and Luton the airports of. ROOM: Guests are offered apartments with a bathroom, a shower, a bath, a hairdryer, a kitchen with fridge, a hob, a microwave, a coffee maker, a kettle, a king-size bed, a direct line telephone, a satellite television, a radio, internet, a washing machine, an iron and central heating. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3526.92" OriginalAmount="3492" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|187315-28508907/8581117480298971650/6383" HotelName="HOLIDAY INN EXPRESS LONDON - GREENWICH" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/519900/519817/8be6e82b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3527.93" OriginalAmount="3493" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|114203-18113888/8581117480298971650/18545" HotelName="MERCURE LONDON HYDE PARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/430000/426300/426227/4d54178c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3527.93" OriginalAmount="3493" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17868-18206918/8581117480298971650/18787" HotelName="HOTEL INDIGO LONDON - PADDINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1144100/1144039/9162b163_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3532.98" OriginalAmount="3498" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|363629-32806584/8581117480298971650/19222" HotelName="ASTORS BELGRAVIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11900000/11899800/11899781/21ed6f9d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3534.52" OriginalAmount="3499.52" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="3542.13" OriginalAmount="3507.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5318977" Longitude="-0.1223248" StarRating="3" HotelCode="|167541" HotelName="Premier Inn London King's Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 - 30 York Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/5/4/1/167541_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel is next to the Railway Station of London King's Cross and the metro station King's Cross St Pancras. 30 minutes walk away, guests can find Regent's Park, 25 minutes away by metro, guests can find Westminster Abbey, ROOM: It has bright, modern rooms with TV, a kettle, a coffee maker and WiFi (free of charge). They also have an air-conditioning system, a writing desk, a bathroom with a hairdryer and toiletries.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3544.29" OriginalAmount="3509.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50831085" Longitude="0.04103809" StarRating="3" HotelCode="556570|559823" HotelName="Hampton by Hilton London Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/09/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="3545.10" OriginalAmount="3510" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499331" Longitude="-0.197436" StarRating="3" HotelCode="168421|31830" HotelName="Seraphine Kensington Olympia 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,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="27" TotalAmount="3546.11" OriginalAmount="3511" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503485483366" Longitude="-0.091296390164644" StarRating="3" HotelCode="946165|227182" HotelName="Premier Inn London Southwark (Borough High St)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="3548.13" OriginalAmount="3513" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.42377932118" Longitude="-0.27213706182829" StarRating="4" HotelCode="160237|86779" HotelName="Warren House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="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="94" TotalAmount="3549.20" OriginalAmount="3514.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501229" Longitude="-0.023415" StarRating="4" HotelCode="|213303" HotelName="NOVOTEL CANARY WHARF" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Marsh Wall, Tower Hamlets</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/3/0/3/213303_a491d740956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3550.02" OriginalAmount="3514.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5080757" Longitude="0.022005" StarRating="4" HotelCode="|18035" HotelName="Crowne Plaza London - Docklands, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WESTERN GATEWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/5/18035_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 210 rooms and 5 floors. In the entrance, you can find a lobby, a sitting area and lifts. Guests have access to a lovely coffee shop, a bar, a restaurant and a car park. SITUATION: This wonderful hotel is in London the docks area close to the establishment, clients can find Canary Wharf the financial district of it is located close to London the city centre of a few minutes walk away, there is a public transport stop. ROOM: They have disabled facilities, a bathroom with a hairdryer, a direct line telephone, a radio, a satellite or cable television, an air-conditioning system and notebook connection. Guests are offered suites, They have views of the dock, views of Millennium the cathedral andthe River Thames and Tower Bridge views of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3550.15" OriginalAmount="3515" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495079759198" Longitude="-0.18420875072479" StarRating="3" HotelCode="87667|16339" HotelName="ibis Styles London Gloucester Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Cromwell Road, London SW7 4ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/ca/2fca71473c3b07c128416763df4f9159444986df.jpeg</HotelPictures>
        <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="83" TotalAmount="3555.20" OriginalAmount="3520" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|77140-18983758/8581117480298971650/12596" HotelName="HOLIDAY INN EXPRESS LONDON VICTORIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/79000/78964/ba1540e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="3556.49" OriginalAmount="3521.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501331" Longitude="-0.115941" StarRating="4" HotelCode="70877|1127202" HotelName="Park Plaza County Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Addington St, London SE1 7RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/6f/316f0f5cddaa2ee20793b1c4becd26ade67d1ca4.jpeg</HotelPictures>
        <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="3556.65" OriginalAmount="3521.44" MarkupRule="1.00">
      <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 16/09/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="27" TotalAmount="3562.27" OriginalAmount="3527" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52022124" Longitude="-0.11705855" StarRating="3" HotelCode="464472|93666" HotelName="Premier Inn London Holborn" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="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="94" TotalAmount="3564.42" OriginalAmount="3529.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4939003" Longitude="-0.1826" StarRating="4" HotelCode="|17960" HotelName="The Bailey’s Hotel London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GLOUCESTER ROAD 140</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/0/17960_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building is Victorian style, In the establishment entrance, guests will find a reception, a cloakroom and a lift. Guests have access to a bar, a pub, a set-menu restaurant, with air-conditioning with a non-smoking area. The establishment has various facilities, such as conference rooms, internet, room service and a laundry service. SITUATION: This smart hotel is in Kensington the heart of it is well-connected with the metro station, bus, in the surrounding area of the establishment, guests can find shops, leisure areas. ROOM: Clients are offered 212 comfortable rooms, fully-equipped, elegant bathrooms, a shower with a hairdryer, a direct line telephone, a satellite television, internet, a mini-bar, a safe, a central heating system and fitted carpets. FACILITIES: Clients can use a gym. MEALS: Guests are offered all meals in a buffet format and dietary restrictions can be accommodated. PAYMENT METHODS: Customers can pay using American Express, Mastercard, Eurocard, Visa and Diners Club. OBSERVATIONS: Clients have a car park (for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3566.31" OriginalAmount="3531" MarkupRule="1.00">
      <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="27" TotalAmount="3580.45" OriginalAmount="3545" MarkupRule="1.00">
      <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="83" TotalAmount="3581.46" OriginalAmount="3546" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613427-23332246/8581117480298971650/20956" HotelName="HUB BY PREMIER INN LONDON WESTMINSTER ABBEY HOTEL HUB" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40120000/40112200/40112140/a1179e2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3585.50" OriginalAmount="3550" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|650820-28574236/8581117480298971650/6059" HotelName="IMPERIAL COURT SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15790000/15789900/15789829/d72d8d4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3585.99" OriginalAmount="3550.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5226297" Longitude="-0.1038015" StarRating="4" HotelCode="|167835" HotelName="Marrable's Farringdon  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86-88 Clerkenwell Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/8/3/5/167835_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Clerkenwell ROOM: The establishment has 59 rooms with an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3586.51" OriginalAmount="3551" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507818791377" Longitude="0.019602146700297" StarRating="4" HotelCode="503963|200226" HotelName="Good Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Western Gateway, Royal Victoria Dock, London E16 1FA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/b3/37b3adc05b6b17c307d0494e1d70eccaed0fc554.JPEG</HotelPictures>
        <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="3586.51" OriginalAmount="3551" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507107322185" Longitude="-0.09287241104505" StarRating="3" HotelCode="152863|93589" HotelName="Premier Inn London Southwark Bankside Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="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="8" TotalAmount="3586.87" OriginalAmount="3551.36" MarkupRule="1.00">
      <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 16/09/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="27" TotalAmount="3589.54" OriginalAmount="3554" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514676" Longitude="-0.157929" StarRating="4" HotelCode="94559|230856" HotelName="Leonard" 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>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="3598.63" OriginalAmount="3563" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50290595" Longitude="-0.10629025" StarRating="2" HotelCode="986335|506594" HotelName="Premier Inn London Southwark Station Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/2026">
        <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="3598.63" OriginalAmount="3563" MarkupRule="1.00">
      <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="94" TotalAmount="3602.02" OriginalAmount="3566.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505604" Longitude="-0.095361" StarRating="4" HotelCode="|25253" HotelName="Novotel London Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOUTHWARK BRIDGE ROAD 53-61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/5/3/25253_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2003, has 168 double rooms, 4 suites and 6 floors. The establishment offers guests a hall with elevators, a reception and a bar. The establishment boasts internet at an extra charge, a restaurant with air-conditioning, an indoor car park and a playground. SITUATION: This hotel is situated next to the Thames River. It is located close to London city centre where you can find shops and leisure areas. 2 minutes away from the establishment you have London Bridge Underground Station. ROOM: It has cosy rooms with air-conditioning, a hairdryer, a mini-bar, a safe (available for a fee), a direct line telephone, a radio, satellite or cable TV and internet. FACILITIES: There are many facilities and services available at the establishment, including a sauna, a steam bath and a gym. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3607.72" OriginalAmount="3572" MarkupRule="1.00">
      <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="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="27" TotalAmount="3614.79" OriginalAmount="3579" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513492" Longitude="-0.183276" StarRating="4" HotelCode="318223|2132" HotelName="The Caesar Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-33 Queen's Gardens, Hyde Park, London W2 3BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/94/df945e43c331ba4067e20b98851ad43138cb90ed.jpeg</HotelPictures>
        <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="94" TotalAmount="3615.17" OriginalAmount="3579.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53087" Longitude="-0.12483" StarRating="5" HotelCode="|183837" HotelName="Kaya Great Northern Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kings Cross St Pancras Station</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/3/7/183837_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3615.73" OriginalAmount="3579.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4939995" Longitude="-0.1918" StarRating="4" HotelCode="|22833" HotelName="Park Grand London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33-37 HOGRATH ROAD, KENSINGTON, LONDON SW5 0QQ, ENGLAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/3/3/22833_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: this building and was built in 1900. It has 86 rooms, 3 single rooms, 75 double rooms and 8 suites. In the establishment entrance, guests will find a lobby with a reception, a lift and a safety deposit box service. Guests have access to an Ã  la carte restaurant and a conference room. There are many services available at the establishment, including internet, a laundry service and a car park. SITUATION: It is on a peaceful street, is in London the tourist centre of Where you can find tourist points of interest, 100 metres away, there is the metro station. ROOM: Standard rooms with a hairdryer, They have a direct line telephone, satellite and cable television, internet, fitted carpets and a central heating system. OTHERS: Regarding the food and beverage offering, you can enjoy all meals in a buffet form.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3615.80" OriginalAmount="3580" MarkupRule="1.00">
      <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="83" TotalAmount="3617.82" OriginalAmount="3582" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4522-25057648/8581117480298971650/668" HotelName="MILLENNIUM GLOUCESTER KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523300/523228/be261c91_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3618.83" OriginalAmount="3583" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4587-18113912/8581117480298971650/17676" HotelName="THE TOWER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2500/2479/4e024c71_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3622.26" OriginalAmount="3586.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.5635903" Longitude="-3.5249115" StarRating="4" HotelCode="176490" HotelName="The Wellington Hotel By Blue Orchid" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>71 Vincent Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/76490/176490/51.jpg?f=17743156</HotelPictures>
        <HotelDescription>The Wellington is a luxury 4 star hotel near Victoria Station, London. Nestled in a tranquil Westminster enclave on leafy Vincent Square, The Wellington hotel combines traditional elegance with contemporary style and modern decor. Overlooking its own private gardens and terraces,a classically elegant style, The Wellington hotel features 160 beautifully appointed bedrooms and spacious, deluxe apartments complete with self-catering facilities. Guests can enjoy fully air conditioned rooms with wireless and fixed high speed internet, LCD flat screen televisions, a fully equipped gym and 24-hour room service. The Wellington provides wheelchair access. Explore the hotel’s own private gardens, Italian inspired restaurant and in-house bar, together with meeting and events spaces away from the hustle and bustle of the capital and enjoy discreet, personal and attentive service at The Wellington hotel - an oasis of calm in the heart of central London. Safety and impeccable cleaning standards are always among our top priorities.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3622.87" OriginalAmount="3587" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517245" Longitude="-0.122045" StarRating="4" HotelCode="935442|458065" HotelName="The Hoxton Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="94" TotalAmount="3624.87" OriginalAmount="3588.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.540234" Longitude="-0.145709" StarRating="4" HotelCode="|28027" HotelName="Holiday Inn London Camden Lock, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 JAMESTOWN ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/2/7/28027_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning 130 rooms and 5 floors. The establishment has conference facilities, a bar, Terranea the restaurant internet in the rooms. SITUATION: This urban hotel is situated in Camden the city centre of Lock Canal with views of it is in an excellent location, nearby, you will find Camden Town, Euston and King's Cross the metro stations of. ROOM: They have an air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, Diners Club and JCB. OTHERS: Guests have access to a snack bar and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3631.39" OriginalAmount="3595.44" MarkupRule="1.00">
      <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 17/09/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="83" TotalAmount="3632.97" OriginalAmount="3597" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|272513-18123132/8581117480298971650/21484" HotelName="MARLIN APARTMENTS - EMPIRE SQUARE LONDON BRIDGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11290000/11281900/11281808/f67525f7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3637.37" OriginalAmount="3601.36" MarkupRule="1.00">
      <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 16/09/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="27" TotalAmount="3638.02" OriginalAmount="3602" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509642" Longitude="-0.083524" StarRating="3" HotelCode="262250|93564" HotelName="Premier Inn London Bank (Tower) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="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="95" TotalAmount="3641.93" OriginalAmount="3605.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506435" Longitude="-0.073804" StarRating="4" HotelCode="13113" HotelName="The Tower Hotel, By Thistle" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>St Katharine's Way,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13113/13113/1.jpg?f=17753586</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a fitness center or take in the view from a terrace. Additional features at this hotel include complimentary wireless internet access, concierge services, and a ballroom.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. This hotel has 18 meeting rooms available for events. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3642.24" OriginalAmount="3606.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.535845" Longitude="-0.190011" StarRating="4" HotelCode="|39517" HotelName="London Marriott  Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLAZA PARADE, MAIDA VALE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/5/1/7/39517_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, inviting hotel, is in a peaceful area and it is well-connected to the city centre. Guests can find a health centre, a gym with air-conditioning, a weights room, a heated swimming pool, a steam bath and a sauna. ROOM: Customers have large rooms, with a bathroom and a desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3651.15" OriginalAmount="3615" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499625825179" Longitude="-0.13154207546313" StarRating="3" HotelCode="795969|406165" HotelName="hub by Premier Inn London Westminster Abbey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="94" TotalAmount="3652.96" OriginalAmount="3616.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509964" Longitude="-0.131149" StarRating="4" HotelCode="|17998" HotelName="Thistle London Trafalgar Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Whitcomb Street Trafalgar Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/9/8/17998_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 3 floors, 116 rooms, 104 double rooms and 12Â junior suites. In the entrance, guests are offered a hall with an elevator, a reception with safety deposit boxes and a currency exchange service. Regarding the food and beverage offering, the establishment has a bar and an Ã  la carte restaurant with air-conditioning, The establishment offers guests internet, room service and a laundry service. SITUATION: This attractive hotel is in the city centre, is on a peaceful street, Close to, Trafalgar Square and Leicester Square it is located between nearby, you will find shops, leisure areas, is situated in front of a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a mini-bar, fitted carpets, central heating and a safe (available for a fee). OTHERS: Regarding the food and beverage offering, clients have a breakfast service, a buffet breakfast, an Ã  la carte dinner, a set-menu or Ã  la carte lunch, dietary restrictions can be accomodated for and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3657.27" OriginalAmount="3621.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50068" Longitude="-0.11652" StarRating="4" HotelCode="|68156" HotelName="Park Plaza Westminster Bridge London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Westminster Bridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/1/5/6/68156_16167490958.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was opened in 2010, it offers 1.021 contemporary style rooms, meeting areas, a dance hall and room service. ROOM: Clients are offered 422 superior rooms, 545 studios, 54 suites and penthouses. All the accommodation options have a flat-screen television, a work desk and a coffee maker. RESTAURANT: Clients can enjoy a restaurant, a sushi bar, a lounge bar with a wine list and cocktails. Clients also have at their disposal a coffee shop. SITUATION: This establishment, South Bank it is close to In front of, and, 5 minutes walk away, you can find Westminster the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3658.13" OriginalAmount="3621.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50985" Longitude="-0.12221" StarRating="0" HotelCode="|445147" HotelName="Wilde Aparthotels by Staycity Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Adam Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/4/7/445147_be0f67c1342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3659.18" OriginalAmount="3622.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494901" Longitude="-0.1954383" StarRating="4" HotelCode="|32078" HotelName="Ember Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cromwell Road 202-220</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/7/8/32078_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 121 rooms, 8 suites and 9 floors. In the establishment entrance, guests will find a hall with a reception, a safety deposit box service and 2 lifts. Some of the facilities that the establishment offers to guests include a bar, a restaurant, conference facilities and a car park (for a fee). There are many services available at the establishment, including room service and a laundry service. SITUATION: This establishment is near Earls Court Station. It has excellent transport links to London Heathrow and Gatwick airports. In the surrounding area you can also find Knightsbridge, Sloane Square, King's Road and Kensington High Street. ROOM: It has contemporary style rooms. Guests also have at their disposal suites with a living room and bedrooms. It also offers 1 executive suites. You are offered non-smoking rooms and disabled access rooms. All the accommodation options have internet, a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a coffee maker, a kettle, an iron, a double bed, a safe, an air-conditioning system and individual heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3661.78" OriginalAmount="3625.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5094986" Longitude="-0.0766" StarRating="4" HotelCode="|25258" HotelName="Novotel London Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PEPYS STREET, TOWER HILL 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/5/8/25258_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2000. It has 7 floors, 174 double rooms, 25 single rooms and 7 suites. It has a lobby, a reception, lifts and a currency exchange service. The establishment boasts a bar and an air-conditioned restaurant with highchairs. The establishment offers guests internet at an extra charge, a conference room, a playground, room service and a laundry service. SITUATION: This hotel is close to London city centre where you can find shops and leisure areas. In the surrounding area, clients have the business area and tourist points of interest. It is 1 kilometre from the restaurants, bars and shops. 200 metres away, guests can find Tower Hill Underground Station. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, satellite or cable TV, a radio, internet and a safe (available for a fee). FACILITIES: The establishment boasts a sauna and a steam bath. Clients can use a gym. OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3664.28" OriginalAmount="3628" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4521-25057644/8581117480298971650/373" HotelName="MILLENNIUM KNIGHTSBRIDGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5900/5813/fdf5de48_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3666.30" OriginalAmount="3630" MarkupRule="1.00">
      <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="3667.31" OriginalAmount="3631" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512506" Longitude="-0.186734" StarRating="4" HotelCode="13656|8902" HotelName="La Suite West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/09/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="83" TotalAmount="3670.34" OriginalAmount="3634" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.055915" Longitude="98.917721" StarRating="4" HotelCode="0|4424-28579523/8581117480298971650/5757" HotelName="STAMFORD BRIDGE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>16 Chamai Anusorn Rd. Krabi 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65900/65802/4f0b23e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3678.42" OriginalAmount="3642" MarkupRule="1.00">
      <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="83" TotalAmount="3680.44" OriginalAmount="3644" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|650801-28516784/8581117480298971650/5792" HotelName="THE BEVERLEY HOTEL LONDON - VICTORIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16320000/16312700/16312682/4be5dbba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3684.48" OriginalAmount="3648" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507849324229" Longitude="0.023040175437927" StarRating="4" HotelCode="37279|32867" HotelName="Novotel London Excel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/09/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="94" TotalAmount="3684.97" OriginalAmount="3648.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51707" Longitude="-0.07717" StarRating="0" HotelCode="|237892" HotelName="Wilde Aparthotels London Liverpool Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Middlesex Street Aldgate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/8/9/2/237892_019cb7d1721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3685.48" OriginalAmount="3648.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51037" Longitude="-0.075167" StarRating="5" HotelCode="3844353" HotelName="Tower Suites By Blue Orchid" Meals="SUPERIOR STUDIO" BedType="SUPERIOR STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>100 Minories,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/44353/3844353/3.jpg?f=17719365</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. This hotel also features complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Planning an event in London? This hotel has 9991 square feet (928 square meters) of space consisting of conference space and meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3690.54" OriginalAmount="3654" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|114146-28508876/8581117480298971650/3838" HotelName="BERJAYA EDEN PARK LONDON HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/490000/484300/484259/809c9cc6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3691.55" OriginalAmount="3655" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|268626-18113802/8581117480298971650/19472" HotelName="THE BAILEY'S" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523300/523223/81414717_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3692.44" OriginalAmount="3655.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.475649" Longitude="-0.182094" StarRating="5" HotelCode="|17980" HotelName="The Chelsea Harbour and Spa" Meals="ROOM ONLY" 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="8" TotalAmount="3696.44" OriginalAmount="3659.84" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="3696.60" OriginalAmount="3660" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25253-18149215/8581117480298971650/20401" HotelName="CROWNE PLAZA LONDON - DOCKLANDS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/919900/919845/f86c0549_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3697.61" OriginalAmount="3661" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|208909-18153868/8581117480298971650/20228" HotelName="CALIFORNIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/901000/900985/b3f0af2a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3698.62" OriginalAmount="3662" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514658943243" Longitude="-0.10890111488993" StarRating="4" HotelCode="400832|200049" HotelName="City2Stay Serviced Apartments Red Lion Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Red Lion Court, Holborn, London EC4A 3EF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cb/4dcb05ecc0882c624da8c2ac616032b9e3146d52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is City2Stay Serviced Apartments Re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3702.66" OriginalAmount="3666" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4592-18155058/8581117480298971650/21036" HotelName="LONDON BLOOMSBURY SQUARE HOTEL BY IHG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527800/527793/81c6c76e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3704.68" OriginalAmount="3668" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522590525" Longitude="-0.118826925" StarRating="4" HotelCode="902144|62712" HotelName="SACO London - Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spens House, 72 - 84 Lamb's Conduit Street, London WC1N 3LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/b6/71b65904ddf56066f0148e57a09c36293bbb3a62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3708.07" OriginalAmount="3671.36" MarkupRule="1.00">
      <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 27/08/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="94" TotalAmount="3708.70" OriginalAmount="3671.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4510784" Longitude="-0.3325782" StarRating="4" HotelCode="|67161" HotelName=" Radisson RED London Twickenham" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WHITTON ROAD 198</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/6/1/67161_6fcfa1d1055.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, business hotel, was built in 2009 and has 156 rooms, The establishment has a restaurant and a bar. Our guests can find air-conditioning, conference facilities, a hall with a reception, a reception, a safety deposit box service and a lift. The establishment also offers a cafÃ©, room service and a car park. At an extra cost you can use internet and a laundry service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3709.46" OriginalAmount="3672.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51477" Longitude="-0.10921" StarRating="4" HotelCode="|191813" HotelName="Crane Court By City2stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Crane Court</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/8/1/3/191813_9d520ba0817.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3709.73" OriginalAmount="3673" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|193521-28514649/8581117480298971650/805" HotelName="MABLEDON COURT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121420000/121419300/121419207/ca9cabaf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3712.56" OriginalAmount="3675.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5266729" Longitude="-0.1296728" StarRating="4" HotelCode="|53584" HotelName="The Memoir Club  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Upper Woburn Place,12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/8/4/53584_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ambassadors Bloomsbury is rated four stars and was built in 1920. The establishment boasts a restaurant, lifts, a concierge, a safety deposit box service, room service and business facilities. SITUATION: It is situated in the city centre of London. ROOM: The establishment has 100 rooms. They are equipped with a hairdryer, an air-conditioning system, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3712.76" OriginalAmount="3676" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|60894-27401923/8581117480298971650/22242" HotelName="HOTEL DU VIN CANNIZARO HOUSE WIMBLEDON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7400/7378/b4cf2468_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3712.85" OriginalAmount="3676.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492101" Longitude="0.008184" StarRating="4" HotelCode="|394315" HotelName="Radisson Red London Greenwich The O2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>228 Tunnel Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/3/1/5/394315_8572b6b1221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3715.79" OriginalAmount="3679" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|874446-28542285/8581117480298971650/1121" HotelName="CLOVER COURT BY Q APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28930000/28923500/28923476/2c734509_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3717.81" OriginalAmount="3681.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514109" Longitude="-0.070819" StarRating="4" HotelCode="|444836" HotelName="Leman Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Leman Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/3/6/444836_3f8ab9b1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3717.97" OriginalAmount="3681.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481102" Longitude="-0.438241" StarRating="4" HotelCode="28973|13904" HotelName="London Heathrow Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/09/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>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="83" TotalAmount="3718.82" OriginalAmount="3682" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|864193-28583501/8581117480298971650/3515" HotelName="NOX HOTELS - WATERLOO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/864193/202073010247194.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3721.85" OriginalAmount="3685" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|430262-18190941/8581117480298971650/19966" HotelName="NOVOTEL LONDON CANARY WHARF" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16190000/16181400/16181347/12d02baf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3725.40" OriginalAmount="3688.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493482" Longitude="-0.205764" StarRating="3" HotelCode="|40282" HotelName="Four Points Flex by Sheraton London Kensington Olympia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Matherson Road 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/8/2/40282_38cca271120.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a lift and internet (for a fee). SITUATION: This urban hotel is near Kensington, is situated in the centre of London, close to Harrods. Near the establishment, you will find the Olimpia and Earls Court exhibition centre. It is situated close to restaurants, bars, pubs, nightlife and public transport services. The establishment is 17 kilometres away from London Heathrow Airport. It is just 48 kilometres away from Gatwick Airport, 70 kilometres away from Airport Stansted and 74 kilometres away from Airport Luton. ROOM: The modern and elegant rooms have a bathroom, a toiletry kit (free of charge), a hairdryer, a television, an iron and a central heating system. OBSERVATIONS: Customers have wifi and offers hot drinks. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3726.13" OriginalAmount="3689.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5094645" Longitude="-0.0833718" StarRating="3" HotelCode="|386052" HotelName="Premier Inn London Bank - Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 St Mary At Hill, City Of London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/0/5/2/386052_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3729.75" OriginalAmount="3692.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501339" Longitude="-0.111975" StarRating="3" HotelCode="|445267" HotelName="Ruby Lucy Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Lower Marsh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/6/7/445267_f49c34f0832.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3731.95" OriginalAmount="3695" MarkupRule="1.00">
      <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="94" TotalAmount="3732.18" OriginalAmount="3695.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508211" Longitude="0.047294" StarRating="3" HotelCode="|169893" HotelName="Holiday Inn Express Londres - ExCeL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1018 Dockside Road London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/9/3/169893_cdd964f0925.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a stylish hall and a living room. SITUATION: This establishment, is in los Docklands the heart of Londres is situated in It has excellent transport links to the shopping area, the nightlife and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3733.97" OriginalAmount="3697" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.096084" Longitude="-115.173015" StarRating="4" HotelCode="0|4525-21406784/8581117480298971650/9696" HotelName="DOUBLETREE BY HILTON LONDON MARBLE ARCH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 3900 Las Vegas Blvd South, LAS VEGAS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/461600/461507/d986be13_b.jpg</HotelPictures>
        <HotelDescription>This hotel and casino complex situated between Mandalay Bay and Excalibur. McCarran International Airport is less than 3 kilometres away. Known for its iconic pyramid shape, the hotel is located on the Las Vegas Strip and offers live entertainment and a casino. There's also a full-service spa and 4 large seasonal pools. The hotel has several restaurants to choose from with a variety of food types. Rooms are renovated and include multiple power and recharging outlets, bathroom with tub and shower, and a multi-function item that serves as a wardrobe, closet, desk, and media center, plus a variety of appliances and comfortable beds that ensure guests' rest .&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3735.99" OriginalAmount="3699" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185873-18114937/8581117480298971650/21366" HotelName="MERCURE LONDON BANKSIDE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/490000/483200/483179/dde9ceed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3742.74" OriginalAmount="3705.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506524" Longitude="-0.005032" StarRating="4" HotelCode="|38867" HotelName="Radisson Blu Hotel, London Canary Wharf East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FAIRMONT AVENUE 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/6/7/38867_1b802f01015.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary style hotel, was built in 2007, has 169 standard rooms, a business centre, conference facilities, WiFi (free of charge), the East River Spa, Azura Restaurant, a cocktail bar, a private terrace with beautiful views. The establishment also has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. At an additional cost you can enjoy room service and a laundry service. SITUATION: This establishment is in the business area. It is situated near Canary Wharf, Central London and the City nearby, you will find the ExCeL exhibition centre. It is situated close to O2 Stadium. Near the establishment, guests will find London City Airport is 34 kilometres from London Heathrow Airport. ROOM: The spacious rooms have a work space, a television, pay channels, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a radio, internet, a mini-bar, a coffee maker, a kettle, an iron, a safety deposit box, a double bed, an individual air-conditioning system and individual heating. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard, Switch and Visa. OTHERS: Guests have access to Azura Restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3745.08" OriginalAmount="3708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|875411-28555472/8581117480298971650/435" HotelName="VILENZA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29780000/29774400/29774370/0a3bae67_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3753.16" OriginalAmount="3716" MarkupRule="1.00">
      <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="3756.19" OriginalAmount="3719" MarkupRule="1.00">
      <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="3756.19" OriginalAmount="3719" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.424278093582" Longitude="-0.22931191958708" StarRating="4" HotelCode="77873|444183" HotelName="Hotel Du Vin Wimbledon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>West Side Common, Cannizaro House, London SW19 4UE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/1f/f41f15cc4078486abd29fcf6deb868c0ab3b23e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3758.33" OriginalAmount="3721.12" MarkupRule="1.00">
      <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 16/09/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="83" TotalAmount="3759.22" OriginalAmount="3722" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|391223-28539030/8581117480298971650/3338" HotelName="ATHENA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/901000/900931/63d4b7f7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3762.25" OriginalAmount="3725" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1270756-28555495/8581117480298971650/3741" HotelName="APTEL EAST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57930000/57927300/57927215/w4200h2799x0y4-7199b7f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3767.30" OriginalAmount="3730" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|163498-18229823/8581117480298971650/18513" HotelName="WELLINGTON BY BLUE ORCHID" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1440000/1437000/1436969/60a2398b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3778.41" OriginalAmount="3741" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.9205697" Longitude="-84.0871024" StarRating="3" HotelCode="0|257029-21407276/8581117480298971650/8878" HotelName="HAMPTON BY HILTON LONDON WATERLOO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>9128 Executive Park Dr., Knoxville, TN, 37923, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7120000/7110800/7110782/5e79bbff_b.jpg</HotelPictures>
        <HotelDescription>Welcome to the Hampton Inn Knoxville West at Cedar Bluff! Our hotel is conveniently located in West Knoxville, Tennessee on interstates I-40 and I-75. Knoxville is situated in the rolling foothills of the Smoky Mountains of East Tennessee.  In this area you will find miles of lakes and rivers, four distinct seasons, culture &amp;amp; history, limitless outdoor recreation, and three national parks.   At Hampton Inn Knoxville West hotel our courteous staff believes in the utmost hospitality, providing our hotel guests with the friendliest service and cleanest rooms available.    Our Knoxville hotel features 175 guest rooms and suites, meeting facilities, outdoor pool, onsite fitness facility, executive center, game room, valet dry cleaning service, and room service from area restaurants.  Enjoy the New Hampton Inn bed experience with our Cloud Nine Bedding. You take pleasure in this and more all backed by our 100 % Satisfaction Guarantee!   Enjoy our complimentary ''On the House'' hot breakfast served daily from 6:00am - 10:00am.    Hotel amenities include high speed internet access, in-room coffee makers, newspaper, irons and ironing boards, free local calls, voice mail, data port, and TV with cable. We also offer connecting rooms roll-a-way beds and cribs.    ''Friendly service, clean rooms, comfortable surroundings, every time. If you're not satisfied we don't expect you to pay. That's our commitment and your guarantee. That's 100% Hampton. ''&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3779.00" OriginalAmount="3741.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5058435" Longitude="-0.095315" StarRating="3" HotelCode="|167152" HotelName="Ibis Styles London Southwark – Near Borough Market" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47 Southwark Bridge Road, London Bridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/1/5/2/167152_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge) and a bar a restaurant. SITUATION: This hotel South Bank it is in the Thames it is 200 metres away from Tate Modern the art gallery Close to, is situated 1,6 kilometres away from El London Eye and la Torre de Londres the bridge, 800 metres away, guests will find London Bridge the underground station of It has excellent transport links to the city. ROOM: The establishment has rooms with air-conditioned, a bathroom, a safety deposit box, electric shutters and a satellite television. It also has large suites with a living room and a fully-equipped kitchen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3779.42" OriginalAmount="3742" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500919" Longitude="-0.0906" StarRating="4" HotelCode="73799|39329" HotelName="Marlin Apartments Empire Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Long Lane, London, SE1 4NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/52/b35202af8aa7dc100cacf86a80213fbc26799f82.JPEG</HotelPictures>
        <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="3780.15" OriginalAmount="3742.72" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="3783.24" OriginalAmount="3745.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5149076" Longitude="-0.108687" StarRating="0" HotelCode="|191737" HotelName="Red Lion Court By City2stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Red Lion Court</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/7/3/7/191737_64171091448.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3784.47" OriginalAmount="3747" MarkupRule="1.00">
      <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="95" TotalAmount="3785.90" OriginalAmount="3748.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513645" Longitude="-0.1895" StarRating="3" HotelCode="13070" HotelName="Phoenix Hotel" Meals="EXECUTIVE ROOM" BedType="EXECUTIVE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1-8 Kensington Gardens Square,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13070/13070/1.jpg?f=17694628</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include a computer station, complimentary newspapers in the lobby, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3791.54" OriginalAmount="3754" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|4419-28508894/8581117480298971650/585" HotelName="BYRON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18100/18040/d50460bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3796.31" OriginalAmount="3758.72" MarkupRule="1.00">
      <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="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="94" TotalAmount="3796.52" OriginalAmount="3758.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5155454" Longitude="-0.1758882" StarRating="4" HotelCode="|20024" HotelName="Hilton London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 Praed Street, Paddington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/2/4/20024_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1854 364 rooms and 6 floors. It has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. Our guests can find a hairdresser's, a bar, an Ã  la carte restaurant with air-conditioning and a conference room. The establishment offers guests internet, room service and a laundry service. SITUATION: This establishment, is in the city centre, direct access to London Heathrow Airport Hyde Park 500 metres away, guests can find Oxford Street it is 1 kilometre away from it is situated 1,5 kilometres away from shops, bars and restaurants. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a coffee maker, a kettle, an ironing set, central heating, a safe, an air-conditioning system and fitted carpets. FACILITIES: Clients can use a sauna and a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy buffet breakfast and lunch and an Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3801.96" OriginalAmount="3764.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51406363" Longitude="-0.13199634" StarRating="3" HotelCode="943331|627834" HotelName="Mimi’s Hotel Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3807.00" OriginalAmount="3769.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521942" Longitude="-0.124252" StarRating="3" HotelCode="|18033" HotelName="Imperial" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61-66 RUSSELL SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/3/18033_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the centre of Bloomsbury. In the surrounding area, you can find tourist areas and cultural spots. You will be able to visit the British Museum, Covent Garden and the West End. Just a few minutes walk away, you will find the Euston and St Pancras metro stations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3815.78" OriginalAmount="3778" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|20347-24442008/8581117480298971650/8319" HotelName="HAMPTON BY HILTON LONDON CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/201200/201127/5638d32d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3817.64" OriginalAmount="3779.84" MarkupRule="1.00">
      <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 12/09/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="94" TotalAmount="3818.52" OriginalAmount="3780.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526595" Longitude="-0.11391" StarRating="4" HotelCode="|20365" HotelName="CROWNE PLAZA - LONDON KINGS CROSS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KINGS CROSS ROAD 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/6/5/20365_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1992, renovated in 2002, has 8 floors, 405 rooms and facilities for people with disabilities. In the entrance, you can find a lobby with elevators, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a kiosk, shops, a hairdresser's, a bar, a restaurant with air-conditioning, with highchairs, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. At an extra cost you can use the car park. SITUATION: This charming, urban hotel is near the city centre, close to the establishment, clients can find public transport services, restaurants, bars and shops. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a kettle, a coffee maker, a safety deposit box (available for a fee), a double bed, individual heating, individual air-conditioning and central heating. FACILITIES: Guests can enjoy a covered swimming pool and a jacuzzi. By paying an additional cost, you can use a sauna and a gym. OTHERS: Regarding the food and beverage provision, the establishment offers a continental or buffet breakfast and an Ã  la carte or set-menu lunch and dinner. dietary restrictions can be accomodated for. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3818.81" OriginalAmount="3781" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|210721-28569680/8581117480298971650/5830" HotelName="SYDNEY HOUSE CHELSEA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20200/20124/2c0ad3b5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3819.82" OriginalAmount="3782" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522636" Longitude="-0.103728" StarRating="4" HotelCode="82455|318042" HotelName="The Zetter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>St John's Square 86-88, Clerkenwell Road, London EC1M 5RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/55/6d55ae50b84fad846f4dce0d5f2e8daf652a198e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3819.82" OriginalAmount="3782" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4430-32388157/8581117480298971650/18981" HotelName="CHELSEA HARBOUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/16500/16413/a55eec4e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3820.70" OriginalAmount="3782.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5111118" Longitude="-0.129839" StarRating="4" HotelCode="|217569" HotelName="Victory House London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Leicester Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/5/6/9/217569_79a85341157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3823.78" OriginalAmount="3785.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52087" Longitude="-0.09091" StarRating="5" HotelCode="|183880" HotelName="Montcalm Brewery Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42-46 Chiswell Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/8/0/183880_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3829.92" OriginalAmount="3792" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4572-18113916/8581117480298971650/18061" HotelName="THE MARBLE ARCH HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/8800/8704/90d4972b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3832.95" OriginalAmount="3795" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|498047-32593184/8581117480298971650/4754" HotelName="THE Z HOTEL CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103090000/103089600/103089591/fbe68c96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3835.98" OriginalAmount="3798" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518697" Longitude="-0.153904" StarRating="4" HotelCode="166881|175230" HotelName="10 Manchester Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Manchester Street, Marylebone, W1U 4DG London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/38/263836c5d7dd9ab20cb36d17e9dd170f3a688596.jpeg</HotelPictures>
        <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="3839.01" OriginalAmount="3801" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514751295505" Longitude="-0.10923928053558" StarRating="4" HotelCode="376518|200368" HotelName="SACO Fleet Street - Crane Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Crane Court, London EC4A 2EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/82/9e82145113540a5d77f5842f76b1e166166cafcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3840.02" OriginalAmount="3802" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|190914-18174609/8581117480298971650/22127" HotelName="NOVOTEL LONDON BLACKFRIARS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5460000/5459200/5459142/b64f438c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3848.08" OriginalAmount="3809.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510828" Longitude="-0.09684" StarRating="4" HotelCode="|444645" HotelName="Locke At Broken Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Broken Quay House, 2 Broken Wharf</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/4/5/444645_680239e1024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3851.13" OriginalAmount="3813" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5104638" Longitude="-0.07525538" StarRating="5" HotelCode="986115|409753" HotelName="Tower Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="27" TotalAmount="3852.14" OriginalAmount="3814" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505423582543" Longitude="-0.099322199821472" StarRating="4" HotelCode="32567|30701" HotelName="Mercure London Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71-79  Southwark Street, London SE1 0JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/45/78455bb85419d0d18a517264eb0cbb07ff8a6fb5.JPEG</HotelPictures>
        <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="94" TotalAmount="3858.28" OriginalAmount="3820.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51123" Longitude="-0.07256" StarRating="4" HotelCode="|557737" HotelName="Rockwell East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Mansell Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/7/3/7/557737_41a76251101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3863.32" OriginalAmount="3825.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5212011" Longitude="-0.1559275" StarRating="4" HotelCode="|166860" HotelName="Blandford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Chiltern St, Baker Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/8/6/0/166860_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a living room, a reception and excellent service. SITUATION: This hotel is in Londres the centre of it is in front of Baker Street the underground station of In the surrounding area, you can find and. Oxford Street and Bond Street it is situated 5 minutes walk away from. ROOM: The rooms have WiFi, a satellite television, an air-conditioning system, comfortable beds and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3864.26" OriginalAmount="3826" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4557-18114944/8581117480298971650/19705" HotelName="PULLMAN LONDON ST PANCRAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/535700/535667/66658d93_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3879.62" OriginalAmount="3841.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498948" Longitude="-0.079456" StarRating="0" HotelCode="|464255" HotelName="Bermonds Locke" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="3881.43" OriginalAmount="3843" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5287427" Longitude="-0.12658357" StarRating="3" HotelCode="445857|93609" HotelName="Premier Inn London St. Pancras" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/09/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="94" TotalAmount="3891.58" OriginalAmount="3853.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511407" Longitude="-0.186158" StarRating="3" HotelCode="|78261" HotelName="MSK Elite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>INVERNESS TERRACE 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/2/6/1/78261_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Hyde Park it is 150 metres away from is situated in Londres the city centre of 2 minutes away from the establishment, you can find Queensway the underground station of is situated in Bayswater the district of 5 minutes away from Whiteley the shopping centre 20 minutes away from the establishment clients have the shopping area and the museums, 5 minutes walk away, you can find bars, cafÃ©s. ROOM: Each apartment has a television, a dining area, a bathroom and a washing machine. The establishment has studios with a living room, a living room, a kitchen, a microwave, a fridge and kitchen utensils.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3895.57" OriginalAmount="3857" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|163833-32593479/8581117480298971650/5045" HotelName="GRAND ROYALE HYDE PARK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1410000/1402900/1402870/8d4aa8fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3897.32" OriginalAmount="3858.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4754" Longitude="-0.18219" StarRating="5" HotelCode="626199" HotelName="The Chelsea Harbour Hotel And Spa" Meals="SUITE" BedType="SUITE">
        <Address>
          <AddressLines>
            <AddressLine>Chelsea Harbour,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/26199/626199/53.jpg?f=17672526</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages and facials. You're sure to appreciate the recreational amenities, including an indoor pool, a sauna, and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a hair salon.. Featured amenities include a business center, limo/town car service, and express check-out. Planning an event in London? This hotel has 6071 square feet (564 square meters) of space consisting of a conference center and 11 meeting rooms. Limited parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3899.04" OriginalAmount="3860.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.55014165" Longitude="-0.07505637" StarRating="3" HotelCode="986332|883045" HotelName="Kingsland Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="27" TotalAmount="3903.65" OriginalAmount="3865" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51046977328" Longitude="-0.19061309325411" StarRating="4" HotelCode="258819|342" HotelName="DoubleTree by Hilton Hotel London - Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/09/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="83" TotalAmount="3904.66" OriginalAmount="3866" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12741-21406767/8581117480298971650/8782" HotelName="DOUBLETREE BY HILTON LONDON - HYDE PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34400/34340/f0e5fb0e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3904.66" OriginalAmount="3866.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52175" Longitude="-0.142616" StarRating="4" HotelCode="18324|grange_fitzrovia" 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="27" TotalAmount="3906.68" OriginalAmount="3868" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511438" Longitude="-0.072214" StarRating="4" HotelCode="904267|27937" HotelName="Leonardo Royal Hotel London Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>45 Prescot Street, London E1 8GP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/8e/e48e52a96b51c30b1ac0e4e48f8abbe83d798d0d.JPEG</HotelPictures>
        <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="3914.76" OriginalAmount="3876" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|13303" HotelName="Thistle Trafalgar Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Whitcomb Street, Trafalgar Square, London WC2H 7HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/9b/0c9b36aa275e2715a8368cc0b0af5ade012e3b16.jpeg</HotelPictures>
        <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="3918.80" OriginalAmount="3880" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51697997" Longitude="-0.0767977" StarRating="4" HotelCode="433679|411697" HotelName="Park Lane City Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="27" TotalAmount="3919.81" OriginalAmount="3881" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498971" Longitude="-0.13266925" StarRating="2" HotelCode="637457|227100" HotelName="hub by Premier Inn London Westminster, St James's Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="27" TotalAmount="3920.82" OriginalAmount="3882" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50976523" Longitude="-0.12224967" StarRating="3" HotelCode="632695|399611" HotelName="Wilde Aparthotels by Staycity The Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Adam Street, London WC2R 0DE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/66/7a66f6fd42e51c75c91f5636c6ae392230d085b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3921.83" OriginalAmount="3883" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.451107" Longitude="-0.296735" StarRating="4" HotelCode="115394|128177" HotelName="Richmond Harbour Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Richmond Hill, Richmond-upon-Thames, Surrey TW10 6RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/15/f715a546bb78a14ef205324f3a2319f1401f9714.jpeg</HotelPictures>
        <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="94" TotalAmount="3926.31" OriginalAmount="3887.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5139999" Longitude="-0.1804" StarRating="4" HotelCode="|20389" HotelName="The Caesar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUEENS GARDENS 26-33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/9/20389_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Victorian style hotel, has a restaurant and a bar. It has 140 inviting rooms. SITUATION: This hotel is in the residential area of Queensgarden. Near the establishment, you will find tourist areas where you can find Hyde Park, Marble Arch, Bond Street, Oxford Street and Regent Street. 800 metres away, clients have shops, nightclubs and a public transport stop. Just 400 metres away, clients will find the metro station. 500 metres away, guests will find bars and restaurants. ROOM: It has comfortable rooms. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and a set-menu dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3928.90" OriginalAmount="3890" MarkupRule="1.00">
      <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="3936.98" OriginalAmount="3898" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.542051" Longitude="-0.170353" StarRating="4" HotelCode="29186|31633" HotelName="Marriott Regents Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Henry's Road 128, London NW3 3ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c7/53c7f5b2e2298c798f08c42e3c199bf2bfe803d2.JPEG</HotelPictures>
        <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="3937.99" OriginalAmount="3899" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49205537" Longitude="-0.12139442" StarRating="3" 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="12" TotalAmount="3940.01" OriginalAmount="3901.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510936" Longitude="-0.186224" StarRating="3" HotelCode="258581|64196615" HotelName="Jones" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inverness Terrace, Bayswater, London W2 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/15/9d15c632823c4d70842dd123d750339629b3ab39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3944.05" OriginalAmount="3905" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502662929214" Longitude="-0.1180290171967" StarRating="3" HotelCode="152860|93561" HotelName="Premier Inn London County Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/09/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="83" TotalAmount="3950.11" OriginalAmount="3911" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|223775-28525454/8581117480298971650/596" HotelName="KADIMAH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1780000/1779800/1779800/47d11637_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3956.08" OriginalAmount="3916.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4944699" Longitude="-0.1863102" StarRating="4" HotelCode="|41106" HotelName="Ashburn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CROMWELL ROAD 111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/0/6/41106_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 38 standard rooms, a bar, a breakfast room and internet (free of charge). ROOM: The rooms have a goodnight service, bathrobes and slippers.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3958.19" OriginalAmount="3919" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51123395" Longitude="-0.12991401666667" StarRating="4" HotelCode="510217|228175" HotelName="Victory House Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Leicester Place, Victory House, London, City of London WC2H 7BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/47/e647f626d069e6a6a104d09d4ff9ea26de51c4cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3962.59" OriginalAmount="3923.36" MarkupRule="1.00">
      <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 12/09/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="3963.24" OriginalAmount="3924" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491137" Longitude="-0.144963" StarRating="5" HotelCode="114527|199390" HotelName="Eccleston Square London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Eccleston Square, London SW1V 1PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/55/16559c18f27d2d35bac831791be69c077e20c19f.jpeg</HotelPictures>
        <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="94" TotalAmount="3969.12" OriginalAmount="3929.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52309" Longitude="-0.125745" StarRating="4" HotelCode="|444506" HotelName="The Morton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="3970.31" OriginalAmount="3931" MarkupRule="1.00">
      <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="95" TotalAmount="3977.26" OriginalAmount="3937.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509796" Longitude="-0.078817" StarRating="4" HotelCode="3982827" HotelName="Tower Residences by Blue Orchid" Meals="STUDIO - CITY VIEW" BedType="STUDIO - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Byward Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/82827/3982827/1.jpg?f=17599078</HotelPictures>
        <HotelDescription>Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3977.38" OriginalAmount="3938" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|200795" HotelName="The Marble Arch London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Great Cumberland Place, London W1H 7TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/72/9d72c29bf36191d10cbada0906ddd58a40b45d4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3982.71" OriginalAmount="3943.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51223790495" Longitude="-0.034141046951731" StarRating="2" HotelCode="377905|690950" HotelName="Via Limehouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/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="3984.45" OriginalAmount="3945" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505702" Longitude="-0.095268" StarRating="3" HotelCode="68976|37432" HotelName="ibis Styles London Southwark - near Borough Market Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43-47 Southwark Bridge Road, London SE1 9HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2c/f82c8f502955430a36414ba7c5a9b13d2e32f394.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3984.45" OriginalAmount="3945" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.716108" Longitude="-83.506544" StarRating="2" HotelCode="0|186638-28487528/8581117480298971650/5438" HotelName="ST SIMEON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>335 East Parkway, Gatlinburg, 37738, Sevier County, TN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381400/1381395/8d56651e_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms: 70. Floors: 6. Property description- Dream better at the Sleep Inn and Suites in Gatlinburg, TN near Gatlinburg Convention Center and Great Smoky Mountains National Park. Nearby destinations include Ober Gatlinburg Ski Area and Amusement Park, Dollywood Theme Park, Titanic Museum, Rocky Top Sports World and Gatlinburg Space Needle. Enjoy amenities include free breakfast, free WiFi, guest laundry facilities, a 100-guest meeting room, access to copy and fax services and an indoor heated pool with lazy river and hot tub. Guest rooms include a flat-screen TV, coffee maker, hair dryer, iron and ironing board. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.Hotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800753-3746. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3995.56" OriginalAmount="3956" MarkupRule="1.00">
      <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="8" TotalAmount="3999.36" OriginalAmount="3959.76" MarkupRule="1.00">
      <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 10/09/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="83" TotalAmount="3999.60" OriginalAmount="3960" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1407530-28587495/8581117480298971650/2618" HotelName="55 BY LE MIRAGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83780000/83771200/83771127/6ca4ee19_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4002.63" OriginalAmount="3963" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5108437" Longitude="-0.089195" StarRating="4" HotelCode="263504|200059" HotelName="BridgeStreet Suffolk Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Suffolk Lane, London EC4R 0AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/5d/dd5d40fcc8f0aa00a40fc88cd38dbf77d86c047e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4004.25" OriginalAmount="3964.60" MarkupRule="1.00">
      <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 15/09/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="83" TotalAmount="4008.69" OriginalAmount="3969" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.744204" Longitude="-104.983377" StarRating="4" HotelCode="0|10572-28586826/8581117480298971650/4065" HotelName="CITADINES TRAFALGAR SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 1776 Grant Street,  DENVER, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/450000/447100/447050/7aaa5439_b.jpg</HotelPictures>
        <HotelDescription>This award-winning property boasts a prime situation in Denver city centre, providing easy access to some of the most important tourist attractions in the area such as Colorado State Capitol. Guests staying at this enchanting hotel will have the chance to stroll to the 16th Street Mall, or explore the magnificent Denver Botanic Gardens. Luminous and airy, all the accommodation units are tastefully decorated and have been designed with guests' comfort in mind. Visitors will appreciate the roof-top swimming pool featuring panoramic views and offering the ideal choice to enjoy a cool dip. The onsite restaurant serves a modern Coloradan cuisine with hearty local flavours. Those travelling on business will find fully-equipped meeting facilities to guarantee the successful of any event.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4009.99" OriginalAmount="3970.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515156" Longitude="-0.159986" StarRating="5" HotelCode="|72482" HotelName="Park Grand Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Great Cumberland Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/8/2/72482_1_7799.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is close toBond Street the shopping area of Hyde Park and Oxford Street it is close to. ROOM: The rooms a bathroom, a shower, flat-screen satellite television, internet, a direct line telephone, an answering machine and international channels. FACILITIES: The establishment has a spa and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4012.73" OriginalAmount="3973" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512715" Longitude="-0.075829" StarRating="4" HotelCode="173525|35761" HotelName="Indigo London - Tower Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>142 Minories, London EC3N 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/b0/57b063e240ad15ebfbad5a4c62cbfeff46c07d1e.jpeg</HotelPictures>
        <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="4020.20" OriginalAmount="3980.40" MarkupRule="1.00">
      <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 17/09/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="27" TotalAmount="4023.84" OriginalAmount="3984" MarkupRule="1.00">
      <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="83" TotalAmount="4025.86" OriginalAmount="3986" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|174610-21406312/8581117480298971650/9887" HotelName="DOUBLETREE BY HILTON LONDON -TOWER OF LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3980000/3978000/3977996/ae05fde5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4028.58" OriginalAmount="3988.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513214" Longitude="-0.101216" StarRating="4" HotelCode="|537667" HotelName="master St. Paul\'s" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Creed Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/6/6/7/537667_6caad3f0916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4033.16" OriginalAmount="3993.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514421" Longitude="-0.118752" StarRating="4" HotelCode="|444401" HotelName="The Lincoln Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Kingsway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/0/1/444401_b0680090900.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4035.18" OriginalAmount="3995.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4942017" Longitude="-0.1408" StarRating="4" HotelCode="|18086" HotelName="Park Plaza Victoria London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vauxhall Bridge Road 239</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/8/6/18086_3ca8ff60828.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2001, has 9 floors, 299 rooms, 273 double rooms, 6 suites and 20 apartments. In the establishment entrance, guests will find a lobby with elevators, sofas, a reception, a currency exchange service, a safety deposit box service and a cloakroom. The establishment has a bar, a restaurant with air-conditioning and conference rooms. The establishment offers guests internet, room service, a laundry service and a car park. SITUATION: This modern hotel is close to Victoria Station. It is a few minutes walk away from the city centre where clients can find shops, restaurants and bars. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a television, internet, a mini-bar and a fridge. They also have tiled floors, fitted carpets, an air-conditioning system, a central heating system and a safe. FACILITIES: The establishment has a sauna, a Turkish bath, a solarium and a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4037.17" OriginalAmount="3997.20" MarkupRule="1.00">
      <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 16/09/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="4050.79" OriginalAmount="4010.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.531077042918" Longitude="-0.12459899649002" StarRating="5" HotelCode="13079|619843" HotelName="Great Northern Hotel A Tribute Portfolio Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/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="27" TotalAmount="4063.23" OriginalAmount="4023" MarkupRule="1.00">
      <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="94" TotalAmount="4069.24" OriginalAmount="4028.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4948006" Longitude="-0.1775" StarRating="5" HotelCode="|27210" HotelName="The Exhibitionist" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Queensberry Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/1/0/27210_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1900 and renovated in 2001. It has 7 floors, 36 rooms and 2 suites. In the establishment entrance, guests will find a lobby, lifts, a reception, a safety deposit box service, sofas and a fireplace. It has air-conditioning, a bar and a breakfast room. The establishment offers guests a conference room, WiFi and room service. SITUATION: This welcoming hotel is situated 2,5 kilometres away from Earls Court and Olympia the exhibition centres is situated in London the shopping area of the Victoria and Albert, the Natural History Museum, Harrods and Knightsbridge it is near 300 metres away, guests have South Kensington the underground station of Hyde Park 1 kilometre away, you can find it is situated 3 kilometres away from Victoria the Station of it is situated 4 kilometres away from London City Airport the establishment is 23 kilometres away from London Heathrow Airport it is 48 kilometres away from Gatwick Airport 56 kilometres away, you can find Luton Airport it is situated 64 kilometres away from Stansted Airport. ROOM: The comfortable rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, internet (available for a fee), a radio and satellite or cable TV. They also have a courtesy tea and coffee service, a double bed, fitted carpets, a safety deposit box, a desk, a chair, individual air-conditioning and a central heating system. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, JCB and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4069.25" OriginalAmount="4028.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519869" Longitude="-0.108473" StarRating="4" HotelCode="|537232" HotelName="Hatton Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Hatton Garden</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/2/3/2/537232_ab3bdf90903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4072.32" OriginalAmount="4032" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4467-21403661/8581117480298971650/9785" HotelName="HILTON LONDON METROPOLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26200/26134/c1a6abc5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4080.40" OriginalAmount="4040" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1348104-32596412/8581117480298971650/4451" HotelName="THE Z HOTEL TRAFALGAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102120000/102113500/102113418/09b27d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4081.28" OriginalAmount="4040.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506699" Longitude="-0.073612" StarRating="4" HotelCode="|17992" HotelName=" The Tower, by Thistle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>St Katharine's Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/9/2/17992_1_1620.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This urban hotel is in the leisure area, Where guests can enjoy and. In the surrounding area you can enjoy shops, restaurants and bars. nearby, there is a metro station. HOTEL: This modern hotel is ideal for holidays or business trips. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4088.77" OriginalAmount="4048.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4952981" Longitude="-0.1821365" StarRating="4" HotelCode="|17961" HotelName="Radisson Blu , London South Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CROMWELL ROAD 68-86</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/1/17961_8735a5a1031.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in 1900. SITUATION: This establishment, Kensington it is in It has excellent transport links to Gloucester Road the train station Trevi Fountain it is situated 5 minutes away from In the surrounding area, you can find restaurants, bars and pubs.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4089.81" OriginalAmount="4049.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510988" Longitude="-0.08918" StarRating="0" HotelCode="|167859" HotelName="master Cannon London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Suffolk Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/8/5/9/167859_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has wooden furniture, a TV and bathroom. SITUATION: This establishment is in the centre of Londres. It is located 350 metres away from the metro station of Bank. 5 minutes walk away, you can find the metro station of Monument. It is located 800 metres away from Bridge Londres. 12 minutes walk away, you can find El Shard</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4092.52" OriginalAmount="4052" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|4149" HotelName="Thistle Holborn The Kingsley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-37 Bloomsbury Way, London WC1A 2SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/7c/4f7c74c760746333769e2fd354b88062acae4d19.JPEG</HotelPictures>
        <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="4095.55" OriginalAmount="4055" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513272969002" Longitude="-0.19036710262299" StarRating="3" HotelCode="25121|17949" HotelName="The Princes Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Princes Square, Off Ilchester Gardens, Bayswater, London W2 4NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/56/6456891fb57ef5fb5b4b819b6038d7f75e44deaf.jpeg</HotelPictures>
        <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="8" TotalAmount="4098.86" OriginalAmount="4058.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526498011838" Longitude="-0.13015016913414" StarRating="4" HotelCode="12322|6639" HotelName="Hilton Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="83" TotalAmount="4101.61" OriginalAmount="4061" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|519815-28572483/8581117480298971650/1021" HotelName="NEW ROAD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20580000/20574900/20574876/7e9591cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="4102.54" OriginalAmount="4061.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495316" Longitude="-0.18101" StarRating="4" HotelCode="24431" HotelName="Fraser Suites Queens Gate" Meals="DELUXE STUDIO" BedType="DELUXE STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>39B Queens Gate Gardens,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/24431/24431/1.jpg?f=17687773</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a fitness center or take in the view from a terrace. Additional amenities at this aparthotel include complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include a 24-hour business center, express check-out, and complimentary newspapers in the lobby..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4105.65" OriginalAmount="4065" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49381122468" Longitude="-0.20226236078258" StarRating="4" HotelCode="114388|20053" HotelName="Residence Inn London Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="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="94" TotalAmount="4106.50" OriginalAmount="4065.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491558" Longitude="-0.144026" StarRating="5" HotelCode="|78062" HotelName="Eccleston Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Eccleston Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/6/2/78062_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. ROOM: Each room has a television, an iPod docking station and WiFi (free of charge). OTHERS: The establishment offers a restaurant and a cocktail bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4115.91" OriginalAmount="4075.16" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="4116.96" OriginalAmount="4076.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5239983" Longitude="-0.1259" StarRating="4" HotelCode="|18006" HotelName="Holiday Inn London-bloomsbury , By Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORAM STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/0/6/18006_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 311 rooms and 1 suite. In the entrance, guests are offered a lobby with elevators, The establishment has various facilities, such as a bar, an irish pub and a restaurant. The establishment offers guests a car park (for a fee). SITUATION: This establishment, Russell Square it is in Oxford Street and the British Museum it is situated close to nearby, you will find monuments, tourist and cultural points of interest, 300 metres away, clients have Russell Square the underground station of. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a safe (available for a fee), a mini-bar, a courtesy tea and coffee service and a satellite or cable television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4121.81" OriginalAmount="4081" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|876653-28466853/8581117480298971650/5851" HotelName="DAWSON PLACE, JULIETTE'S BED AND BREAKFAST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/876653/202010231075116.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4125.85" OriginalAmount="4085" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506543974731" Longitude="-0.14086093865774" StarRating="4" HotelCode="293775|62047" HotelName="Arlington House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 - 20 Arlington Street, Central London, London SW1A 1RL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/a6/d4a6ad33b51218a614775f2c9da04efaddc39f4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4136.07" OriginalAmount="4095.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5144997" Longitude="-0.1555" StarRating="4" HotelCode="|20395" HotelName="Guild Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19-25 GRANVILLE PLACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/9/5/20395_9e391c70946.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 101 rooms, 30 single rooms and 15 double rooms. In the establishment entrance, guests will find a lobby with a reception, a currency exchange service, a safety deposit box service and lifts. The establishment boasts a bar, a pub and an Ã  la carte restaurant with air-conditioning. The establishment offers guests a conference room, internet, room service and a laundry service. SITUATION: This smart hotel is in a central location. It is located near Marble Arch, nearby, you will find monuments, shops and leisure areas. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite television, internet and a mini-bar. They also have a fridge, a double bed, a safety deposit box, fitted carpets and central heating. FACILITIES: The establishment has a gym. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4139.99" OriginalAmount="4099" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492992343124" Longitude="-0.14307707548141" StarRating="3" HotelCode="46196|93558" HotelName="Premier Inn London Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="95" TotalAmount="4141.57" OriginalAmount="4100.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49519" Longitude="-0.181745" StarRating="4" HotelCode="129507" HotelName="Radisson Blu Hotel, London South Kensington (formerly Vanderbilt)" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>68-86 Cromwell Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/29507/129507/5.jpg?f=17750696</HotelPictures>
        <HotelDescription>The Radisson Blu Edwardian, Vanderbilt is a 19th century Grade II listed building combining historical features and modern style. This hotel is less than five minutes' walk away from the world famous Natural History Museum, Science Museum, Victoria and Albert Museum, and Royal Albert Hall, home of the BBC Proms festival. Harrods, Harvey Nichols and the rest of Knightsbridge's exclusive boutiques are only a few minutes’ walk away, as are the attractive green spaces of Hyde Park. Guests can also enjoy quick access via Gloucester Road Underground station (a 2 minute walk) to the shops, restaurants and bars of High St Kensington, Sloane Square and the Kings Road, as well as the Olympia Conference Centre. A 24 hour fitness room is available for a little revitalisation, while 12 meeting rooms can host events for between 2 and 140 people. The Vanderbilt's 215 bedrooms include doubles, business class and dedicated family rooms as well as 1 suite. All offer luxurious 350 thread count Egyptian cotton bedding, vispring beds, down pillows, Italian marble bathrooms, elegant decor and bespoke layouts, thanks to the building's heritage as a row of 19th century Victorian townhouses. Guests can also enjoy free high-speed WiFi up to 150 mbps on an unlimited number of devices and other vital touches like complimentary bottled water, a refrigerator and online concierge service. Scoff and Banter serves a modern European cuisine using only the finest locally sourced, seasonal produce for breakfast, lunch and dinner. Guest-favourites range from tasty classics like beer-battered fish and chips, shepherd's pie and Eton mess, to indulgent afternoon tea. All are served in a stylish but relaxed, home-from-home environment – whether it's in the main dining room, vibrant bar or private dining space. There are also two chef's tables for larger groups, along with an exquisite selection of wines and cocktails. 2015/2017 TripAdvisor Certificate of Excellence Winner
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4153.12" OriginalAmount="4112" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|23483-18985988/8581117480298971650/14117" HotelName="HOLIDAY INN LONDON CAMDEN LOCK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/972900/972822/c1993609_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4153.48" OriginalAmount="4112.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519424318073" Longitude="-0.17338851593858" StarRating="4" HotelCode="986352|883303" HotelName="Wilde Aparthotels London - Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="83" TotalAmount="4155.14" OriginalAmount="4114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4574-18113913/8581117480298971650/18196" HotelName="THISTLE LONDON HOLBORN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/6600/6523/cc6d19e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4156.15" OriginalAmount="4115" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|471350-18203777/8581117480298971650/19961" HotelName="LEONARDO HOTEL LONDON ALDGATE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17690000/17684800/17684778/a96b0d3e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4160.19" OriginalAmount="4119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|874485-28538004/8581117480298971650/4941" HotelName="GEORGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1880000/1876200/1876169/0b0d4727_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4163.35" OriginalAmount="4122.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491919" Longitude="-0.191827" StarRating="4" HotelCode="|20041" HotelName="Indigo London - Kensington, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BARKSTON GARDENS 34-44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/4/1/20041_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has a lobby, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, an Ã  la carte restaurant, a conference room and internet. The establishment offers guests room service and a laundry service. SITUATION: This trendy hotel is located close to the city centre, 500 metres away from restaurants, bars and pubs. It is 5 minutes away from Earls Court Underground Station and 60 minutes away from Airport London Heathrow. ROOM: The establishment has 93 rooms with a bathroom with a shower, a hairdryer, a direct line telephone, a television, internet and heating. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4165.24" OriginalAmount="4124" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|186358-28579891/8581117480298971650/3137" HotelName="CLUB QUARTERS ST. PAULS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/559700/559690/31be3e4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="4170.95" OriginalAmount="4129.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50915" Longitude="-0.13047" StarRating="4" HotelCode="13119" HotelName="Thistle Trafalgar Square Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Whitcomb Street, Trafalger Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13119/13119/1.jpg?f=17753587</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as complimentary wireless internet access and concierge services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4176.35" OriginalAmount="4135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494797" Longitude="-0.177825" StarRating="4" 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="27" TotalAmount="4176.35" OriginalAmount="4135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523087735961" Longitude="-0.12580821891015" StarRating="4" HotelCode="433381|415585" HotelName="The Morton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="4182.17" OriginalAmount="4140.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.532038750126" Longitude="-0.10957106825698" StarRating="4" HotelCode="259003|7573" HotelName="DoubleTree by Hilton London Angel Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="83" TotalAmount="4182.41" OriginalAmount="4141" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4447-21403657/8581117480298971650/9661" HotelName="HILTON LONDON EUSTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2700/2612/e5595ba2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4185.44" OriginalAmount="4144" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4470-21403658/8581117480298971650/8093" HotelName="HILTON LONDON HYDE PARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/440000/436300/436269/559e2374_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4189.19" OriginalAmount="4147.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5221487" Longitude="-0.1533251" StarRating="4" HotelCode="|167273" HotelName="Nottingham Place London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Nottingham Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/7/3/167273_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 4 star hotel is in the centre of Marylebone. It is situated 5 minutes walk away from the metro station Baker Street. ROOM: The establishment has elegant suites, executive studios, one bedroom suites and duplex rooms. They have an iPod docking station, WiFi (free of charge) and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4194.53" OriginalAmount="4153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|374651-28513513/8581117480298971650/6977" HotelName="LION &amp;amp; KEY HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13300000/13299400/13299334/3d6804c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4195.65" OriginalAmount="4154.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519152" Longitude="-0.141284" StarRating="4" HotelCode="|25271" HotelName="Gem Langham Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANGHAM STREET 31-35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/7/1/25271_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Grange Langham Court is rated four stars. It has a reception, a lounge bar, a wine bar, a restaurant and a terrace. The establishment offers guests a laundry service, a dry cleaner's, conference rooms and a business centre. SITUATION: It is near Oxford Street, Bond Street and Regents Park, in the surrounding area, clients have shops, theatres and the business centre The City. ROOM: The rooms a bathroom with a shower with a hairdryer. They have a courtesy tea and coffee service, a direct line telephone, a satellite TV and internet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4196.55" OriginalAmount="4155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.583273499905" Longitude="-0.2167996036701" StarRating="4" HotelCode="263535|229030" HotelName="The Pillar Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="27" TotalAmount="4198.57" OriginalAmount="4157" MarkupRule="1.00">
      <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="95" TotalAmount="4198.63" OriginalAmount="4157.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52659" Longitude="-0.113845" StarRating="4" HotelCode="97707" HotelName="Crowne Plaza London - Kings Cross, An Ihg Hotel" Meals="PREMIUM ROOM" BedType="PREMIUM ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1 Kings Cross Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/97707/97707/57.jpg?f=17723865</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and concierge services.. This establishment has received its official star rating from VisitEngland, the National Tourist Board for England.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4200.59" OriginalAmount="4159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.555377" Longitude="-0.28642" StarRating="4" HotelCode="320112|54005" HotelName="St George's Hotel Wembley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>43-51 Wembley Hill Road, Wembley, London HA9 8AU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/23/b223360b2660c2dba86f8e03b6a6a038d6df136e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is St George's Hotel Wembley.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4200.59" OriginalAmount="4159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|208847-28539029/8581117480298971650/3874" HotelName="BLADES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888800/888783/933673b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4200.59" OriginalAmount="4159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9819-18137164/8581117480298971650/19094" HotelName="BLAKEMORE HYDE PARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2700/2607/60d789cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4201.60" OriginalAmount="4160" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|519971-28551039/8581117480298971650/2959" HotelName="ASPEN APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3480000/3474900/3474827/c80afcea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4228.46" OriginalAmount="4186.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524167" Longitude="-0.084339" StarRating="4" HotelCode="|473247" HotelName="Maldron Shoreditch London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Paul St London EC2A 4LJ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/3/2/4/7/473247_a3af90c1323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4232.91" OriginalAmount="4191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|184745-28571149/8581117480298971650/881" HotelName="NATIVE HYDE PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5297200/5297150/5f999fda_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4246.04" OriginalAmount="4204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1406843-32348510/8581117480298971650/22335" HotelName="HUB BY PREMIER INN LONDON SOHO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44920000/44911400/44911330/0465cec0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4250.08" OriginalAmount="4208" MarkupRule="1.00">
      <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="94" TotalAmount="4260.16" OriginalAmount="4217.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524114" Longitude="-0.174664" StarRating="0" HotelCode="|536307" HotelName="Three Falcons" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Orchardson St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/3/0/7/536307_01165002041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4260.18" OriginalAmount="4218" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510741907561" Longitude="-0.076686844983215" StarRating="4" HotelCode="26240|9768" HotelName="Leonardo Royal Hotel London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-14 Cooper's Row, London EC3N 2BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/93/8693d1bee130e053657810d2697a099d1324e3f4.JPEG</HotelPictures>
        <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="94" TotalAmount="4273.78" OriginalAmount="4231.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513647" Longitude="-0.108657" StarRating="4" HotelCode="|78066" HotelName="Apex Temple Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Serjeants' Inn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/6/6/78066_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 184 rooms, suites, a gym, a restaurant and a bar. SITUATION: It is situated nearFleet the street 10 minutes away, guests can find Temple the metro station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4278.36" OriginalAmount="4236" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50190892114" Longitude="-0.15873371163934" StarRating="5" HotelCode="17523|31914" HotelName="The Park Tower Knightsbridge, a Luxury Collection Hotel, London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Knightsbridge, London, England SW1X 7RN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/db/0adbb3f6cf93be073d2fc8426fa7f364fcff2cdc.JPEG</HotelPictures>
        <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="83" TotalAmount="4286.44" OriginalAmount="4244" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|114204-21407577/8581117480298971650/8200" HotelName="DOUBLETREE BY HILTON LONDON EXCEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/1000000/990900/990855/96129b6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4286.44" OriginalAmount="4244" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4471-21403659/8581117480298971650/9419" HotelName="HILTON LONDON ANGEL ISLINGTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/440000/436300/436270/0e9c5ca4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4290.48" OriginalAmount="4248" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17852-18114916/8581117480298971650/21230" HotelName="HOLIDAY INN LONDON-BLOOMSBURY HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22300/22262/25517258_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="4297.30" OriginalAmount="4254.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502647" Longitude="-0.18814489" StarRating="5" HotelCode="105708" HotelName="Royal Garden  Hotel" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>2-24 Kensington High Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/05708/105708/6.jpg?f=17752112</HotelPictures>
        <HotelDescription>Property Location A stay at Royal Garden Hotel places you in the heart of London, minutes from Kensington Palace and close to Royal Albert Hall. This 5-star hotel is close to Buckingham Palace and Big Ben. Rooms Make yourself at home in one of the 394 air-conditioned rooms featuring refrigerators and iPod docking stations. Wired and wireless Internet access is complimentary, and flat-screen televisions with satellite programming provide entertainment. Bathrooms have rainfall showerheads and designer toiletries. Conveniences include phones, as well as laptop-compatible safes and desks. Amenities Take advantage of recreation opportunities such as a 24-hour health club, or other amenities including complimentary wireless Internet access and concierge services. This hotel also features babysitting/childcare (surcharge) and wedding services. Dining Enjoy a meal at one of the hotel's dining establishments, which include 2 restaurants and a coffee shop/café. From your room, you can also access 24-hour room service. Relax with a refreshing drink at one of the 3 bars/lounges. English breakfasts are available for a fee. Business, Other Amenities Featured amenities include complimentary high-speed (wired) Internet access, a 24-hour business center, and limo/town car service. This hotel has 10 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite.
Take advantage of recreation opportunities such as a 24-hour health club, or other amenities including complimentary wireless Internet access and concierge services. This hotel also features babysitting/childcare (surcharge) and wedding services.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4297.55" OriginalAmount="4255" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4407-18985888/8581117480298971650/14576" HotelName="INDIGO LONDON - KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5030000/5029800/5029737/65956145_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4307.65" OriginalAmount="4265" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5070733" Longitude="-0.12598055714286" StarRating="4" HotelCode="115319|51877" HotelName="Club Quarters Hotel Trafalgar Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Northumberland Avenue, At Trafalgar Square, London WC2N 5BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/2b/942bd533990ff6dbccfca564b22212a31a65b7b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="4312.60" OriginalAmount="4269.9" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51773" Longitude="-0.12427" StarRating="4" HotelCode="13068" HotelName="Thistle Holborn" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>36-37 Bloomsbury Way,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13068/13068/36.jpg?f=17744459</HotelPictures>
        <HotelDescription>**Temporary closure of the kitchens from 03/20/23 to 04/02/23, so breakfast will be a "Grab&amp;Go" and the hotel will not be able to offer any additional food service, including room service.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4320.18" OriginalAmount="4277.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505603" Longitude="-0.104577" StarRating="4" HotelCode="|444938" HotelName="The Hoxton Southwark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Blackfriars Road 32- 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/3/8/444938_aaa67ac0750.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4340.98" OriginalAmount="4298" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.470082" Longitude="-0.45359762" StarRating="3" HotelCode="883354|456829" HotelName="Hilton Garden Inn London Heathrow Terminals 2 and 3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Heathrow T2, Heathrow TW6 1AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/6a/906aa56354fb2d159c9d2a12c98acb93c9b34c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4340.98" OriginalAmount="4298" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521068" Longitude="-0.091959999999972" StarRating="5" HotelCode="284132|94246" HotelName="London City Suites By Montcalm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>42-46 Chiswell Street, EC1Y 4SB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/eb/47eb33c4b9819015253d7a8bba0a157a2edd2901.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4346.03" OriginalAmount="4303" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49871018" Longitude="-0.08142383" StarRating="4" HotelCode="610575|408395" HotelName="Residence Inn by Marriott London Tower Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="8" TotalAmount="4348.21" OriginalAmount="4305.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514408029934" Longitude="-0.15563249588013" StarRating="4" HotelCode="34455|9476" HotelName="Radisson Blu Edwardian Sussex Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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>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="8" TotalAmount="4350.72" OriginalAmount="4307.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54261688776" Longitude="-0.0062844157218933" StarRating="3" HotelCode="175726|174553" HotelName="Staybridge Suites London - Stratford City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/09/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="27" TotalAmount="4351.08" OriginalAmount="4308" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506655668443" Longitude="-0.0041788816452026" StarRating="4" HotelCode="394765|20720" HotelName="Radisson Blu Edwardian New Providence Wharf Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Fairmont Avenue, Canary Wharf, London E14 9JB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/a6/1ba6e2a49d5e980e77f3a842cfb53c83c7631682.jpeg</HotelPictures>
        <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="94" TotalAmount="4357.76" OriginalAmount="4314.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5102005" Longitude="-0.1316" StarRating="4" HotelCode="|18011" HotelName="Thistle London Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/1/1/18011_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900 and renovated in 1996 it is situated on a main street. It has 7 floors, 92 standard rooms, 89 double rooms and 3 apartments. In the entrance, guests are offered a lobby with an elevator, a reception with safety deposit boxes and a currency exchange service. Regarding the food and beverage offering, the establishment has a bar, a pub and a restaurant with air-conditioning. The establishment offers internet, room service and a laundry service. SITUATION: This elegant hotel is in the heart of Londres, between Piccadilly Circus and Leicester Square. In the surrounding area you can enjoy shops, bars, pubs, restaurants, nightclubs and public transport services. ROOM: The cosy rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, fitted carpets, an air-conditioning system, a safe (available for a fee) and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4358.07" OriginalAmount="4314.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510682614478" Longitude="-0.13087486886059" StarRating="3" HotelCode="571806|628021" HotelName="Hotel Indigo London - 1 Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/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="27" TotalAmount="4359.16" OriginalAmount="4316" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.527342" Longitude="-0.079624" StarRating="5" HotelCode="440144|228174" HotelName="Courthouse Hotel Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>335-337 Old Street, London EC1V 9LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/83/f883fd17abfdf3f92c4bf40bb05c1c2cc1934e7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Courthouse Hotel Shoreditch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4368.37" OriginalAmount="4325.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5179" Longitude="-0.1269" StarRating="4" HotelCode="|18049" HotelName="Radisson Blu , London Tottenham Court Road (formely Kenilworth)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GREAT RUSSELL STREET 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/4/9/18049_7d6e4f20841.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2002, has 7 floors, 186 rooms, 55 single rooms and 127 double rooms. The establishment boasts a reception, lifts, a cloakroom, a safety deposit box service, a bar, a restaurant with air-conditioning and a conference room. The establishment offers internet, room service and a laundry service. SITUATION: This modern hotel is in a lovely area, near the establishment, guests will find shops, leisure areas and tourist areas. it is situated in the surrounding area of Tottenham Court Road the underground station of. ROOM: The cosy rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite TV, internet and a mini-bar. They also have a safety deposit box, a central heating system, fitted carpets and some rooms with tiled floors. FACILITIES: Customers can make use of a gym. PAYMENT METHODS: Customers can pay using American Express, Mastercard, Eurocard, Visa and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4370.27" OriginalAmount="4327" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510224" Longitude="-0.131564" StarRating="4" HotelCode="15844|4189" HotelName="Thistle Piccadilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, London W1D 6BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ff/8fffeb639a66867ee37c9b613e2fd7192fbdac06.jpeg</HotelPictures>
        <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="83" TotalAmount="4374.31" OriginalAmount="4331" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17839-19107333/8581117480298971650/19853" HotelName="LEONARDO ROYAL LONDON CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/530100/530052/719de3ed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4378.35" OriginalAmount="4335" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|17882-21407571/8581117480298971650/8279" HotelName="100 QUEEN'S GATE HOTEL LONDON, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22500/22478/2350e29d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="4381.95" OriginalAmount="4338.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521646716363" Longitude="-0.12402266263962" StarRating="3" HotelCode="258309|1537827" HotelName="The Imperial 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>61-66 Russell Square, London WC1B 5BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/ab/83abb9d2f9649180ab869208482546eaeec1f5be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel with a view of Russell Square is located in the heart of Bloomsbury, only minutes away fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="4388.74" OriginalAmount="4345.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49482644819" Longitude="-0.19450172781944" StarRating="4" HotelCode="58828|1272130" HotelName="NH London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" 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="94" TotalAmount="4398.21" OriginalAmount="4354.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5107002" Longitude="-0.1304" StarRating="5" HotelCode="|17956" HotelName="Radisson Blu , London Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LEICESTER SQUARE 31-36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/5/6/17956_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 7 floors, 124 rooms, 47 single rooms, 55 double rooms and 5 suites. It has a reception, a reception, lifts, a safety deposit box service and a cloakroom. Guests are also offered an inviting bar, a pub and a restaurant with air-conditioning. The establishment offers internet, room service and a laundry service. SITUATION: This modern hotel is in a central location. Near the establishment, guests will find shops, leisure areas and monuments. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite television and internet. They also have a central heating system, a mini-bar, a fridge, a safety deposit box and fitted carpets. FACILITIES: The hotel offers a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4408.65" OriginalAmount="4365" MarkupRule="1.00">
      <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="83" TotalAmount="4409.66" OriginalAmount="4366" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.508015" Longitude="6.630108" StarRating="5" HotelCode="0|4552-27408017/8581117480298971650/20312" HotelName="SANDERSON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Place Du Port 17-19, Lausanne 6, Ch-1000, Switzerland</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/480000/470300/470265/w2996h2250x4y0-f152c858_b.jpg</HotelPictures>
        <HotelDescription>This 5 star hotel is located on the coastline of Lausanne and was established in 1861. It is close to the Olympic Museum and the nearest station is Ouchy. The Hotel has 5 restaurants, 2 bars, a conference room, a coffee shop, an indoor swimming pool, an outdoor swimming pool and a fitness centre/gym. All 168 rooms are equipped with minibar, hairdryer, safe and air conditioning. category: Superior deluxe style: Traditional year Built: 1861 restaurant Count: 5&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4413.80" OriginalAmount="4370.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4945" Longitude="-0.17876" StarRating="5" HotelCode="|183641" HotelName="130 Queen's Gate Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>130 Queens Gate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/4/1/183641_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4415.72" OriginalAmount="4372" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|634133-28573195/8581117480298971650/1778" HotelName="GREAT SAINT HELEN HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83280000/83271900/83271843/d0ac6a99_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4430.02" OriginalAmount="4386.16" MarkupRule="1.00">
      <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 17/09/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="4431.88" OriginalAmount="4388" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494234784687" Longitude="-0.17553448677063" StarRating="5" HotelCode="259333|983" HotelName="The Ampersand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/09/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="83" TotalAmount="4441.98" OriginalAmount="4398" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13586-28578093/8581117480298971650/6105" HotelName="INHABIT SOUTHWICK STREET, A MEMBER OF DESIGN HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/520900/520804/2b6bb55e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4453.70" OriginalAmount="4409.60" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="4454.02" OriginalAmount="4409.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5256462" Longitude="-0.08273" StarRating="4" HotelCode="|32836" HotelName="Hoxton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81 GREAT EASTERN STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/3/6/32836_0d843751045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4471.27" OriginalAmount="4427" MarkupRule="1.00">
      <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="Non Refundable" 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="4477.33" OriginalAmount="4433" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493188" Longitude="-0.182142" StarRating="4" HotelCode="296643|200431" HotelName="One Harrington Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Harrington Gardens, South Kensington, London SW7 4JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/64/0a6442a09881f0a95aaa4d379e26360470952766.jpeg</HotelPictures>
        <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="27" TotalAmount="4488.44" OriginalAmount="4444" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|13338" HotelName="The Royal Horseguards Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Whitehall Court, London SW1A 2EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/0a/5d0aebe3d79197c7b4ecb53b78e88698e83bf923.jpeg</HotelPictures>
        <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="94" TotalAmount="4491.02" OriginalAmount="4446.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51234" Longitude="-0.09372" StarRating="4" HotelCode="|240967" HotelName="Cove Cannon Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Cannon Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/9/6/7/240967_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4497.53" OriginalAmount="4453" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4473-21410432/8581117480298971650/8401" HotelName="DOUBLETREE BY HILTON LONDON KENSINGTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14200/14186/8e08ccb1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4497.92" OriginalAmount="4453.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5018371" Longitude="-0.1588701" StarRating="5" HotelCode="|18044" HotelName="The Park Tower Knightsbridge, A Luxury Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KNIGHTSBRIDGE 101</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/4/4/18044_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the Knightsbridge district, next to the Harvey Nichols Commercial Centre and Hyde Park. Near the establishment, you will find shops. Is 3 kilometres from Victoria Railway Station and 18 kilometres away from the airport. HOTEL: &lt;b title='Esta frase debe ser traducida'&gt;Alberga un restaurante que ha sido galardonado con varios premios&lt;/b&gt;. The establishment offers guests wonderful views of Londres and luxurios rooms. The restaurant offers organic food.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4515.63" OriginalAmount="4470.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49294810442" Longitude="-0.1572887627899" StarRating="4" HotelCode="17673|315567" HotelName="Sloane Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="4526.79" OriginalAmount="4481.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514089" Longitude="-0.176448" StarRating="4" HotelCode="|26676" HotelName="Roseate House London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Westbourne Terrace, Lancaster Gate, Hyde Park.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/7/6/26676_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel was built in 1840 48 rooms, 11 suites and 6 floors. The establishment boasts Green Room the lounge In the establishment entrance, guests will find a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar and internet. There are many services available at the establishment, including room service and a laundry service. The establishment also has a garden and a car park. SITUATION: Is situated in an excellent location, near the establishment, guests will find Hyde Park restaurants, bars ,Mayfair and Knightsbridge it is close to Where you can find shops, the museums and. It is 5 minutes away fromPaddington the stop of with access to London Heathrow Airport it is 2 minutes away from Lancaster Gate the stop of with access to the city, theatres and nightlife. ROOM: The rooms have a bathroom with a hairdryer, luxury bath items, a bathrobe, slippers, a writing desk, 2 telephones, internet (available for a fee), a satellite or cable television, a safety deposit box, computer (available on request), (free of charge), central heating and a central air-conditioning system. OBSERVATIONS: Guests can enjoy welcome drink, press, tea with biscuits, canapes in the evening and champagne. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4527.83" OriginalAmount="4483" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4515-28589160/8581117480298971650/4117" HotelName="LONDON MARRIOTT REGENTS PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4500/4481/33154714_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4540.56" OriginalAmount="4495.60" MarkupRule="1.00">
      <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 16/09/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="4541.97" OriginalAmount="4497" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513794699817" Longitude="-0.10887244791614" StarRating="4" HotelCode="186603|29287" HotelName="Apex Temple Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Serjeant's Inn, Fleet Street, London EC4Y 1LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/df/20dfda2c57cf7767b57e540f67fd55c13a9555b5.jpeg</HotelPictures>
        <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="94" TotalAmount="4544.75" OriginalAmount="4499.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525734" Longitude="-0.077227" StarRating="5" HotelCode="|23040" HotelName="One Hundred Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHOREDITCH HIGH STREET 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/4/0/23040_caf0e0e0822.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and was built in 2004. It has 7 floors, 200 rooms, 50 single rooms and 150 double rooms. In the entrance, guests are offered an elegant hall with elevators, a reception with safety deposit boxes and a cloakroom. Guests have access to a conference room, a cafÃ©, an Ã  la carte restaurant with air-conditioning, with highchairs, internet. There are many services available at the establishment, including room service and a laundry service. It also has a car park. SITUATION: This trendy hotel is situated close to the city centre, Liverpool Street it is 6 minutes away from Where you can find the train station and restaurants. 300 metres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, internet, a double bed, tiled floors, fitted carpets, an air-conditioning system, a central heating system, a safety deposit box and a small separate sitting room. FACILITIES: The establishment boasts a gym. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service, all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4545.14" OriginalAmount="4500.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51682" Longitude="-0.10969" StarRating="0" HotelCode="|444945" HotelName="The Chronicle by Supercity Aparthotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Norwich Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/5/444945_65139351329.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4551.06" OriginalAmount="4506" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|521087-18985787/8581117480298971650/15515" HotelName="INDIGO LONDON - 1 LEICESTER SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19630000/19622600/19622518/3725fe42_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4559.14" OriginalAmount="4514" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="667935|489744" HotelName="Vilenza Accommodation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36a/38  Newark Street, Tower Hamlets, London E1 2AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/fb/91fbc0a8e66c89bd4dfacbbf3909cc2691552223.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4562.88" OriginalAmount="4517.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5169939" Longitude="-0.1492839" StarRating="4" HotelCode="|17979" HotelName="The Welbeck" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WELBECK STREET 57-59</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/9/17979_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1910, renovated in 2000. It has 7 floors, 164 rooms, 8 single rooms, 154 double rooms and 2 suites. The establishment boasts a lobby with elevators, a reception with a bureau de change and a safety deposit box service. This establishment offers room service. SITUATION: This elegant hotel is close to the city centre. It is 150 metres away from Oxford Street, has excellent transport links to Piccadilly Circus. 200 metres away, guests will find Bond Street Metro Station. It is situated 10 kilometres away from London City Airport. ROOM: Customers have inviting rooms with air-conditioning, a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a safe, internet, fitted carpets, tiled floors and central heating. FACILITIES: This establishment has a bar, an air-conditioned Ã  la carte restaurant with a non-smoking area, highchairs, a conference room, internet and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4563.90" OriginalAmount="4518.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5108986" Longitude="-0.1277" StarRating="5" HotelCode="|20371" HotelName="St Martins Lane London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ST. MARTIN'S LANE 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/7/1/20371_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1989, has 6 floors, 204 standard rooms and suites and lofts. In the entrance, guests are offered a lobby with a reception, a currency exchange service, a safety deposit box service, a cloakroom and lifts. The establishment has a conference room, indoor parking, a car park, a bar, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is situated in Covent Garden and the theatre district. Nearby, you will find shops, leisure areas, restaurants and museums. It is situated close to Trafalgar Square, Leicester Square and Soho and the commercial district. ROOM: Customers have cosy, comfortable rooms with views of the historic centre of London and a bathroom with a hairdryer. They have a direct line telephone, a satellite or cable television, internet, heating, tiled floors, fitted carpets and interactive lights. Garden rooms with terraces. FACILITIES: Guests can enjoy a gym. OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4567.22" OriginalAmount="4522" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|142487-18986224/8581117480298971650/15320" HotelName="INDIGO LONDON TOWER HILL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3750000/3744600/3744509/38821cc0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4570.25" OriginalAmount="4525" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525598550264" Longitude="-0.0829017162323" StarRating="4" HotelCode="61170|444244" HotelName="The Hoxton Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Country House,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>81 Great Eastern Street, London EC2A 3HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/8f/d48fa31f5dc94a0a2d12a51a0eb8b2e51d1fad91.jpeg</HotelPictures>
        <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="83" TotalAmount="4570.25" OriginalAmount="4525" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4545-18113901/8581117480298971650/18143" HotelName="THE ROYAL HORSEGUARDS LONDON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26000/25926/c969b69a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4572.27" OriginalAmount="4527" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519348553898" Longitude="-0.12082278728485" StarRating="4" HotelCode="18325|9766" HotelName="NYX Hotel London Holborn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50-60 Southampton Row, London WC1B 4AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e8/ede81058e6913312ab9ede46e46dc5383c0d889b.JPEG</HotelPictures>
        <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="4573.28" OriginalAmount="4528" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498971494016" Longitude="-0.1426873887629" StarRating="4" HotelCode="445901|199860" HotelName="The Resident Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>10 Palace Place, London SW1E 5BW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4576.31" OriginalAmount="4531" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17841-18114904/8581117480298971650/18593" HotelName="NYX HOTEL LONDON HOLBORN BY LEONARDO HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/579400/579374/6ec643f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4576.61" OriginalAmount="4531.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5127447" Longitude="-0.0850528" StarRating="4" HotelCode="|166899" HotelName="Club Quarters London City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Gracechurch Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/8/9/9/166899_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Club Quarters Gracechurch is rated four stars. It has WiFi (free of charge), air-conditioning, computer, a printing service (free of charge), mineral water (free of charge) and a gym (free of charge). The establishment also has a living room, daily newspapers, magazines, coffee pot and a teapot. SITUATION: This establishment is in the business district. 400 metres away from the establishment, you can find the metro stations Monument and Bank. It is next to the Market of Leadenhall. 500 metres away, guests will find the river the Thames and el puente de Londres. ROOM: Customers have stylish rooms with luxury beds, modern furniture and a large desk. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4576.69" OriginalAmount="4531.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51727" Longitude="-0.08921" StarRating="0" HotelCode="|534992" HotelName="The Moorgate by Cove" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 London Wall</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/9/9/2/534992_964e7e31118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4579.49" OriginalAmount="4534.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50024" Longitude="-0.17997" StarRating="4" HotelCode="|184494" HotelName="The Gore London – Starhotels Collezione" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>190 Queen Gate, Kensington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/9/4/184494_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4582.49" OriginalAmount="4537.12" MarkupRule="1.00">
      <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 15/09/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="83" TotalAmount="4590.45" OriginalAmount="4545" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450216-32393850/8581117480298971650/8670" HotelName="THE DERBY LONDON CITY, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120700000/120691100/120691071/fcd92217_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4594.49" OriginalAmount="4549" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494874707544" Longitude="-0.18997013568878" StarRating="4" HotelCode="14336|13495" HotelName="Xenia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Cromwell Road, South Kensington, London SW5 0TL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/f5/97f5862a4cc21df76d509f82d20db31541d1a0c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4598.53" OriginalAmount="4553" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517419" Longitude="-0.137083" StarRating="5" HotelCode="17190|12109" HotelName="Sanderson London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Berners Street, London W1T 3NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/0c/5d0c6327fb86c759bdbd095b5bd1826ba5f42c00.jpeg</HotelPictures>
        <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="83" TotalAmount="4599.54" OriginalAmount="4554" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|95325-219493/8581117480298971650/7071" HotelName="BEST WESTERN PLUS DELMERE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21700/21632/w2558h3837x3y3-d6f92246_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4607.62" OriginalAmount="4562" MarkupRule="1.00">
      <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="94" TotalAmount="4608.97" OriginalAmount="4563.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506015" Longitude="-0.124128" StarRating="5" HotelCode="|18072" HotelName="The Royal Horseguards, London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WHITEHALL COURT - WESTMINSTER 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/7/2/18072_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel it has 281 luxurious rooms. SITUATION: This hotel is situated next to el Parlamento and Trafalgar Square. The establishment offers views of el rÃ­o TÃ mesis. In the surrounding area, guests will find el palacio de Buckingham, Chinatown, the theatres and the shops of the West End. Next to the establishment, clients can find One Whitehall Place ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet and a mini-bar. They also have a safety deposit box, fitted carpets and a central heating system. FACILITIES: The establishment boasts a gym. MEALS: The establishment serves buffet breakfast and lunch, Ã  la carte or set-menu lunch and dinner and dietary restrictions can be accommodated. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: Check-in is from 16:00 and check-out is at 11:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4616.18" OriginalAmount="4570.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489165" Longitude="-0.120649" StarRating="3" HotelCode="935439|585436" HotelName="Staybridge Suites London - Vauxhall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/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="27" TotalAmount="4630.85" OriginalAmount="4585" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494768" Longitude="-0.178617" StarRating="5" HotelCode="36860|56976" HotelName="130 Queen's Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Queen's Gate, Kensington, London SW7 5LE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/da/d9da5906b08840beff4eab5129eb97e25c512c14.JPEG</HotelPictures>
        <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="4643.98" OriginalAmount="4598" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506676439895" Longitude="-0.027917253967303" StarRating="5" HotelCode="27478|50226" HotelName="Canary Riverside Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/09/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="4643.98" OriginalAmount="4598" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49284" Longitude="-0.184184" StarRating="5" HotelCode="18346|13273" HotelName="The Bentley Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-33 Harrington Gardens, London SW7 4JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/56/415608f1d99e02fb8f44735009752ff5566e587b.jpeg</HotelPictures>
        <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="94" TotalAmount="4649.61" OriginalAmount="4603.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49129" Longitude="-0.11917" StarRating="4" HotelCode="|168118" HotelName="Staybridge Suites London - Vauxhall, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Vauxhall Walk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/1/1/8/168118_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a bright hall and a living room with a fireplace. SITUATION: This establishment is situated next to Albert Embankment, is situated close to the metro station, the bus station and the railway station. It has excellent transport links to taxis, the bus, the nightlife and restaurants. ROOM: All the rooms have WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4657.62" OriginalAmount="4611.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5162093" Longitude="-0.150807" StarRating="4" HotelCode="|17935" HotelName="The Mandeville" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MANDEVILLE PLACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/3/5/17935_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century, renovated in 2005, has 8 floors, 142 rooms, 19 single rooms, 88 double rooms, 4Â junior suites and 7 suites. It has a lobby with a reception, a lift, a safety deposit box service and a cloakroom. The establishment boasts a bar and a restaurant. The establishment offers guests internet, room service and a laundry service. SITUATION: This hotel Mandeville Place it is in Bond Street it is near Marylebone it is in the Wigmore Hall, the Wallace Collection and Hyde Park in the surrounding area of the establishment, guests can find Soho, Mayfair and Marble Arch it is a few minutes walk away from 800 metres away from shops, 500 metres away, guests can find bars, 50 metres away, there is a public transport stop, the British Museum and Knightsbridge it is located near. ROOM: All the rooms have a bathroom with a hairdryer, hydromassage shower, a flat-screen television, a direct line telephone, an air-conditioning system, internet, a safety deposit box, a mini-bar and fitted carpets. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4659.87" OriginalAmount="4613.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52155" Longitude="-0.10522" StarRating="4" HotelCode="|482797" HotelName="Master Farringdon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Turnmill Street 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/7/9/7/482797_d3362eb1355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4664.18" OriginalAmount="4618" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498581" Longitude="-0.08407" StarRating="3" HotelCode="154178|361571" HotelName="Residence Inn London Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="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="95" TotalAmount="4665.59" OriginalAmount="4619.4" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50612" Longitude="-0.12428" StarRating="5" HotelCode="105007" HotelName="The Royal Horseguards" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>2 Whitehall Court,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/05007/105007/1.jpg?f=17724069</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center or take in the view from a terrace and a garden. Additional amenities at this Victorian hotel include complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in London? This hotel has 3229 square feet (300 square meters) of space consisting of conference space and 13 meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4666.20" OriginalAmount="4620" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51688676" Longitude="-0.10959905" StarRating="0" HotelCode="957209|487230" HotelName="The Chronicle Supercity Aparthotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Norwich Street, London EC4A 1DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/f3/51f335a0e27fb524be5bf00ce45d1c68af8a337a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4667.21" OriginalAmount="4621" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427768-28590034/8581117480298971650/6156" HotelName="HATTON GARDEN HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83270000/83266600/83266509/2c72ea39_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4685.39" OriginalAmount="4639" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.112359000000000" Longitude="-115.172563000000000" StarRating="4" HotelCode="0|4510-28573000/8581117480298971650/6812" HotelName="LONDON BRIDGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 3645 Las Vegas Blvd South, LAS VEGAS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/4510/4510_1.jpg</HotelPictures>
        <HotelDescription>The welcoming Hotel &amp;amp; Casino is excellently situated on the world-famous Las Vegas Strip, right in the middle of all the action. The Sands Expo and Convention Centre can be reached within a 5-minute drive; the Wynn Golf Course is less than 10 minutes away by car. McCarran International Airport is 3.8 km away. Hotel features an extensive casino, various splendid dining options and a relaxing pool and spa area as well as renowned shows. The rooms are decorated in a modern and avant-garde style and have bathroom and toiletries, various electric appliances and comfortable furniture that enhance the experience and rest.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4691.45" OriginalAmount="4645" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4475-19040233/8581117480298971650/15696" HotelName="THE WELBECK," Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/8800/8769/ae51e90d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4698.52" OriginalAmount="4652" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512639" Longitude="-0.099261" StarRating="4" HotelCode="114278|16345" HotelName="Leonardo Royal Hotel London St Paul’s" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Godliman Street, London EC4V 5AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d2/afd2e4d2af9a81af6bd3846d8c5c77d41b95c768.JPEG</HotelPictures>
        <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="83" TotalAmount="4698.52" OriginalAmount="4652" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|634148-28573202/8581117480298971650/3037" HotelName="THE GYLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33130000/33128500/33128495/2d609d39_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4708.61" OriginalAmount="4661.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517873" Longitude="-0.118517" StarRating="0" HotelCode="|24292" HotelName="Citadines Apart'hotel Holborn-covent Garden London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94-99 High Holborn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/9/2/24292_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: this aparthotel and it is on a main street, renovated in 2002 6 floors and 192 studios. The establishment has a reception with safety deposit boxes, lifts, a conference room, internet, a laundry service, indoor parking and a car park. SITUATION: It is close to Royal Opera the British Museum, Piccadilly Circus, Leicester Square and Covent Garden it is close to close to the establishment, clients can find shops, restaurants, bars and nightclubs. It is situated a few minutes walk fromHolborn the metro station. ROOM: Comfortable studios with air-conditioning, They have a living room-bedroom, One-bedroom apartments All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, an iron, a safety deposit box, an open-plan kitchen fully-equipped, a fridge and fitted carpets. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="4708.98" OriginalAmount="4662.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5071" Longitude="-0.146076" StarRating="4" HotelCode="138322" HotelName="The Washington Mayfair Hotel" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>5 Curzon Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/38322/138322/1.jpg?f=17754190</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and concierge services.. Featured amenities include a 24-hour business center, express check-in, and express check-out. Planning an event in London? This hotel has 1098 square feet (102 square meters) of space consisting of conference space and meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4713.67" OriginalAmount="4667" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1259925-21410598/8581117480298971650/8361" HotelName="CANOPY BY HILTON LONDON CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/64000000/63050000/63047500/63047478/38dfb8ba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4718.72" OriginalAmount="4672" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50697347906" Longitude="-0.1260634196434" StarRating="4" HotelCode="903487|199845" HotelName="The Grand at Trafalgar Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Northumberland Avenue, Westminster, London WC2N 5BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/2f/552f080187734b315cbeb0e4437d07c9892e9357.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4720.74" OriginalAmount="4674" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|95323-221430/8581117480298971650/6937" HotelName="BEST WESTERN MORNINGTON LONDON HYDE PARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20800/20786/7ee8a3c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4721.75" OriginalAmount="4675" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4565-18114963/8581117480298971650/20220" HotelName="ST MARTINS LANE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/480000/470900/470865/b24f9444_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4734.88" OriginalAmount="4688" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|210528-28595023/8581117480298971650/2490" HotelName="RAFAYEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3150000/3145300/3145262/80385c4a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4736.75" OriginalAmount="4689.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5123" Longitude="-0.1758" StarRating="5" HotelCode="|18028" HotelName="Royal Lancaster London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANCASTER TERRACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/2/8/18028_0d802480333.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, is and conference, has 416 rooms and 22 suites. In the entrance, guests are offered a reception with safety deposit boxes, a cloakroom and a lift. You are also offered a living room. SITUATION: This urban hotel, Hyde Park and Oxford Street it is near it is located close to Lancaster Gate the metro station. ROOM: The cosy rooms, have a bathroom, a hairdryer, a satellite TV, a mini-bar, a direct line telephone, internet, fitted carpets and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a la carte or buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4745.71" OriginalAmount="4698.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52354" Longitude="-0.11114" StarRating="0" HotelCode="|445037" HotelName="The Rosebery by Supercity" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Rosebery Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/3/7/445037_66054430854.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4752.05" OriginalAmount="4705" MarkupRule="1.00">
      <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="94" TotalAmount="4753.93" OriginalAmount="4706.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493599" Longitude="-0.159366" StarRating="5" HotelCode="|78270" HotelName="11 Cadogan Gardens, The Apartments and The Chelsea Townhouse by Iconic Luxury Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CADOGAN GARDENS 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/2/7/0/78270_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 54 rooms, was built in 1876 and renovated in 2011. The establishment boasts air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a cloakroom and a lift. It has a restaurant, a cafÃ©, a bar and WiFi. The establishment offers room service, a laundry service and a car park. SITUATION: The hotel Sloane Square it is 100 metres away from 300 metres away, guests can find Sloane Square the Station of it is situated 20 kilometres away from London Heathrow Airport 38 kilometres away from London Heathrow Airport it is situated 64 kilometres away from Stansted Airport. ROOM: All the rooms have a bathroom with a shower, a bath, a hairdryer, a king-size bed, a direct line telephone, satellite and cable TV, a radio, a stereo, internet, a safety deposit box, a mini-bar, a kettle, a coffee maker, an individual air-conditioning system and individual heating. FACILITIES: The establishment has a gym, a spa and a beauty centre. Guests are offered continental breakfast and Ã  la carte lunch and dinner. The establishment also offers set-menu dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4765.26" OriginalAmount="4718.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4939995" Longitude="-0.1766" StarRating="5" HotelCode="|20361" HotelName="The Ampersand Hotel - Small Luxury Hotels Of The World" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Harrington Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/6/1/20361_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 107 rooms, 5 floors, 14 single rooms, 47 double rooms and 3 suites. It has a hall with elevators, a reception, a cosy bar, a pub and an Ã  la carte restaurant. The establishment also offers room service and a laundry service. SITUATION: It is inSouth Kensington a central area of in the surrounding area, clients can find shops, leisure areas and Victoria and Albert the Museum of Hyde Park and Knightsbridge nearby, you will find. ROOM: The rooms a bathroom, a direct line telephone, central heating and fitted carpets. FACILITIES: The establishment boasts a gym. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4793.46" OriginalAmount="4746" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507099" Longitude="-0.146076" StarRating="4" HotelCode="28667|12161" HotelName="The Washington Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Curzon Street, Mayfair, London W1J 5HE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/7d/757d229cbd983d3c843b6f3c6c1745e42cbd1ae2.jpeg</HotelPictures>
        <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="83" TotalAmount="4793.46" OriginalAmount="4746" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4541-24991448/8581117480298971650/20821" HotelName="REMBRANDT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9800/9745/cc7c000e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4794.47" OriginalAmount="4747" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|633632-21409462/8581117480298971650/8557" HotelName="HART SHOREDITCH HOTEL LONDON, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39650000/39644700/39644645/9d9ed7c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4797.50" OriginalAmount="4750" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1265374-21403548/8581117480298971650/18208" HotelName="WILDE BY STAYCITY LONDON PADDINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70040000/70033100/70033061/5bd44af4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4804.57" OriginalAmount="4757" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|161866-18136984/8581117480298971650/20059" HotelName="LEONARDO ROYAL LONDON ST PAULS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1460000/1458000/1457972/c77e1280_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4812.65" OriginalAmount="4765" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51226447" Longitude="-0.09351085" StarRating="4" HotelCode="440132|199544" HotelName="Cove - Cannon Street, The City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>46 Cannon Street, London EC4N 6JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8b/ea8b444d11b2e7f9f03e6c70717b6d3643153c3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cove - Cannon Street, The City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4814.67" OriginalAmount="4767" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427770-32704748/8581117480298971650/22000" HotelName="HYDE LONDON CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100020000/100012100/100012096/a045db87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4822.77" OriginalAmount="4775.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5138722" Longitude="-0.1013714" StarRating="4" HotelCode="|166902" HotelName="Club Quarters , St. Paul's" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Ludgate Hill</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/9/0/2/166902_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Club Quarters St Paul's is rated four stars. It has WiFi (free of charge), air-conditioning, a computer and a printing service. The establishment also offers mineral water, a gym (free of charge), daily newspapers (free of charge), magazines, coffee service and a tea service. Regarding the food and beverage offering, the establishment has a restaurant. The establishment offers guests room service. SITUATION: This establishment is in the Business Centre Londres. It is situated next to Cathedral St Paul. Close to the establishment, clients can find the river the Thames. It is situated 650 metres away from the art gallery Tate Modern, el Puente del Milenio and el Shakespeare's Globe Theatre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4822.85" OriginalAmount="4775.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509293" Longitude="-0.126627" StarRating="4" HotelCode="|444647" HotelName="Page8, Page Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 St. Martins Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/4/7/444647_6fd0c401035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4834.87" OriginalAmount="4787" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498233" Longitude="-0.179956" StarRating="4" HotelCode="258822|338" HotelName="The Queen's Gate Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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="27" TotalAmount="4835.88" OriginalAmount="4788" MarkupRule="1.00">
      <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="4836.89" OriginalAmount="4789" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512699713145" Longitude="-0.084646650042596" StarRating="4" HotelCode="34460|51874" HotelName="Club Quarters Hotel Gracechurch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Gracechurch Street, London, Greater London EC3V 0DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/71/637105353253de625144561772c68348ee751dae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4840.84" OriginalAmount="4792.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49437" Longitude="-0.189836" StarRating="4" HotelCode="|168056" HotelName="London Marriott  Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>147 Cromwell Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/0/5/6/168056_19.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby, 7 floors, 216 rooms, internet, a restaurant and a bar. SITUATION: This establishment is close to the Natural History Museum, Royal Albert Hall and the stores of Kensington High Street. It has excellent transport links to the metro station. It is in Gloucester Road, has excellent transport links to taxis, the bus, the nightlife and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4843.96" OriginalAmount="4796" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464780-32919967/8581117480298971650/22272" HotelName="HYATT REGENCY LONDON OLYMPIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/126000000/125600000/125598500/125598452/ac0e4e9d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4857.09" OriginalAmount="4809" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525389" Longitude="-0.117676" StarRating="4" HotelCode="148307|240824" HotelName="The Goodenough on Mecklenburgh Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/09/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="8" TotalAmount="4866.75" OriginalAmount="4818.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498052" Longitude="-0.164031" StarRating="5" HotelCode="114336|316591" HotelName="Claverley" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4872.24" OriginalAmount="4824" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523619331151" Longitude="-0.11115895337298" StarRating="4" HotelCode="477345|371102" HotelName="The Rosebery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rosebery Avenue, EC1R 4SX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/ca/24cae69bc5f8bc0715f9f82fdf4ffb979bdedaa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, The Rosebery Aparthotel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4874.26" OriginalAmount="4826" MarkupRule="1.00">
      <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="83" TotalAmount="4875.27" OriginalAmount="4827" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1445097-28889777/8581117480298971650/22296" HotelName="INDIGO LONDON CLERKENWELL BY IHG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/116000000/115610000/115601300/115601254/e9f46432_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4880.32" OriginalAmount="4832" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764600000000000" Longitude="-73.977700000000000" StarRating="5" HotelCode="0|149800-18137284/8581117480298971650/17859" HotelName="ROYAL LANCASTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>123 West 57Th Street, NEW YORK CITY, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/518100/518026/22382f1c_b.jpg</HotelPictures>
        <HotelDescription>In Midtown Manhattan, a short walk away from the famous Fifth Avenue shops, and Central Park, just opposite Carnegie Hall, there is this beautiful hotel. Also only steps away, there are the Lincoln Center, Radio City Music Hall, the Museum of Modern Art and the Broadway theatres. Guests of this city hotel are welcomed in the lobby with 24-hour reception, a hotel safe and lift access to the upper floors. Facilities include air conditioning, a restaurant, and room and laundry services (both for additional fees).&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4886.38" OriginalAmount="4838" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|31254" HotelName="The Clermont Charing Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Strand, London WC2N 5HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/43/9b43b60abe9ce4e46a4eaf87ec652bd3ccd0e074.jpeg</HotelPictures>
        <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="94" TotalAmount="4899.51" OriginalAmount="4851.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5032524" Longitude="-0.078179" StarRating="5" HotelCode="|216087" HotelName="The LaLiT London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181, Tooley Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/0/8/7/216087_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4901.25" OriginalAmount="4852.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49439" Longitude="-0.18583" StarRating="0" HotelCode="|191544" HotelName="Ashburn Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Ashburn Gardens, South Kensington,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/5/4/4/191544_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4905.43" OriginalAmount="4856.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51091" Longitude="-0.120681" StarRating="4" HotelCode="|18076" HotelName="Strand Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>372 STRAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/7/6/18076_12baf371154.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1908, has 9 floors, 785 standard rooms, 385 single rooms, 398 double rooms and 2 suites. In the entrance, you can find a reception, a safe, a currency exchange service and a lift. It also has shops, a bar, a pub, a television room, an Ã  la carte restaurant, a conference room, internet and WiFi. The establishment offers room service and a laundry service. SITUATION: This attractive hotel is near Covent Garden, Trafalgar Square and Leicester Square it has excellent transport links to Covent Garden Train Station. ROOM: The cosy rooms have a bathroom with a hairdryer, a direct line telephone, satellite and cable television, internet, a kettle, a coffee maker, tiled floors, fitted carpets, a central heating system and a safe. MEALS: The establishment serves a buffet breakfast and dinner and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4909.61" OriginalAmount="4861" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.168" Longitude="121.588" StarRating="4" HotelCode="0|347759-28571933/8581117480298971650/5680" HotelName="ST GEORGE WEMBLEY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>18 TIAN HSYANG ROAD, SHIOU LIN VILLAGE, HUALIEN COUNTY, TAIWAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10930000/10928600/10928595/fdb3c0be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4911.63" OriginalAmount="4863" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|287603-32925899/8581117480298971650/21232" HotelName="RESIDENCE INN BY MARRIOTT LONDON KENSINGTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2280000/2270900/2270848/11137c63_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="4915.32" OriginalAmount="4866.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5197" Longitude="-0.14327" StarRating="3" HotelCode="108708" HotelName="Astor Court Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>20 Hallam Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/08708/108708/2.jpg?f=17698356</HotelPictures>
        <HotelDescription>A 5-minute walk from the shops at Oxford Street and Regent Street, this elegant Victorian town house offers a buffet-style continental breakfast and is a short walk from many Tube stations. Free Wi-Fi is available in all areas. Astor Court Hotel is a Grade II Listed building, and each spacious room and apartment has unique features. Bedrooms have free tea/coffee facilities and satellite TV. Regent's Park is a 10-minute walk from Astor Court. London's West End theatres, Piccadilly and Covent Garden are just 10 minutes from Astor Court Hotel. Westminster is a great choice for travellers interested in Shopping, Theatre and Monuments. This area is also great for shopping, with popular brands nearby: Cartier, Hermès, H&amp;M, Zara, Nike
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4916.68" OriginalAmount="4868" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51727059" Longitude="-0.08919489" StarRating="3" HotelCode="872137|416220" HotelName="The Moorgate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 London Wall, London EC2M 5QX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/8d/798d5fc9126f56b194f1c1caff3e1fe09abc00af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4920.72" OriginalAmount="4872" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13584-28569668/8581117480298971650/2617" HotelName="RADISSON BLU HOTEL, LONDON MARBLE ARCH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/23600/23504/88519f9b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4923.75" OriginalAmount="4875" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5104" Longitude="-0.12681" StarRating="5" HotelCode="18145|31915" HotelName="St. Martins Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 St. Martin's Lane, London WC2N 4HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/ff/d4ff552c7904770374aa10790c8a0f6364aa6471.jpeg</HotelPictures>
        <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="4926.78" OriginalAmount="4878" MarkupRule="1.00">
      <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 18/09/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="83" TotalAmount="4927.79" OriginalAmount="4879" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|175900-28571018/8581117480298971650/5572" HotelName="HYATT HOUSE LONDON STRATFORD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4830000/4823100/4823071/6d6eb9fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="4935.33" OriginalAmount="4886.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494408" Longitude="-0.142068" StarRating="4" HotelCode="3963514" HotelName="Hotel Riu Plaza London Victoria" Meals="DELUXE ROOM WITHOUT WINDOW" BedType="DELUXE ROOM WITHOUT WINDOW">
        <Address>
          <AddressLines>
            <AddressLine>1 Neathouse Place,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/63514/3963514/17.jpg?f=17719631</HotelPictures>
        <HotelDescription>Enjoy the recreation opportunities such as a 24-hour fitness center or make use of other amenities including complimentary wireless internet access.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4937.89" OriginalAmount="4889" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1317369-21410597/8581117480298971650/9533" HotelName="LOST PROPERTY ST. PAUL'S LONDON, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75040000/75030700/75030622/d0266c15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4939.91" OriginalAmount="4891" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|163834-28509000/8581117480298971650/4786" HotelName="MIIRO TEMPLETON GARDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21700/21688/6b303627_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4942.94" OriginalAmount="4894" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|10563-18114893/8581117480298971650/17688" HotelName="CITADINES HOLBORN COVENT GARDEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/450000/447100/447037/c5354531_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4953.20" OriginalAmount="4904.16" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="4955.55" OriginalAmount="4906.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516436" Longitude="-0.163698" StarRating="4" HotelCode="|17937" HotelName="London Marriott Marble Arch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GEORGE STREET 134</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/3/7/17937_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1973 and renovated in 2004. It has 240 rooms, 84 double rooms and 12 floors. It has a reception, a lift, a cloakroom, a safety deposit box service and a currency exchange service. The establishment boasts the bar and a restaurant. The establishment offers internet, room service, a laundry service, a conference room, a car park and an indoor car park. SITUATION: Oxford Street It is near Where you can find leisure areas, bars, pubs and restaurants. close to the establishment, guests have Marble Arch and Edgware Road the metro stations of. ROOM: The stylish rooms, have central heating, tiled floors, fitted carpets and a direct line telephone. They also have a hairdryer, a satellite television, internet, a mini-bar and a safe. FACILITIES: The establishment boasts a covered pool, a swimming pool, a sauna, a solarium and a gym. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4962.13" OriginalAmount="4913" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.64489" Longitude="99.02253" StarRating="4" HotelCode="0|94126-21403857/8581117480298971650/9320" HotelName="DOUBLETREE BY HILTON LONDON WEST END" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>333 MOO 1,KAW KWANG BEACH,KOH LANTA YAI, KRABI,SOUTH EASTERN ASIA,KRABI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/430000/428200/428177/a5447f35_b.jpg</HotelPictures>
        <HotelDescription>Twinbay Resort have designed the bungalows with the guests best interests considered; fitting mosquito screening on their doors and windows, providing spacious rooms and balconies and finishing the bathrooms to hotel standards. Most of the room are right on the beach, and those that aren`t still command excellent views All of room are private bathroom and air conditioning and hot water.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="4974.33" OriginalAmount="4925.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524215948057" Longitude="-0.13784274458885" StarRating="4" HotelCode="16387|1308886" HotelName="Radisson Blu Edwardian Grafton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,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="83" TotalAmount="4975.26" OriginalAmount="4926" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|81608-28556948/8581117480298971650/4285" HotelName="CITADINES SOUTH KENSINGTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/330000/330000/329968/039ded3f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4975.26" OriginalAmount="4926" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|650723-28574231/8581117480298971650/4523" HotelName="BLUEPRINT LIVING APARTMENTS -TURNMILL STREET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/650723/2022131134120783.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4986.33" OriginalAmount="4936.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508591" Longitude="-0.124761" StarRating="4" HotelCode="|18003" HotelName="The Clermont, Charing Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STRAND, CHARING CROSS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/0/3/18003_d47e1821752.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1864, renovated in 2000. It has a main building, an annexed building, 6 floors, 239 double rooms and 33 apartments. In the entrance, you can find a lobby with elevators, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment boasts a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning, conference rooms and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This establishment is in London city centre. It has good links to public transport services. Near the establishment, you will find Trafalgar Square and Covent Garden it is situated 100 metres away from restaurants, bars, shops, clubs and nightclubs. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a television, a radio, internet, a mini-bar, fitted carpets, an air-conditioning system, central heating and a safe. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accommodated and special dishes can be made. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4988.47" OriginalAmount="4939.08" MarkupRule="1.00">
      <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 12/09/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="94" TotalAmount="4990.85" OriginalAmount="4941.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525062" Longitude="-0.0825705" StarRating="5" HotelCode="|214886" HotelName="Nobu Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-50 Willow St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/4/8/8/6/214886_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5003.54" OriginalAmount="4954" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52510996" Longitude="-0.08285078" StarRating="5" HotelCode="535553|230858" HotelName="Nobu Hotel Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10-50 Willow Street, Shoreditch, London EC2A 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b6/26b6094007ec763823e5794ba0ba44027fafa263.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5010.45" OriginalAmount="4960.84" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="5021.92" OriginalAmount="4972.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4924297" Longitude="-0.1781692" StarRating="5" HotelCode="|17987" HotelName="The Kensington" Meals="ROOM ONLY" 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="83" TotalAmount="5045.96" OriginalAmount="4996" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4588-28569196/8581117480298971650/3411" HotelName="RADISSON BLU HOTEL, LONDON SOUTH KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11800/11715/19db0067_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5046.45" OriginalAmount="4996.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.542538" Longitude="-0.0041" StarRating="4" HotelCode="|80844" HotelName="Hyatt Regency London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10a Chestnut Plaza,Westfield Stratford CityMontfichet Road, Olympic Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/4/4/80844_78a0a1e0712.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, a bar, a terrace, a gym and a business centre. SITUATION: This hotel Westfield Stratford City it is in Londres it is close to O2 Arena the stadium nearby, you will find bars, restaurants, is situated 5 kilometres away from London City the airport It has excellent transport links to the train and the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5050.00" OriginalAmount="5000" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.7939" Longitude="17.2045" StarRating="3" HotelCode="0|374807-28581584/8581117480298971650/1135" HotelName="NO 1 THE MANSIONS BY MANSLEY SERVICED APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>HEVIZI UTCA 1, CSERSZEGTOMAJ, HU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/871100/871024/542fb816_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Club Dobogomajor is a family-friendly Cserszegtomaj aparthotel on a lake and close to Lake Heviz, Roman Catholic Church of the Holy Spirit, and Festetics Palace.    Property Features.   Club Dobogomajor's restaurant serves breakfast, lunch, and dinner. The aparthotel also has a snack bar/deli and a coffee shop/café. A bar/lounge is open for drinks. The aparthotel serves a complimentary buffet breakfast each morning in the restaurant. Recreational amenities include an outdoor pool, an indoor pool, a children's pool, outdoor tennis courts, and indoor tennis courts. Spa amenities include massage/treatment rooms, body treatments, beauty services, and a hair salon. High-speed (wired) Internet access (surcharge) is available in public areas. For a surcharge, shuttle services include an area shuttle and a train station pick-up service.  Concierge services, tour/ticket assistance, and tour assistance are available. Guest parking is complimentary. Additional property amenities include a rooftop terrace, a library, and a fitness facility. Guests have access to a partner property's indoor pool, outdoor pool, health club, and recreational facilities.    Guestrooms.     312 guestrooms at Club Dobogomajor feature coffee/tea makers and safes. At this 3-star aparthotel, accommodations include kitchenettes with stovetops, microwaves, refrigerators, and cookware/dishes/utensils. Bathrooms feature handheld showerheads and hair dryers. Wired high-speed and wireless Internet access is available for a surcharge. In addition to desks and complimentary newspapers, guestrooms offer direct-dial phones. Televisions have satellite channels. Guests may request in-room massages, irons/ironing boards, and wake-up calls. Guestrooms are all non-smoking.     Room Info:       Notifications and Fees:          Unless otherwise indicated, the charges below are not included in the overall room price. If not included in the overall room price, they will be charged by the property at check-in or check-out. Charges can vary, for example, based on length of stay or the room you book. This property told us they will charge you for the following:   A tax is imposed by the city: EUR 1.3 per person, per night. This tax does not apply to children under 19 years of age.    We have included all charges provided to us by the property. However, charges can vary, for example, based on length of stay or the room you book.  The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Pet fee: EUR 10 per pet, per night  Fee for wireless Internet in business center: EUR 4 per day (rates may vary)     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 1 PM  Check-out time is noon  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5086.36" OriginalAmount="5036" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|168785-28595014/8581117480298971650/3125" HotelName="BEAUFORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9700/9615/27d45dd3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5086.84" OriginalAmount="5036.48" MarkupRule="1.00">
      <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 17/09/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="5086.93" OriginalAmount="5036.56" MarkupRule="1.00">
      <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 16/09/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="5098.48" OriginalAmount="5048" MarkupRule="1.00">
      <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="94" TotalAmount="5098.98" OriginalAmount="5048.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511908" Longitude="-0.132443" StarRating="4" HotelCode="|18062" HotelName="Montcalm Piccadilly Townhouse, London West End" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65-73 Shaftesbury Avenue,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/6/2/18062_1c48e4f0348.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel establishment with air-conditioning, was built in 1900 and renovated in 2003. It has 6 floors, 67 rooms, 9 single rooms and 47 double rooms. It has a reception, a safety deposit box service, internet, a conference room and a lift. The establishment also offers room service and a laundry service. SITUATION: Shaftesbury Avenue It is in in the surrounding area of the establishment, guests can find tourist points of interest, shops, bars, pubs and nightclubs. 100 metres away, guests have a public transport stop. ROOM: The comfortable rooms, have fitted carpets, a direct line telephone, a satellite TV, internet and a radio. They also have a mini-bar, a fridge, a hairdryer, a safety deposit box and central heating. FACILITIES: The establishment boasts a gym. OTHERS: Regarding the food and beverage offering, clients have buffet or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="5103.66" OriginalAmount="5053.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49326" Longitude="-0.127276" StarRating="4" HotelCode="33453" HotelName="Riu Plaza London The Westminster" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>30 John Islip Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/33453/33453/1.jpg?f=17753760</HotelPictures>
        <HotelDescription>Enjoy the recreation opportunities such as a 24-hour fitness center or make use of other amenities including complimentary wireless internet access.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5104.54" OriginalAmount="5054" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1466059-32928342/8581117480298971650/2521" HotelName="MOXY LONDON PICCADILLY CIRCUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/120000000/119610000/119607200/119607125/58edb09f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5107.57" OriginalAmount="5057" MarkupRule="1.00">
      <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="27" TotalAmount="5110.60" OriginalAmount="5060" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510850896669" Longitude="-0.12079666927548" StarRating="4" HotelCode="17983|33772" HotelName="Strand Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>372 Strand, London WC2R 0JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/1f/a31ff64ab47eb40dfd057aa4da83e5d841b710f8.png</HotelPictures>
        <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="5112.62" OriginalAmount="5062" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51103893" Longitude="-0.13022009" StarRating="3" HotelCode="261737|93737" HotelName="Premier Inn London Leicester Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Leicester Place, Leicester Square, London WC2H 7BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/613100/20197301046679.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5135.85" OriginalAmount="5085" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514328" Longitude="-0.13945" StarRating="5" HotelCode="366268|11968" HotelName="Courthouse Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Great Marlborough Street, London W1F 7HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/a9/dda9bf2fb0b75f3483bbe355d8ab92650e03ce0b.jpeg</HotelPictures>
        <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="94" TotalAmount="5138.56" OriginalAmount="5087.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49848" Longitude="-0.083975" StarRating="4" HotelCode="|455327" HotelName="Residence Inn by Marriott London Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>201-211 Long Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/3/2/7/455327_e0e92bb1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5149.16" OriginalAmount="5098.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49443" Longitude="-0.17471" StarRating="5" HotelCode="|184028" HotelName="The Pelham London - Starhotels Collezione" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Cromwell Place, South Kensington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/2/8/184028_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5151.00" OriginalAmount="5100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50930421" Longitude="-0.12660229" StarRating="4" HotelCode="986071|456342" HotelName="Page 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 St. Martin’s Place, London WC2N 4JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5c/005cf04beca627f2fc1dfe878c08f2f056469d73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5168.24" OriginalAmount="5117.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515907" Longitude="-0.120217" StarRating="5" HotelCode="|25261" HotelName="Middle Eight - Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GREAT QUEEN STREET, 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/6/1/25261_e4cb60e1248.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 170 rooms, 7 floors and 2 suites. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a cloakroom, a lift and a currency exchange service. The establishment boasts a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning, with highchairs, a conference room and internet. There are many services available at the establishment, including room service, a medical care service and a laundry service. SITUATION: This hotel is situated in Covent Garden a central area of Oxford Street, the British Museum, Theatreland and the Real Opera near the establishment, guests will find it is near the metro stations. ROOM: Suites They have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a double bed, fitted carpets, central heating, an air-conditioning system and a safe (available for a fee). FACILITIES: Guests can enjoy a jacuzzi, a sauna, a steam bath and a gym. OTHERS: Regarding the food and beverage offering, clients have all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5184.91" OriginalAmount="5133.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514133" Longitude="-0.127293" StarRating="4" HotelCode="|17977" HotelName="Radisson Blu , London Mercer Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Mercer Street, Covent Garden</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/7/17977_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900 and renovated in 2003. It has 7 floors, 151 rooms, 21 single rooms, 122 double rooms and 8 suites. Guests have access to a reception, a currency exchange service, a cloakroom and lifts. It has a bar, a restaurant, internet and WiFi. There are many services available at the establishment, including room service and a laundry service. SITUATION: This urban hotel is situated in Covent Garden a central area of near the establishment, guests will find shops, restaurants, bars and pubs. 300 metres away, there is a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a satellite or cable television, internet, a safety deposit box, central heating, tiled floors and fitted carpets. FACILITIES: Guests can enjoy a gym. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5186.35" OriginalAmount="5135" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351812-23294702/8581117480298971650/19744" HotelName="RIU PLAZA LONDON VICTORIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78560000/78550400/78550383/205eb24f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5186.47" OriginalAmount="5135.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511146" Longitude="-0.11944" StarRating="5" HotelCode="|78088" HotelName="ME by Meliá London - Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>336-337 The Strand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/8/8/78088_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, bars and a lobby. SITUATION: This hotel Strand it is in Close to the Thames the river, shops, art galleries, museums, restaurants, bars and the nightlife. ROOM: Clients can find 157 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5188.37" OriginalAmount="5137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1272187-32596411/8581117480298971650/963" HotelName="Z HOTEL HOLBORN" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103100000/103092500/103092462/7f80ddbd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5188.37" OriginalAmount="5137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4456-28569653/8581117480298971650/1720" HotelName="RADISSON BLU HOTEL, LONDON EUSTON SQUARE (FORMERLY GRAFTON)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/700/608/b4cfc5b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5195.28" OriginalAmount="5143.84" MarkupRule="1.00">
      <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 16/09/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="83" TotalAmount="5203.52" OriginalAmount="5152" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|877868-28577483/8581117480298971650/6454" HotelName="THE BULL AND THE HIDE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12020000/12015600/12015537/a59f92d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5208.57" OriginalAmount="5157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517811028745" Longitude="-0.12800227976231" StarRating="4" HotelCode="44704|4446" HotelName="Radisson Blu Edwardian Kenilworth Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Great Russell Street, Bloomsbury, London WC1B 3LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/37/463712d9e69493a3b219a1eebbd11e67e30b0de5.JPEG</HotelPictures>
        <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="5229.78" OriginalAmount="5178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|35609" HotelName="The Pelham" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Cromwell Place, South Kensington, London SW7 2LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/54/cb54b3c7335b84c9a09827532d668aa099f96931.jpeg</HotelPictures>
        <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="5235.52" OriginalAmount="5183.68" MarkupRule="1.00">
      <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 15/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5238.87" OriginalAmount="5187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1409527-28587523/8581117480298971650/3671" HotelName="MALDRON HOTEL SHOREDITCH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102330000/102324900/102324802/e0c2dfc1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5244.24" OriginalAmount="5192.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509916862386" Longitude="-0.12972503900528" StarRating="5" HotelCode="326443|9016" HotelName="Radisson Blu Edwardian Hampshire Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/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>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="5249.98" OriginalAmount="5198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494359" Longitude="-0.189891" StarRating="4" HotelCode="80368|31898" HotelName="London Marriott Hotel Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/09/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="94" TotalAmount="5255.91" OriginalAmount="5203.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5160597" Longitude="-0.0881102" StarRating="4" HotelCode="|67134" HotelName=" Clayton Hotel London Wall" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>COPTHALL AVENUE 7-9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/3/4/67134_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious establishment and contemporary style, it was opened in 2009 and has 89 rooms and suites. The establishment boasts a restaurant, a bar, a gym, a lobby, a reception and a lift. The establishment also offers WiFi, room service and a laundry service. SITUATION: This hotel is in the business area, near the establishment, you will find places of interest, close to the establishment, guests have the railway station, the metro station, is situated 12 kilometres away from London City Airport the establishment is 30 kilometres away from London Heathrow Airport it is situated 53 kilometres away from Gatwick Airport 54 kilometres away from Stansted Airport. ROOM: All the rooms have an LCD television, WiFi, a bathroom with a shower, a bath, a hairdryer, a king size or double bed, a direct line telephone, a radio, a safe, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and individual heating. FACILITIES: The establishment has a gym. MEALS: Regarding the food and beverage offering, the establishment offers an elegant restaurant and a bar. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5259.07" OriginalAmount="5207" MarkupRule="1.00">
      <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="27" TotalAmount="5262.10" OriginalAmount="5210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511751442225" Longitude="-0.17764940857887" StarRating="4" HotelCode="66003|341" HotelName="Corus Hotel Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/09/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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Lancaster Gate, London W2 3LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/d1/c2d1ec932715bbc56b5afe5aedd84bee018e6afa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly next to Hyde Park and only a short distance from Oxford Street. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="5289.50" OriginalAmount="5237.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515625" Longitude="-0.15703529" StarRating="5" HotelCode="89295" HotelName="Hyatt Regency London - The Churchill" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>30 Portman Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/89295/89295/52.jpg?f=17695484</HotelPictures>
        <HotelDescription>Facilities: The hotel has 445 rooms, including 56 suites, 18 single rooms and 362 double rooms, which are located on 9 storeys and are reachable by lift. Multilingual staff at the reception are happy to assist guests at the reception desk round the clock. Check-in and check-out are available 24 hours a day. Services such as a cloakroom, baggage storage service, safe, currency exchange service and cash machine ensure a comfortable stay. Wireless internet access allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel offers various facilities for guests with disabilities. Wheelchair-accessible facilities are available. There are also a number of shops that make for great strolling and browsing. A garden provides extra space for rest and relaxation in the open air. Guests arriving by car can park their vehicles in the garage or in the car park. Further services include a 24-hour security service, a babysitting service, a childcare service, a car hire service, translation services, room service, a laundry service, a hairdresser and a coin-operated laundry. Complimentary newspapers are available. A business centre with fax machine and projector is available.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5296.28" OriginalAmount="5243.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54254462" Longitude="-0.00508673" StarRating="4" HotelCode="175782|316925" HotelName="Holiday Inn London Stratford City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/09/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="5301.65" OriginalAmount="5249.16" MarkupRule="1.00">
      <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 16/09/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>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5309.74" OriginalAmount="5257.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5291195" Longitude="-0.1218179" StarRating="4" HotelCode="|167236" HotelName="The Gyle - Kings Cross St Pancras, London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Argyle Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/3/6/167236_637c94f1227.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, an ironing set and a hairdryer. SITUATION: This establishment is in a green area of Londres. It is situated 2 minutes walk away from the train and the metro station. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5325.73" OriginalAmount="5273" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|108507-32594213/8581117480298971650/5267" HotelName="HARRINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/889200/889177/1c8daea1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5345.93" OriginalAmount="5293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498799" Longitude="-0.136877" StarRating="5" HotelCode="|444940" HotelName="The Guardsman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Vandon Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/0/444940_75a44f11325.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5350.98" OriginalAmount="5298" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52163832" Longitude="-0.08572789" StarRating="5" HotelCode="469797|200302" HotelName="Montcalm Royal London House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-25 Finsbury Square, EC2A 1DX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/5a/f75a1e60606006eed037a5c610e78a02fad766a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="5351.10" OriginalAmount="5298.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50865" Longitude="-0.12479" StarRating="4" HotelCode="13124" HotelName="The Clermont London, Charing Cross" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>The Strand,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13124/13124/38.jpg?f=17753589</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities including a fitness center and in-room fitness. Additional features at this Victorian hotel include complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include a computer station, express check-in, and express check-out. Planning an event in London? This hotel has 6878 square feet (639 square meters) of space consisting of a conference center and 9 meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5356.55" OriginalAmount="5303.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5209427" Longitude="-0.156984" StarRating="4" HotelCode="|20366" HotelName="Holmes London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Chiltern Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/6/6/20366_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 18th Century, renovated in 2001, has 5 floors, 119 standard rooms, 70 single rooms, 26 double rooms, 3 suites and 17 apartments. The establishment has a lobby with elevators, a reception with safety deposit boxes, a television room, an Ã  la carte restaurant with air-conditioning and highchairs. The establishment offers guests conference rooms, internet, room service and a laundry service. SITUATION: This hotel is in Baker Street it has excellent transport links to places of interest, such as el Hyde Park, Regents Park, Madame Tussauds and Oxford Street, close to restaurants, bars and shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a fridge, a central heating system and a safe. FACILITIES: Guests are offered a sauna, a Turkish bath, a massage service and a gym. MEALS: The establishment serves a buffet breakfast, menu and Ã  la carte lunch and an Ã  la carte dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5358.05" OriginalAmount="5305" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1322869-28555471/8581117480298971650/4185" HotelName="MASTER CANNON LONDON SERVICED APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27530000/27523900/27523874/de31bfb3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5367.27" OriginalAmount="5314.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514813" Longitude="-0.134043" StarRating="4" HotelCode="|220597" HotelName="The Resident Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Carlisle Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/5/9/7/220597_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5369.16" OriginalAmount="5316" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12738-28569647/8581117480298971650/6310" HotelName="INDIGO LONDON K WEST SHEPHERDS BUSH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/898700/898660/3aa5935a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5375.22" OriginalAmount="5322" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|208865-28597198/8581117480298971650/691" HotelName="BOUNDARY SHOREDITCH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2820000/2819500/2819429/f8367f96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5376.23" OriginalAmount="5323" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4490-28579526/8581117480298971650/5711" HotelName="DANUBIUS REGENTS PARK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26100/26085/5402ef20_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5386.33" OriginalAmount="5333" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|433757-28581948/8581117480298971650/4365" HotelName="GOOD HOTEL LONDON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16310000/16300700/16300604/85ea2f85_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5391.34" OriginalAmount="5337.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51328" Longitude="-0.08513" StarRating="4" HotelCode="|529754" HotelName="Counting House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Cornhill</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/7/5/4/529754_bb99b7f1059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5395.42" OriginalAmount="5342" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|114193-28579645/8581117480298971650/3444" HotelName="MALMAISON LONDON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7740000/7733900/7733871/75914e1c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5408.23" OriginalAmount="5354.68" MarkupRule="1.00">
      <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="Free CXL until 11/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5435.82" OriginalAmount="5382" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|356123-21407505/8581117480298971650/8724" HotelName="HILTON LONDON BANKSIDE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11720000/11718100/11718090/0f728120_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5436.23" OriginalAmount="5382.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514702" Longitude="-0.1023" StarRating="0" HotelCode="|451090" HotelName="Hyde London City (Opening March 2024)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Old Bailey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/9/0/451090_b5517e01001.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5437.23" OriginalAmount="5383.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500037" Longitude="-0.161528" StarRating="5" HotelCode="35462|15170" HotelName="The Capital" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="5441.64" OriginalAmount="5387.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520412" Longitude="-0.084917" StarRating="5" HotelCode="|538256" HotelName="Sun Street Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-15 Sun Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/2/5/6/538256_78dcc100944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5460.06" OriginalAmount="5406" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515980376439" Longitude="-0.12021660804749" StarRating="4" HotelCode="259427|1032" HotelName="Middle Eight" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Great Queen Street, Covent Garden, London WC2B 5BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/f3/c9f3fc417452086aaddb411bf0a7a868318b2e8a.jpeg</HotelPictures>
        <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="83" TotalAmount="5460.06" OriginalAmount="5406" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|894401-28543391/8581117480298971650/1263" HotelName="COURTYARD BY MARRIOTT LONDON CITY AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/55000000/54800000/54792600/54792524/f4faebe6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5468.14" OriginalAmount="5414" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495635830716" Longitude="-0.14538645744324" StarRating="4" HotelCode="18519|13280" HotelName="The Clermont, Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Buckingham Palace Road, London SW1W 0SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/f3/f5f3dd07829eb17b9daa694a676edebaa17a4294.jpeg</HotelPictures>
        <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="94" TotalAmount="5469.10" OriginalAmount="5414.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52059" Longitude="-0.13062" StarRating="4" HotelCode="|183536" HotelName="The Academy - Small Luxury Hotels Of The World" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Gower Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/5/3/6/183536_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5495.73" OriginalAmount="5441.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5186996" Longitude="-0.1354" StarRating="4" HotelCode="|20393" HotelName="The Rathbone , Fitzrovia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rathbone Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/9/3/20393_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5505.04" OriginalAmount="5450.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516134" Longitude="-0.157704" StarRating="5" HotelCode="|18031" HotelName="Nobu London Portman Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PORTMAN SQUARE 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/3/1/18031_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This conference hotel, was built in 1971, renovated in 2003, has 11 floors, 272 standard rooms, 9 single rooms, 243 double rooms and 18 suites. In the establishment entrance, guests will find a lobby with a reception, a currency exchange service, a safety deposit box service and lifts. Our guests can find a conference room, a cafÃ© and an Ã  la carte restaurant highchairs with air-conditioning. The establishment offers internet, WiFi, room service and a laundry service. Guests are also offered disabled access rooms. SITUATION: This luxurious hotel is near Oxford Street, near the establishment, you will find restaurants, pubs, boutiques and Marble Arch Underground Station. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a stereo, satellite or cable TV, internet, a mini-bar and a fridge. They also have a double bed, a safety deposit box, heating, tiled floors and fitted carpets. FACILITIES: The establishment boasts a sauna and a gym. MEALS: The establishment serves a buffet breakfast and Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accommodated and special dishes can be made. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5510.32" OriginalAmount="5455.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544577" Longitude="-0.172655" StarRating="3" HotelCode="18450|179402" HotelName="Best Western Swiss Cottage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/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="94" TotalAmount="5534.30" OriginalAmount="5479.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5000865" Longitude="-0.1616785" StarRating="5" HotelCode="|25255" HotelName="The Capital , Apartments and Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Basil Street Knightsbridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/5/5/25255_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2004 6 floors, 49 rooms, 22 double rooms, 7 deluxe rooms, 8Â junior suites and 10 apartments. Guests have access to a currency exchange service, a bar, an excellent restaurant with air-conditioning and internet. There are many services available at the establishment, including a laundry service and room service. It also has an indoor car park. SITUATION: This attractive and luxury hotel, Knightsbridge is situated in nearby, you will find shops, Harrods, Harvey Nichols, Sloane Street and Hyde Park it is close to 50 metres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, an air-conditioning system, a central heating system and a safe (available for a fee). FACILITIES: Guests are offered an entertainment programme. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5554.31" OriginalAmount="5499.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490714445642" Longitude="-0.13872385025024" StarRating="3" HotelCode="35444|15038" HotelName="Luna &amp; Simone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/09/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="5585.14" OriginalAmount="5529.84" MarkupRule="1.00">
      <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 15/09/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="27" TotalAmount="5588.33" OriginalAmount="5533" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|1125" HotelName="St. James’ Court, A Taj 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,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="94" TotalAmount="5599.39" OriginalAmount="5543.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504996" Longitude="-0.150016" StarRating="5" HotelCode="|25262" HotelName="Como Metropolitan London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OLD PARK LANE 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/6/2/25262_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel renovated suites WiFi (free of charge), a restaurant, Met Bar the bar a lounge bar and a club. The establishment also offers yoga and a gym. SITUATION: Mayfair It is in 100 metres away, clients have boutiques, shopping areas, restaurants and bars. ROOM: The establishment has 150 rooms with a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio and internet. They also have a mini-bar, a fridge, a safety deposit box, fitted carpets and a central heating system. FACILITIES: The establishment boasts the health club, Reiki, reflexology, yoga and a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5603.48" OriginalAmount="5548" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517599" Longitude="-0.127656" StarRating="4" HotelCode="16396|3100" HotelName="Radisson Blu Edwardian Bloomsbury Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/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="5615.60" OriginalAmount="5560" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.527750223819" Longitude="-0.08900307220199" StarRating="5" HotelCode="305708|49171" HotelName="M by Montcalm London Shoreditch Tech City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151-157 City Road, EC1V 1JH London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/f0/86f0e32e248eb9fa4afbc06946c85ecf6e589739.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5617.79" OriginalAmount="5562.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52754" Longitude="-0.08901" StarRating="5" HotelCode="|184731" HotelName="Montcalm East, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151-157 City Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/3/1/184731_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5632.77" OriginalAmount="5577" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|23476-18113811/8581117480298971650/19021" HotelName="THE CAPITAL HOTEL, APARTMENTS &amp;amp; TOWNHOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/190000/182500/182475/6d6c9e90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5674.34" OriginalAmount="5618.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494301" Longitude="-0.18592149" StarRating="4" HotelCode="433674|632334" HotelName="Ashburn Court Apartments" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5687.37" OriginalAmount="5631.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5144005" Longitude="-0.1484" StarRating="4" HotelCode="|20370" HotelName="Radisson Blu , London Bond Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OXFORD STREET 350</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/7/0/20370_7f784800803.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 8 floors, 148 rooms, 98 double rooms, 48 single rooms and 2 suites. The establishment boasts a restaurant with air-conditioning and a bar. The establishment offers guests room service and a laundry service. SITUATION: This luxurious hotel is in a central location, Close to, is located close to Kensington and Buckingham the palaces of Close to Bond Street the metro stop. ROOM: The luxurious rooms with air-conditioning, have a bathroom, a hairdryer, an iron, a direct line telephone and satellite or cable TV. They also have a mini-bar, a fridge, central heating and a safety deposit box. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5695.39" OriginalAmount="5639" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|186359-28579896/8581117480298971650/2814" HotelName="CLUB QUARTERS HOTEL LONDON CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/559700/559689/19f57977_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5730.57" OriginalAmount="5673.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502177" Longitude="-0.07696" StarRating="4" HotelCode="|444661" HotelName="The Dixon,Tower Bridge, Autograph Collection " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211 Tooley Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/6/1/444661_91136091157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="5732.78" OriginalAmount="5676.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49568" Longitude="-0.14535" StarRating="4" HotelCode="195435" HotelName="The Clermont London, Victoria" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>101 Buckingham Palace Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/95435/195435/1.jpg?f=17725964</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and concierge services. Additional features at this Victorian hotel include wedding services and a banquet hall.. Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk. This hotel has 10 meeting rooms available for events..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5735.98" OriginalAmount="5679.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48908" Longitude="-0.14663" StarRating="0" HotelCode="|183997" HotelName="Publove The White Ferry, Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1A Sutherland Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/9/7/183997_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5741.85" OriginalAmount="5685" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502199936687" Longitude="-0.076830365131173" StarRating="4" HotelCode="777107|358282" HotelName="The Dixon, Tower Bridge, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211 Tooley Street, London SE1 2JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/8d/768d329d1bcaaebcf7ea06b4bacadb9a7a6f0d24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5763.06" OriginalAmount="5706" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03857" Longitude="98.8187" StarRating="5" HotelCode="0|4425-18114923/8581117480298971650/21605" HotelName="HYATT REGENCY LONDON THE CHURCHILL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>143 MOO 3 TAMBON AONANG, Tambon Ao Nang, TH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7700/7613/193d65e4_b.jpg</HotelPictures>
        <HotelDescription>This hotel affords a charming location between the beaches of Ao Nang and Nopparat Thara. It comprises a total of 79 rooms, including superior, deluxe, and poolside deluxe rooms. The hotel welcomes guests in the lobby with a reception desk open 24 hours, a conference room, a dining room and a car parking. Room and laundry services are available, as is medical assistance. The rooms all come with an en suite bathroom with a hairdryer, a tv and tea and coffee making facilities. Individually adjustable air conditioning and heating are also provided. Moreover, each room has either a balcony or terrace. Guests may also make use of the wide swimming pool, gym, spa facilities, including hot tubs, a sauna and famous Thai massage.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5768.11" OriginalAmount="5711" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509397691259" Longitude="-0.13622939586639" StarRating="5" HotelCode="13969|2145" HotelName="The Dilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Piccadilly, London W1J 0BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/89/2b899acfbd4ddea9f0f350682347cf27aae2f8a9.jpeg</HotelPictures>
        <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="5773.16" OriginalAmount="5716" MarkupRule="1.00">
      <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="27" TotalAmount="5794.37" OriginalAmount="5737" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504525374265" Longitude="-0.14747589826584" StarRating="5" HotelCode="318127|31887" HotelName="Athenaeum Hotel &amp; Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>116 Piccadilly, Mayfair, London W1J 7BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/60/10603fb4fd3959d3d3d274159814cfe70debe31f.JPEG</HotelPictures>
        <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="5799.38" OriginalAmount="5741.96" MarkupRule="1.00">
      <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 16/09/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="5803.46" OriginalAmount="5746" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517968" Longitude="-0.152979" StarRating="4" HotelCode="147124|32869" HotelName="Durrants Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="94" TotalAmount="5817.46" OriginalAmount="5759.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503961" Longitude="-0.15021" StarRating="5" HotelCode="|18004" HotelName="Intercontinental London Park Lane, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HAMILTON PLACE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/0/4/18004_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a large hall with elevators, a reception, a cloakroom, a cosy, comfortable bar, an Ã  la carte restaurant with air-conditioning, a hairdresser's, an indoor car park, conference rooms with features that offer you the maximum level of comfort and internet. There are many services available at the establishment, including a laundry service and room service. SITUATION: This trendy hotel is situated in a central area. It has good links to the metro station. Near the establishment, guests will find tourist points of interest, monuments, shops and leisure areas. It is close to Hyde Park Underground Station. It has good links to Airport London Heathrow. ROOM: The establishment has 451 stylish rooms with a bathroom, a hairdryer, a direct line telephone, a satellite television, internet, a mini-bar, a central heating system, a safety deposit box and fitted carpets. Some rooms have tiled floors. FACILITIES: Clients have access to a small sports area, a jacuzzi, a sauna and a gym. MEALS: Customers have at their disposal a restaurant. The establishment serves Ã  la carte lunch and dinner. The establishment also has a coffee shop. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Eurocard, Visa and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5821.64" OriginalAmount="5764" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514797" Longitude="-0.158564" StarRating="4" HotelCode="147211|457521" HotelName="The Zetter Townhouse Marylebone" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="5854.67" OriginalAmount="5796.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4989014" Longitude="-0.1578" StarRating="5" HotelCode="|20032" HotelName="The Lowndes London - A Jumeirah Partner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 LOWNDES STREET, BELGRAVIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/3/2/20032_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel was renovated in 2002 24 double rooms, 1 suite and 5 floors. In the establishment entrance, guests will find a lobby with elevators, a cafÃ©, a reception with safety deposit boxes and a currency exchange service. The establishment boasts a bar, a casino, internet at an extra charge, a restaurant with air-conditioning, an indoor car park and a car park. There are many services available at the establishment, including room service and a laundry service. SITUATION: This nice, comfortable hotel is situated close to London the city centre of Where you can find shops, leisure areas and entertainment. 50 metres away, there is a public transport stop, 800 metres away, guests will find bars, restaurants and shops. it is 200 metres away from Knightsbridge the metro station of. ROOM: The rooms have a bathroom with a hairdryer, a mini-bar, a safety deposit box (available for a fee), a direct line telephone, internet, a radio, a double bed and satellite or cable TV. FACILITIES: It is 50 kilometres away from a golf course. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5867.09" OriginalAmount="5809" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4901682" Longitude="-0.1378039" StarRating="4" HotelCode="0|104891-28578089/8581117480298971650/302" HotelName="TOPHAMS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>90 BELGRAVE ROADLONDON SW1V 2BJGREAT BRITAIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/79000/78980/a28df90f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5870.12" OriginalAmount="5812" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15019-28510000/8581117480298971650/2154" HotelName="PHOENIX" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11100/11006/9eedc485_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5881.23" OriginalAmount="5823" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4551-18128527/8581117480298971650/20024" HotelName="MELIA LONDON KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20300/20210/5654ae83_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5890.32" OriginalAmount="5832" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509537705242" Longitude="-0.19673321663481" StarRating="4" HotelCode="29187|31451" HotelName="The Laslett" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 17/09/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="27" TotalAmount="5893.35" OriginalAmount="5835" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518614185596" Longitude="-0.13561248779297" StarRating="4" HotelCode="52566|30918" HotelName="Rathbone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rathbone Street, W1T 1LB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/20/79208cec2809a32387d74b73902117d149547224.jpeg</HotelPictures>
        <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="5899.41" OriginalAmount="5841" MarkupRule="1.00">
      <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="Free CXL until 16/09/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="27" TotalAmount="5906.48" OriginalAmount="5848" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507347095143" Longitude="-0.020916965029755" StarRating="5" HotelCode="82911|56553" HotelName="Marriott Executive Apartments London, Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Hertsmere Road, Canary Wharf, London E14 4ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/95/27956aca86a38afc5ac98218ff8e9081117c845d.JPEG</HotelPictures>
        <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="83" TotalAmount="5906.48" OriginalAmount="5848" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4496-28569654/8581117480298971650/2302" HotelName="RADISSON BLU HOTEL, LONDON TOTTENHAM COURT ROAD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4300/4285/55487f45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="5906.88" OriginalAmount="5848.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516080524059" Longitude="-0.15780240297318" StarRating="4" HotelCode="16421|1107099" HotelName="Nobu Hotel London Portman Square" Meals="ROOM ONLY" 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="5918.60" OriginalAmount="5860" MarkupRule="1.00">
      <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="83" TotalAmount="5930.72" OriginalAmount="5872" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4476-21406345/8581117480298971650/9389" HotelName="DOUBLETREE BY HILTON LONDON VICTORIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3100/3094/a3e08d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5960.33" OriginalAmount="5901.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4921323" Longitude="-0.1879236" StarRating="4" HotelCode="|166904" HotelName="Collingham Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26-27 Collingham Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/9/0/4/166904_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a concierge. SITUATION: This establishment, is in South Kensington the area Earls Court the establishment is 0,6 kilometres away from it is situated 15 minutes walk away from the stores, a 5-minute walk away from Gloucester Road the underground station of, El Royal Albert Hall it is situated 1,6 kilometres away from the establishment is a 15-minute drive away from King's Road the street the Natural History Museum. APARTMENTS: The apartments have a kitchen, cleaning service, WiFi for an extra charge, cable TV and DVD.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5963.04" OriginalAmount="5904" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1383193-28598599/8581117480298971650/6419" HotelName="SUN STREET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83440000/83433600/83433545/e5394754_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5974.03" OriginalAmount="5914.88" MarkupRule="1.00">
      <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 16/09/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="5997.38" OriginalAmount="5938" MarkupRule="1.00">
      <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="6006.35" OriginalAmount="5946.88" MarkupRule="1.00">
      <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 15/09/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="6031.72" OriginalAmount="5972" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499296048113" Longitude="-0.15775680541992" StarRating="5" HotelCode="51493|24675" HotelName="Jumeirah Lowndes Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/09/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="6037.78" OriginalAmount="5978" MarkupRule="1.00">
      <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="Free CXL until 17/09/2026" 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="95" TotalAmount="6096.37" OriginalAmount="6036.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516006" Longitude="-0.160204" StarRating="5" HotelCode="1788427" HotelName="The Prince Akatoki London" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>50 Great Cumberland Place, Marble Arch</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0017/88427/1788427/1.jpg?f=17412011</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and concierge services. Additional amenities at this Edwardian hotel include a fireplace in the lobby and a banquet hall.. Featured amenities include a business center, express check-out, and dry cleaning/laundry services. Event facilities at this hotel consist of conference space and meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6109.97" OriginalAmount="6049.48" MarkupRule="1.00">
      <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 15/09/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="94" TotalAmount="6114.95" OriginalAmount="6054.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51886" Longitude="-0.08653" StarRating="5" HotelCode="|183873" HotelName="South Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 South Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/7/3/183873_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6138.30" OriginalAmount="6077.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529421" Longitude="-0.124181" StarRating="5" HotelCode="|444717" HotelName="The Standard London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Argyle Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/1/7/444717_05300040941.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6165.04" OriginalAmount="6104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520184" Longitude="-0.102541" StarRating="4" HotelCode="82430|55224" HotelName="The Rookery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Peter’s Lane, Cowcross Street, London EC1M 6DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/80/c8/80c838b5b2fc1906b1321ce72d7a089f9a9fb06e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6166.05" OriginalAmount="6105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51636307881" Longitude="-0.077857656992308" StarRating="5" HotelCode="450239|199964" HotelName="Devonshire Club by Mantis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Devonshire Square, London EC2M 4YD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/c6/5fc6250dd638615202e69c3a2ce6f6c698c6140a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6190.23" OriginalAmount="6128.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50882" Longitude="-0.08111" StarRating="5" HotelCode="|184343" HotelName="Cheval Three Quays" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Lower Thames Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/3/4/3/184343_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6198.37" OriginalAmount="6137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514641715439" Longitude="-0.14841735363007" StarRating="4" HotelCode="337093|3101" HotelName="Radisson Blu Edwardian Berkshire Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/09/2026" 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="94" TotalAmount="6201.88" OriginalAmount="6140.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50992" Longitude="-0.123482" StarRating="4" HotelCode="|444947" HotelName="The Resident Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Bedford St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/7/444947_ec0b4f91416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6209.48" OriginalAmount="6148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|114221-18138094/8581117480298971650/19284" HotelName="ST JAMES`S HOTEL AND CLUB MAYFAIR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/578700/578692/51a5bd05_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6212.51" OriginalAmount="6151" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|83979-18131730/8581117480298971650/19747" HotelName="THE CHESTERFIELD MAYFAIR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2300/2276/9cb2c9fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6215.54" OriginalAmount="6154" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499124064552" Longitude="-0.13447925448418" StarRating="4" HotelCode="318126|12144" HotelName="St. Ermin's Hotel, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/09/2026" 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="27" TotalAmount="6242.81" OriginalAmount="6181" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50987422" Longitude="-0.12347783" StarRating="0" HotelCode="788875|458459" HotelName="The Nadler Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Bedford Street, London WC2R 0PZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/0d/b90d5210e43070ecdff66819fdebe912cd50345d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6243.09" OriginalAmount="6181.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4986932" Longitude="-0.1377037" StarRating="4" HotelCode="|18084" HotelName="St. James' Court, A Taj , London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate. London. SW1E 6AF</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/8/4/18084_c1098ce1153.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 7 floors, 342 standard rooms, 11 suites and 3 rooms adapted for people with reduced mobility. It has air-conditioning, a garden, a hall with a lift, a reception and a currency exchange service. The establishment boasts a cafÃ©, a bar, a pub, a television room and an Ã  la carte restaurant. The establishment offers guests a safety deposit box service, conference rooms, internet, room service, a laundry service and bicycle rental. SITUATION: This hotel is in Westminster it has good links to public transport services. Near the establishment, you will find tourist areas, shops and leisure areas. A few minutes' walk away, clients have the Buckingham Palace and the Big Ben 600 metres away from the establishment, you can find Westminster Abbey it is 1,2 kilometres away from the London Eye It's 1,9 kilometres from the National Gallery, 16 kilometres away from Airport London City. 24 kilometres away from the establishment, guests will find London Heathrow Airport. It is 44 kilometres away from Gatwick Airport. It is 56 kilometres from the Luton Airport. It's 63 kilometres from Stansted Airport. ROOM: Customers can find inviting and modern rooms with a hairdryer, a direct line telephone, a satellite TV, internet, a mini-bar, a safe, a coffee maker, a kettle, an air-conditioning system, individual heating and an iron. FACILITIES: The establishment has a gym, a sauna, a steam bath and a solarium. Guests are offered beauty treatments, body treatments, a massage service and the option of a manicure. Some of these services for an additional charge. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6250.07" OriginalAmount="6188.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5174" Longitude="-0.1274" StarRating="4" HotelCode="|17947" HotelName="Radisson Blu , London Bloomsbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLOOMSBURY STREET 9-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/4/7/17947_dd5d5130845.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 173 rooms, 16 single rooms, 150 double rooms and 2 suites. It has a reception, a currency exchange service, a cloakroom and lifts. The establishment offers a conference room, room service, a laundry service, internet and WiFi. SITUATION: This luxurious hotel is in London city centre. Nearby, you will find museums. 500 metres away from the establishment, guests can find shops, restaurants and pubs. 100 metres away, guests have a public transport stop. ROOM: The inviting rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a fridge and a mini-bar. They also have a double bed, a central heating system, fitted carpets and tiled floors. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="6252.90" OriginalAmount="6190.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5139" Longitude="-0.127097" StarRating="4" HotelCode="1213577" HotelName="Radisson Blu Hotel, London Mercer Street" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>20 Mercer Street, Covent Garden, 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0012/13577/1213577/1.jpg?f=17751174</HotelPictures>
        <HotelDescription>The Radisson Blu Edwardian Mercer Street, nestled in London's vibrant Covent Garden district, offers a stylish boutique experience. Surrounded by charming shops, cafes, and restaurants, the hotel reflects the area's unique village atmosphere. Its classic and contemporary artwork celebrates the rich cultural heritage of Seven Dials. Guests enjoy easy access to Covent Garden's Piazza and the bustling streets of Bond Street, Oxford Street, and Soho. The hotel features 137 comfortable rooms and suites, decorated in calming, muted shades with tactile fabrics and original artwork. Amenities include premium REN toiletries and complimentary high-speed Wi-Fi. Deluxe rooms offer additional workspace and a spacious seating area. The hotel also provides four meeting rooms equipped with cutting-edge technology, accommodating 2 to 60 guests. For dining, Monmouth Kitchen offers a sophisticated setting with exposed brickwork and contemporary furnishings. The menu features Peruvian and Italian sharing plates, including signature smoked lamb cutlets and fresh sea bass ceviche. The hotel is a TripAdvisor Hall of Fame recipient (2015-2017). A valid credit card is required upon arrival.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6262.00" OriginalAmount="6200" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|55679-28580062/8581117480298971650/5302" HotelName="QUEENS GATE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34400/34339/969c601a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6287.94" OriginalAmount="6225.68" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="6288.08" OriginalAmount="6225.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529331" Longitude="-0.12611" StarRating="5" HotelCode="|78061" HotelName="St Pancras London, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Euston Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/6/1/78061_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated close toSt Pancras the Station of It has excellent transport links to. ROOM: Customers can find 245 smart, comfortable rooms. OTHERS: Regarding the food and beverage provision, the establishment offers 2 bars.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6317.55" OriginalAmount="6255" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143529-28579671/8581117480298971650/5982" HotelName="INHABIT QUEENS GARDENS A MEMBER OF DESIGNS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3090000/3088000/3087913/be0a2c5f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6325.63" OriginalAmount="6263" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|83984-28509993/8581117480298971650/828" HotelName="THE LODGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/891500/891455/06f05c3e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6326.64" OriginalAmount="6264" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|175074-18143038/8581117480298971650/22203" HotelName="ME LONDON BY MELIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4890000/4884000/4883915/0931b9bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6334.72" OriginalAmount="6272" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50624217" Longitude="-0.12629783" StarRating="5" HotelCode="986055|478530" 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="27" TotalAmount="6340.78" OriginalAmount="6278" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506379" Longitude="-0.145612" StarRating="4" HotelCode="13327|31378" HotelName="Hilton London Green Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Half Moon Street, Mayfair, London W1J 7BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/0684143e4baa2c14/01-b.jpg</HotelPictures>
        <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="83" TotalAmount="6361.99" OriginalAmount="6299" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|598724-32925910/8581117480298971650/21163" HotelName="THE DIXON AUTOGRAPH COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29360000/29357100/29357005/57a0105c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6374.11" OriginalAmount="6311" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499595247606" Longitude="-0.13184122453686" StarRating="3" HotelCode="17178|444307" HotelName="Sanctuary House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/09/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="6383.20" OriginalAmount="6320" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50472678657" Longitude="-0.1470373836504" StarRating="5" HotelCode="17641|31906" HotelName="Sheraton Grand London Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/09/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="83" TotalAmount="6436.73" OriginalAmount="6373" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|30937-28599590/8581117480298971650/2152" HotelName="THE COURTHOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1120000/1119000/1118954/5087f3bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6450.87" OriginalAmount="6387" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|123705-24991481/8581117480298971650/19077" HotelName="THE MARYLEBONE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/470000/469914/bfdcd069_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6466.02" OriginalAmount="6402" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|347702-28595494/8581117480298971650/2641" HotelName="PELHAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/525500/525490/004859bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6487.23" OriginalAmount="6423" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152350-28579905/8581117480298971650/2410" HotelName="DURRANTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1410000/1408400/1408397/55040b83_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6491.27" OriginalAmount="6427" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1467697-32942387/8581117480298971650/5192" HotelName="SIR DEVONSHIRE SQUARE HOTEL, PART OF SIRCLE COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/99000000/98530000/98522000/98521957/91075601_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6588.31" OriginalAmount="6523.08" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="6590.59" OriginalAmount="6525.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510732" Longitude="-0.131475" StarRating="5" HotelCode="|78318" HotelName="W London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wardour Street 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/3/1/8/78318_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a cocktail bar, a spa, a beauty centre and a restaurant. SITUATION: This establishment, the West End it is in Close to the theatres and Chinatown and Soho the districts 300 metres away, guests can find Leicester Square and Piccadilly Circus the metro station of 2 minutes away, there are shops. ROOM: The rooms have an iPod docking station, a flat-screen television, a bathrobe and luxurious bedding. FACILITIES: Guests are offered a sauna, a hydromassage pool, a steam bath, treatments and relaxation area. The establishment also offers a bar, a cocktail bar and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6651.86" OriginalAmount="6586" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51798231" Longitude="-0.1202189" StarRating="5" HotelCode="775208|407877" HotelName="L’oscar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-6 Southampton Row, London WC1B 4AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/f5/38f57117ce22fd504049231be162fddd3bc859cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6658.42" OriginalAmount="6592.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4985008" Longitude="-0.1351" StarRating="4" HotelCode="|17989" HotelName="St. Ermins , Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caxton Street 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/8/9/17989_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1887, has 6 floors, 290 rooms, 98 single rooms, 125 double rooms and 7 suites. It has a hall with elevators, a reception, a bar and a restaurant. The establishment also offers a car park (for a fee). SITUATION: This hotel is near monuments and tourist points of interest, such as the Buckingham Palace. 50 metres away, clients have St James Park Underground Station. ROOM: The comfortable rooms have a bathroom with a bath or shower, a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, a fridge and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6665.82" OriginalAmount="6599.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513692" Longitude="-0.120383" StarRating="4" HotelCode="|444032" HotelName="AMANO Covent Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34-43 Russell St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/3/2/444032_438d76b1211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6681.96" OriginalAmount="6615.80" MarkupRule="1.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 10/09/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="8" TotalAmount="6686.93" OriginalAmount="6620.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512635319424" Longitude="-0.11892378330231" StarRating="5" HotelCode="18369|9013" HotelName="The Waldorf Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="6751.90" OriginalAmount="6685.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524829" Longitude="-0.143687" StarRating="4" HotelCode="|18078" HotelName="Melia White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Albany Street, Regent's Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/7/8/18078_03ca8ed1131.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1936, renovated in 2002, has 8 floors, 581 rooms, 283 single rooms, 158 double rooms, 140 suites and 112 apartments. In the entrance, you can find a lobby, a reception, a safety deposit box service, a currency exchange service and lifts. Regarding the food and beverage offering, the establishment has an Ã  la carte restaurant with air-conditioning, with highchairs, a bar. The establishment offers a conference room, WiFi, room service, a laundry service and a medical care service. SITUATION: This luxurious hotel is situated 35 kilometres away from London Heathrow and Gatwick the airports of near the establishment, you will find the tourist attractions. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a radio, internet, a courtesy tea and coffee service, a trouser press and a mini-bar. They also have a double bed, fitted carpets, an air-conditioning system, a central heating system and a safety deposit box. FACILITIES: The establishment has a gym and a sauna. OTHERS: The establishment serves all meals in a buffet form, set-menu or Ã  la carte lunch and dinner, dietary restrictions can be accomodated for and special dishes. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and EC.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6764.97" OriginalAmount="6697.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506318" Longitude="-0.125851" StarRating="5" HotelCode="|444704" HotelName="Great Scotland Yard Hotel, part of Hyatt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-5, Great Scotland Yard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/0/4/444704_9c0495e1224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6786.58" OriginalAmount="6719.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525188" Longitude="-0.143668" StarRating="4" HotelCode="|202376" HotelName="Level At Melia White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Longford Street, Regents Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/3/7/6/202376_1_2632.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6799.32" OriginalAmount="6732" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143536-28596752/8581117480298971650/406" HotelName="TOWN HALL HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3240000/3231200/3231188/68863040_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6800.33" OriginalAmount="6733" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101744-21403727/8581117480298971650/8209" HotelName="THE WALDORF HILTON, LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2100/2065/9ca0ec4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6807.40" OriginalAmount="6740" MarkupRule="1.00">
      <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="83" TotalAmount="6809.42" OriginalAmount="6742" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26163-28578102/8581117480298971650/4263" HotelName="LONDON MARRIOTT KENSINGTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18800/18773/9ab87f3d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6832.65" OriginalAmount="6765" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|883210-28803040/8581117480298971650/5076" HotelName="THE MAYFAIR TOWNHOUSE – BY ICONIC LUXURY HOTELS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57980000/57972100/57972013/1fbbbb7d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6832.77" OriginalAmount="6765.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49916" Longitude="-0.19787" StarRating="0" HotelCode="|444941" HotelName="Monarch House Serviced" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241 Kensington High Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/1/444941_2b205691343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6834.67" OriginalAmount="6767" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|196985-21407279/8581117480298971650/9448" HotelName="CONRAD LONDON ST. JAMES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4670000/4661300/4661230/9590f550_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6841.74" OriginalAmount="6774" MarkupRule="1.00">
      <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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-15 Langham Place, Marylebone, London W1B 2QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/4a/5d4aef857bf9589e7861a1f4ec1d23715e475657.jpeg</HotelPictures>
        <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="6850.39" OriginalAmount="6782.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525176611433" Longitude="-0.1436474510549" StarRating="4" HotelCode="321892|582162" HotelName="The Level at Meliá White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/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="94" TotalAmount="6853.29" OriginalAmount="6785.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507357" Longitude="-0.12916" StarRating="4" HotelCode="|29703" HotelName="The Trafalgar St. James London, Curio Collection By Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SPRING GARDENS, TRAFALGAR SQUARE 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/0/3/29703_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a good location. It has a lobby with seats. SITUATION: This establishment is in the heart of West End. Near the establishment, guests will find tourist areas and shopping areas. ROOM: The rooms have a bathroom. RESTAURANT: Guests can enjoy 2 bars and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6888.20" OriginalAmount="6820" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512158" Longitude="-0.15441399999997" StarRating="5" HotelCode="284902|64141" HotelName="Go Native Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Lees Place, Mayfair, London, W1K 6LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/02/97021ce419ed8cae033a9579a7102d9eb94bd4bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6902.30" OriginalAmount="6833.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50803" Longitude="-0.1437" StarRating="5" HotelCode="|72483" HotelName="The May Fair, A Radisson Collection , Mayfair London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stratton street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/8/3/72483_53716110811.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1927, is perfect for business and holiday stays, has a sauna, showers, treatments and a UV ray solarium. SITUATION: This hotel is in Mayfair it is in London city centre. Close to the establishment, clients can find the Bond Street and Knightsbridge shopping area. It is near Green Park and Buckingham Palace</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6920.63" OriginalAmount="6852.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49705" Longitude="-0.11333" StarRating="0" HotelCode="|183925" HotelName="Publove @ The Steam Engine - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41-42, Cosser St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/2/5/183925_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6942.74" OriginalAmount="6874" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520092924228" Longitude="-0.12614965438843" StarRating="4" HotelCode="32095|9762" HotelName="Grange Blooms" 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,Garden,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Montague Street 7, WC1B 5BP London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c1/dfc1a22364b922861371132964fd948014b1fea1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bloomsbury, next to the British Museum (100 m). It is around 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6955.87" OriginalAmount="6887" MarkupRule="1.00">
      <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="6969.00" OriginalAmount="6900" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.497362447992" Longitude="-0.15619575977325" StarRating="5" HotelCode="49088|36766" HotelName="The Hari Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/09/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="7005.36" OriginalAmount="6936" MarkupRule="1.00">
      <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="Free CXL until 18/09/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="8" TotalAmount="7032.91" OriginalAmount="6963.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51368306" Longitude="-0.09016946" StarRating="5" HotelCode="524240|574461" HotelName="The Ned London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="83" TotalAmount="7055.86" OriginalAmount="6986" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4459-28599573/8581117480298971650/1963" HotelName="RADISSON BLU HOTEL, LONDON LEICESTER SQUARE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/16200/16150/cba157f1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7075.05" OriginalAmount="7005" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50613827443" Longitude="-0.14034234477276" StarRating="5" HotelCode="18135|46436" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7-8 Park Place, St. James's, London SW1A 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/57/2457f822a81059066adbd5cb5126a9aee4880b22.JPEG</HotelPictures>
        <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="95" TotalAmount="7125.06" OriginalAmount="7054.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51774" Longitude="-0.14969" StarRating="5" HotelCode="248207" HotelName="The Marylebone Hotel" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>47 Welbeck Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/48207/248207/1.jpg?f=17731757</HotelPictures>
        <HotelDescription>Take advantage of recreational opportunities offered, including a health club, an indoor pool, and a hot tub. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a fireplace in the lobby.. Featured amenities include complimentary wired internet access, a business center, and complimentary newspapers in the lobby. Event facilities at this hotel consist of a conference center and 8 meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7145.75" OriginalAmount="7075" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|200426" HotelName="The Franklin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Egerton Gardens, Knightsbridge, London SW3 2DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/eb/5ceb4e3942bc4df6242b0e692d9343f706a15c74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7188.17" OriginalAmount="7117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508237" Longitude="-0.143715" StarRating="5" HotelCode="69071|3102" HotelName="The May Fair, A Radisson Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stratton Street, Mayfair, London W1J 8LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/9b/359b3dd777a1e2d446df6a49197bf32531aa8db9.jpeg</HotelPictures>
        <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="83" TotalAmount="7192.21" OriginalAmount="7121" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|559340-28572639/8581117480298971650/3438" HotelName="BANKSIDE, AUTOGRAPH COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27350000/27347300/27347295/46a2bfd9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7213.42" OriginalAmount="7142" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|347729-18196754/8581117480298971650/19888" HotelName="THE LEVEL AT MELIA WHITE HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9640000/9633900/9633848/3d2753ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7220.49" OriginalAmount="7149" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1440487-28883024/8581117480298971650/22084" HotelName="PARK HYATT LONDON RIVER THAMES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107520000/107517800/107517779/17ae57b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7266.74" OriginalAmount="7194.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526188" Longitude="-0.083373" StarRating="0" HotelCode="|450637" HotelName="Art’otel London Hoxton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rivington Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/3/7/450637_0b2ca2e0955.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7312.40" OriginalAmount="7240" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|168757-32925791/8581117480298971650/20805" HotelName="KIMPTON FITZROY LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21600/21514/dbb1585d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7378.43" OriginalAmount="7305.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512505" Longitude="-0.150822" StarRating="5" HotelCode="|17936" HotelName="London Marriott Grosvenor Square" Meals="ROOM ONLY" 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="94" TotalAmount="7421.38" OriginalAmount="7347.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5178623" Longitude="-0.142899" StarRating="4" HotelCode="|18051" HotelName="Treehouse Hotel London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Langham Place Regent Street, 14-15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/1/18051_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has 92 rooms and 3 suites. This modern complex, has a lobby, lifts, a reception and a safety deposit box service. The establishment boasts a bar, a restaurant and room service. SITUATION: This hotel Regent Street it is in London is situated in near the establishment, you will find monuments, the tourist attractions, the cultural area and the shopping area. Clients can also find theatres and shops. it is located close to Oxford Circus the metro stop. ROOM: Each room has a bathroom with a hairdryer, a mini-bar, a kettle, a coffee maker, a trouser press, an air-conditioning system, beautiful views, a direct line telephone, internet and satellite or cable TV with pay channels.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7449.41" OriginalAmount="7375.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512301" Longitude="-0.104619" StarRating="5" HotelCode="|30855" HotelName="Hyatt Regency London Blackfriars" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 New Bridge Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/5/5/30855_be442910706.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre, a currency exchange service, multilingual staff, a reception with safety deposit boxes and a business centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7492.43" OriginalAmount="7418.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509924" Longitude="-0.13001" StarRating="5" HotelCode="|444270" HotelName="The Londoner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Leicester Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/7/0/444270_533a7fc1539.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="7557.53" OriginalAmount="7482.7" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509598" Longitude="-0.155742" StarRating="5" HotelCode="13006" HotelName="Jw Marriott Grosvenor House London" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>86-90 Park Lane,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13006/13006/2.jpg?f=17694174</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a 24-hour fitness center or take in the view from a terrace. Additional features at this hotel include complimentary wireless internet access, concierge services, and a hair salon.. Featured amenities include a business center, express check-out, and complimentary newspapers in the lobby. Planning an event in London? This hotel has 5449 square feet (506 square meters) of space consisting of conference space and 23 meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7584.70" OriginalAmount="7509.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516687" Longitude="-0.150691" StarRating="5" HotelCode="|448503" HotelName="The BoTree London, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Marylebone Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/5/0/3/448503_904b6da1004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7588.84" OriginalAmount="7513.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517376" Longitude="-0.081159" StarRating="5" HotelCode="|61872" HotelName="Andaz London Liverpool Street - A Concept By Hyatt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LIVERPOOL STREET 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/8/7/2/61872_684aa240952.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This Victorian style building and was built in 1884. has 267 inviting rooms, The hotel there is no reception, The establishment boasts air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a restaurant, conference facilities, WiFi, room service, a laundry service and a car park. SITUATION: This urban hotel is in London the heart of it is near Liverpool Street the Station of it is well-connected, is located near Tower Bridge, London Tower and Spitalfields boutiques, Oxford Street it has good links to it is situated 11 kilometres away from City Airport it is situated 31 kilometres away from London Heathrow Airport it is situated 48 kilometres away from Gatwick Airport it is situated 56 kilometres away from Luton Airport it is situated 57 kilometres away from Stansted Airport. ROOM: renovated spacious rooms, have double-glazed windows, desks, chairs, flat-screen satellite television, a safety deposit box, a bathrobe, slippers, a bathroom with a shower or bath, a hairdryer, a direct line telephone, a radio, a stereo, internet, a small fridge, a coffee maker, a kettle, an iron, a king size or double bed, an individual air-conditioning system and individual heating. FACILITIES: The establishment has a health club, a gym, a steam bath and a sauna (free of charge), The establishment also has a personal trainer and a massage service. Some services (available for a fee). MEALS: Guests can book bed and breakfast, Regarding the food and beverage offering, the establishment offers Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7589.14" OriginalAmount="7514" MarkupRule="1.00">
      <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="83" TotalAmount="7668.93" OriginalAmount="7593" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="49.38002" Longitude="10.18496" StarRating="5" HotelCode="0|474467-28597280/8581117480298971650/487" HotelName="VIRGIN HOTELS LONDON-SHOREDITCH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>VORM WÜRZBURGER TOR 9, ROTHENBURG OB DER TAUBER, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17460000/17452400/17452353/41d54519_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Villa Mittermeier in Rothenburg ob der Tauber, you'll be minutes from Rothenburg Town Walls and close to Rothenburg Town Hall.&lt;br /&gt; This 4-star hotel is within close proximity of Marktplatz and Rothenburg Town Hall.&lt;br /&gt;   Rooms   Make yourself at home in one of the 27 guestrooms featuring espresso makers. Complimentary wireless Internet access is available to keep you connected. Private bathrooms have handheld showerheads and makeup/shaving mirrors. Conveniences include direct-dial phones, as well as complimentary newspapers and complimentary bottled water.&lt;br /&gt;   Rec, Spa, Premium Amenities   Make use of convenient amenities, which include complimentary wireless Internet access and wedding services.&lt;br /&gt;   Dining   Enjoy a satisfying meal at a restaurant serving guests of Villa Mittermeier.&lt;br /&gt;   Business, Other Amenities   Featured amenities include business services, audiovisual equipment, and complimentary newspapers in the lobby. Planning an event in Rothenburg ob der Tauber? This hotel has 646 square feet (60 square meters) of space consisting of small meeting rooms, a ballroom, and banquet facilities. Free self parking is available onsite, and additional parking can be found nearby.&lt;br /&gt;   Room Info:    Know Before You Go       Connecting/adjoining rooms may be available, subject to availability. Guests can request connecting/adjoining rooms by contacting the property directly, using the contact information on the booking confirmation.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.       Rollaway bed fee: EUR 25 per night  Optional resort fee: EUR 8,00 per night      The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Renovations and Closures   This property is closed from 24 December 2013 to 26 December 2013 (dates subject to change). This information supersedes all other information in this property's description that relates to these amenities.   Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-out time is noon  Check-in time starts at 3 PM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7680.04" OriginalAmount="7604" MarkupRule="1.00">
      <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="94" TotalAmount="7684.64" OriginalAmount="7608.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520948" Longitude="-0.132015" StarRating="4" HotelCode="|532638" HotelName="Fitzrovia apartments by DMONTRIO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ridgmount St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/6/3/8/532638_5e9da0e1002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7694.85" OriginalAmount="7618.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5113983" Longitude="-0.1776" StarRating="4" HotelCode="|17931" HotelName="Hyde &amp; Seek, London Hyde Park, a Tribute Portfolio Hotel" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANCASTER GATE 1-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/3/1/17931_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel el Hyde Park it is next to Close to, Around the establishment, clients can find restaurants, bars and shops. HOTEL: This air-conditioned hotel is ideal for holidays or business trips, has 390 rooms and 10 floors. The establishment also has a reception, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a restaurant, a bar, a living room, conference facilities, internet, room service and a laundry service. ROOM: Each room has a bathroom with a hairdryer, a sitting room, double bed or twin bed, a coffee maker, a kettle, satellite and cable television, central heating, internet, a direct line telephone, an iron, a safety deposit box and an air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and buffet and Ã  la carte lunch.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7702.26" OriginalAmount="7626" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514083" Longitude="-0.085596" StarRating="5" HotelCode="82457|55086" HotelName="Threadneedles, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Threadneedle Street, London, EC2R 8AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/00/1000ab31103808ff3189883cfcf4f64946615a77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7763.87" OriginalAmount="7687" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512352" Longitude="-0.15109" StarRating="5" HotelCode="31999|48554" HotelName="Marriott Grosvenor Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/09/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>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="94" TotalAmount="7764.10" OriginalAmount="7687.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500754" Longitude="-0.152192" StarRating="5" HotelCode="|25278" HotelName="Como The Halkin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HALKIN STREET - BELGRAVIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/7/8/25278_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and was built in 1991. This luxury hotel 100 rooms and 6 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. The establishment boasts a cafÃ©, an Ã  la carte restaurant with air-conditioning, with highchairs, internet. There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This urban hotel is situated in the city centre, close to the establishment, clients can find shops, is 400 metres away from the cultural points of interest. ROOM: The exclusive rooms rooms with a hairdryer, They have a direct line telephone, satellite and cable TV, a radio, a stereo, internet, a mini-bar, a fridge, a double bed, a safety deposit box and a central heating system. FACILITIES: Clients have access to a sauna and a gym. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7797.64" OriginalAmount="7720.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5051601" Longitude="-0.146286" StarRating="5" HotelCode="|17927" HotelName="The Athenaeum and Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PICCADILLY 116</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/2/7/17927_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Was built in 1925, renovated in 2004 a main 2-storey building, a 5-storey annexed building, 157 rooms, 27 single rooms, 84 double rooms, 9 suites and 34 studios. In the establishment entrance, guests will find a lobby with a reception, a cloakroom, a currency exchange service and lifts. The establishment boasts a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: It is located near Piccadilly Circus and the Buckingham Palace the theatre district, near the establishment, you will find the nightlife, bars, pubs and nightclubs. it is 100 metres away from Green Park the underground station of. ROOM: Customers have large, elegant rooms, They have a bathroom with a hairdryer, fitted carpets, central heating, a direct line telephone, a satellite television, a radio, a stereo, a mini-bar and a safe. FACILITIES: The establishment has a jacuzzi, a sauna, a Turkish bath, massage services and a gym. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7798.21" OriginalAmount="7721" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.583500" Longitude="0.460900" StarRating="5" HotelCode="0|90580-24442355/8581117480298971650/20926" HotelName="THE BILTMORE MAYFAIR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Cranes Farm Road,Waterfront Walk,Festival Leisure, Basildon, SS14 3DG, GB</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47600/47581/a527bd3b_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 148. Suites: 0. Single-bedded accommodations: 102. Double bedrooms: 46. Smoking rooms: 0. Nonsmoking rooms: 148. Physically challenged rooms: 2. Floors: 6. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.. Property description- A welcoming Essex hotel with a restaurant, conference centre and lakeside garden Holiday Inn® Basildon hotel is a 10-minute drive from the M25 and close to Basildon station. If youre visiting the City of London or the Docklands on business, direct trains to Fenchurch Street station take only 35 minutes. You can host meetings, conferences or a wedding at the hotel's Conference Centre, with space for up to 300 guests in our largest function space and optional catering. Local companies at Southfields Business Park are within a short drive of the hotel. The surrounding Festival Leisure Park offers dining and entertainment options including a cinema, nightclubs and a bowling alley. Children will love the beaches and the pier at Southend-on-Sea, 13 miles away.At this hotel you can enjoy: Full English breakfast, lunch and dinner served daily Room service available around the clock, Comfortable rooms and suites have a pillow menu to help you get a good night's sleep and satellite TV and free WiFi to keep everyone entertained. Handy sofa beds are ideal for families, and stay and eat free. In summer, you can stretch your legs, enjoy a drink from the bar or host a party in the pretty lakeside garden.. Onsite facilities information- ParkingProperty was built in 1998. Hotel Currency: GBP. Additional Addresses: Other: Cranes Farm Road,Waterfront Walk,Festival Leisure, Basildon, SS14 3DG, GB. Additional Phone Numbers: Fax - Other: 441268530119. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7817.40" OriginalAmount="7740" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|17837-28595354/8581117480298971650/751" HotelName="CANARY RIVERSIDE PLAZA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/519100/519049/17020c1d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7851.74" OriginalAmount="7774" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520949616616" Longitude="-0.077968355035068" StarRating="5" HotelCode="318579|199302" HotelName="Batty Langley's" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Folgate Street, Spitalfields, London E1 6BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/3a/a33af28c152c462c74f67d356a4f1ab4ca04d7de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7865.88" OriginalAmount="7788" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1463596-32931485/8581117480298971650/19129" HotelName="THE NEWMAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105610000/105601400/105601368/63a33d1f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7911.05" OriginalAmount="7832.72" MarkupRule="1.00">
      <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 16/09/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="94" TotalAmount="7925.01" OriginalAmount="7846.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521389" Longitude="-0.162295" StarRating="5" HotelCode="|18060" HotelName="The Landmark London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MARYLEBONE ROAD 222</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/6/0/18060_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1899 and renovated in 2004. It has 299 double rooms, 47 suites and 7 floors. In the entrance, guests are offered a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. The establishment boasts a bar, shops, a hairdresser's and an Ã  la carte restaurant with highchairs, The establishment offers guests internet, a car park, an indoor car park, room service, a medical care service and a laundry service. SITUATION: Regents Park It is close to close to the establishment, guests have the tourist centre, a lake and an underground station. ROOM: rooms with air-conditioned and a bathroom with a hairdryer, They have a direct line telephone, a satellite or cable television, a radio, internet and a safety deposit box. They also have a sitting room, a mini-bar, a fridge, a double bed and fitted carpets. FACILITIES: The establishment has a covered pool, a swimming pool with deck chairs, a bar and a jacuzzi. The establishment also has a sauna, a Turkish bath, a gym and a massage service. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7939.61" OriginalAmount="7861" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4513-28569655/8581117480298971650/5009" HotelName="RADISSON BLU EDWARDIAN BLOOMSBURY STREET HOTEL, LONDON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19900/19825/0229b987_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7946.68" OriginalAmount="7868" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510739" Longitude="-0.151052" StarRating="4" HotelCode="14858|989" HotelName="The Biltmore Mayfair, LXR Hotels and Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Grosvenor Square, Westminster, London W1K 2HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/4c/1a4c9960b45cd7cee99eae063a70edaf59364d0c.jpeg</HotelPictures>
        <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="83" TotalAmount="7957.79" OriginalAmount="7879" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1408733-28482187/8581117480298971650/4243" HotelName="MARBLE ARCH PENTHOUSES WITH SKYLINE VIEWS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1408733/2024101585734749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8054.00" OriginalAmount="7974.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510976" Longitude="-0.095299" StarRating="5" HotelCode="|444263" HotelName="The Westin London City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Upper Thames Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/6/3/444263_11ef9a61105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="8102.31" OriginalAmount="8022.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498764" Longitude="-0.137396" StarRating="4" HotelCode="13009" HotelName="St. James' Court, A Taj Hotel, London" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13009/13009/22.jpg?f=17749015</HotelPictures>
        <HotelDescription>St. James' Court, A Taj Hotel, London is a discreet Victorian masterpiece, typifying the concealed charm of one of Britain's finest luxury hotels. Crisp and elegant, with the signature Taj warmth, St. James' Court strives to make each visit more pleasurable and memorable. Located in central London SW1, the hotel is just footsteps from Buckingham Palace and St. James’ Park, and conveniently close to Westminster, Victoria Station, the West End and Mayfair. St. James’ Court is perfectly positioned to explore London, for business or pleasure. Up to one child aged 12 and under stay free when sharing the bedding with two adults in a Classic King or an Executive King room
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8111.27" OriginalAmount="8030.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494038961881" Longitude="-0.17582888905338" StarRating="4" HotelCode="114324|125837" HotelName="Cheval Harrington Court" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="" CnxPolicy="Free CXL until 16/09/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8168.88" OriginalAmount="8088" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513012568682" Longitude="-0.15797674655914" StarRating="5" HotelCode="29213|55118" HotelName="Marriott London Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Park Lane, W1K 7AA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/f7/aff7c54bebb84e16a04f537c1ec8cd8d6afcf775.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8206.25" OriginalAmount="8125" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|414101-28595584/8581117480298971650/1340" HotelName="THE FRANKLIN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15540000/15538500/15538456/c04519b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8233.87" OriginalAmount="8152.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51758" Longitude="-0.13543" StarRating="5" HotelCode="|220310" HotelName="The Mandrake" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-21 Newman Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/3/1/0/220310_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8293.11" OriginalAmount="8211" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1406000-28543859/8581117480298971650/1124" HotelName="THE EIGHT APARTMENTS SHOREDITCH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88110000/88101200/88101153/3519d5b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8363.45" OriginalAmount="8280.64" MarkupRule="1.00">
      <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 17/09/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="83" TotalAmount="8410.27" OriginalAmount="8327" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|316151-24991488/8581117480298971650/22158" HotelName="LEICESTER HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102010000/102003400/102003374/25a4689c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8430.47" OriginalAmount="8347" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.5192254" Longitude="6.6366015" StarRating="5" HotelCode="0|4561-32900181/8581117480298971650/988" HotelName="THE PARK TOWER KNIGHTSBRIDGE A LUXURY COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>5, Avenue Benjamin Constant, Lausanne, Ch-1003, Switzerland</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5500/5449/2973b177_b.jpg</HotelPictures>
        <HotelDescription>This 4 star hotel is located in the city centre of Lausanne and was established in 1910. It is close to the Old Town and the nearest station is St Fransois. The Hotel has a restaurant, a bar, a conference room and a coffee shop. All 112 rooms are equipped with minibar, hairdryer, safe, ironing set and air conditioning. category: Superior first style: Traditional year Built: 1910 restaurant Count: 1&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8465.82" OriginalAmount="8382" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513021" Longitude="-0.100873" StarRating="4" HotelCode="77803|58534" HotelName="The Kings Wardrobe by BridgeStreet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/2026" 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="8640.55" OriginalAmount="8555" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51655674" Longitude="-0.08058442" StarRating="4" HotelCode="986316|503594" HotelName="Pan Pacific London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Houndsditch, London EC3A 7AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/01/640171b1c9ce9e6dc118494c20d66875b792687d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8759.73" OriginalAmount="8673" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1402551-28598728/8581117480298971650/3698" HotelName="ART'OTEL LONDON BATTERSEA POWER STATION, POWERED BY RADISSON HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83020000/83011300/83011268/f0d62885_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8843.19" OriginalAmount="8755.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5179024" Longitude="-0.1447" StarRating="5" HotelCode="|18058" HotelName="The Langham, London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1C PORTLAND PLACE - REGENT STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/8/18058_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, was built in 1865 and renovated in 2008. It has 9 floors, 160 rooms, 150 double rooms and 10 junior suites. In the entrance, you can find a lobby, a reception, a lift, a currency exchange service and a safety deposit box service. Our guests can find a hairdresser's, a bar, a restaurant with air-conditioning and a breakfast room. The establishment offers guests room service, a laundry service and internet. SITUATION: Is situated in a calm, central area, Regent Street, Bond Street and Oxford Street it is near nearby, you will find museums, restaurants and tourist points of interest. ROOM: The rooms have a bathroom with a hairdryer, a shower, a direct line telephone, a satellite TV, cable television, a stereo, internet and an air-conditioning system. They also have a mini-bar, central heating, an air-conditioning system, heating, fitted carpets and a safe. FACILITIES: The establishment has a covered heated swimming pool, a sauna, a solarium, a steam bath, a massage service and a gym. Facilities (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy buffet breakfast and lunch, an Ã  la carte or set-menu lunch and dinner, food for those with special dietary requirements. dependent on availability and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="8859.24" OriginalAmount="8771.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49842" Longitude="-0.14316" StarRating="5" HotelCode="170173" HotelName="The Rubens At The Palace" Meals="EXECUTIVE ROOM" BedType="EXECUTIVE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>39 Buckingham Palace Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/70173/170173/29.jpg?f=17734260</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and babysitting (surcharge). Additional amenities at this hotel include gift shops/newsstands, wedding services, and a living plant wall.. Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8879.84" OriginalAmount="8791.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503163931718" Longitude="-0.0004963380058598" StarRating="4" HotelCode="318621|585426" HotelName="Intercontinental Hotel London - The O2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/09/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="94" TotalAmount="8899.21" OriginalAmount="8811.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492009" Longitude="-0.156307" StarRating="5" HotelCode="|533160" HotelName="At Sloane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Sloane Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/1/6/0/533160_a6cc44d1130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8946.58" OriginalAmount="8858" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.9285202" Longitude="6.8677762" StarRating="5" HotelCode="0|223909-28596864/8581117480298971650/3967" HotelName="SAN DOMENICO HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>179 rue Mummery, CHAMONIX MONT BLANC, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24400/24388/72774fb4_b.jpg</HotelPictures>
        <HotelDescription>This outstanding hotel prides itself of the idyllic setting in Savoy, situated in the picturesque Chamonix Valley, offering spectacular views over the majestic Mont Blanc. The property is a 3-minute walk from the town centre, where to find a host of restaurants, bus and railway stations and it is positioned in front of the Savoy ski lift, which serves the Brévent-Flégère ski slopes. Visitors will be enchanted by scenic mountainous scenery and Alpine-style houses, designed to afford the utmost comfort and convenience. The establishment is a perfect option for winter and summer time sports and a base for all those craving for relaxation. The apartments come well-equipped and tastefully appointed in soothing and warm tones and complemented with wooden furniture. Guests may enjoy a savoury breakfast in the morning and throughout the day sip a drink from the bar. Those who wish to relax may take a plunge in the hotel pool, unwind in the sauna and steam room or work out at the gym.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9003.81" OriginalAmount="8914.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515144" Longitude="-0.159241" StarRating="5" HotelCode="|18029" HotelName="The Montcalm Marble Arch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Wallenberg Place (34-40 Great Cumberland Place)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/2/9/18029_1_2172.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1787, has 6 floors, 116 standard rooms and 14 suites. In the entrance, guests are offered a lobby with a lift and a reception. The establishment boasts a bar and a restaurant. SITUATION: This urban hotel is in a quiet area, a few minutes walk away from Marble Arch and Oxford Street. Is 1.5 kilometres from the metro station. ROOM: The comfortable rooms have a bathroom, a hairdryer, a direct line telephone, a television, internet, a mini-bar and a safety deposit box (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="9006.49" OriginalAmount="8917.32" MarkupRule="1.00">
      <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 17/09/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="94" TotalAmount="9007.87" OriginalAmount="8918.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5078979" Longitude="-0.1431977" StarRating="5" HotelCode="|29841" HotelName="1 Hotel Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 BERKELEY ST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/8/4/1/29841_c0b88d91620.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 194 rooms and 7 floors. It has air-conditioning, a lobby, a safety deposit box service, a currency exchange service and lifts. The establishment has a bar and conference rooms. The establishment offers guests a car park, room service and a laundry service. SITUATION: This establishment is in Mayfair city centre. It is in Piccadilly Circus and Berkeley Street near the establishment, you will find Green Park, the Royal Academy of Arts, Fortnum and Mason, Bond Street and Regent Street in the surrounding area, clients have nightclubs and casinos. It is situated near Oxford Street, Buckimgham Palace, Theatreland and el West End next to the establishment, clients have Green Park Underground Station. It is well-connected with London Heathrow and Gatwick airports. ROOM: The rooms have an air-conditioning system, heating, a satellite or cable television, a radio, a direct line telephone, internet, a coffee maker, a kettle and a safety deposit box. OTHERS: Clients have at their disposal a restaurant. The establishment offers a breakfast service and a dinner service. You will also find a lounge bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9073.84" OriginalAmount="8984" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|164162-28599719/8581117480298971650/1146" HotelName="ST. PANCRAS LONDON AUTOGRAPH COLLECTION " Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3910000/3907800/3907784/86416473_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9112.22" OriginalAmount="9022" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516748" Longitude="-0.136269" StarRating="5" HotelCode="18259|55196" HotelName="The London Edition" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Berners Street, London W1T 3NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/fb/4cfb91ba2aa2be5ace9267d0c22382e780a50688.jpeg</HotelPictures>
        <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="83" TotalAmount="9150.60" OriginalAmount="9060" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1240462-24908253/8581117480298971650/8831" HotelName="THE NOMAD LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59950000/59943800/59943753/w3837h2880x3y0-b6983120_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9205.14" OriginalAmount="9114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427725-28589634/8581117480298971650/2672" HotelName="2 CHESHAM HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101870000/101867800/101867762/55cb68c5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9213.22" OriginalAmount="9122" MarkupRule="1.00">
      <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="94" TotalAmount="9230.75" OriginalAmount="9139.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50964" Longitude="-0.1554" StarRating="5" HotelCode="|18081" HotelName="Grosvenor House JW Marriott" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86-90 Park Lane - W1K7TN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/8/1/18081_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 1929 and renovated in 1999. It has 8 floors, 446 rooms, 25 single rooms, 349 double rooms and 72 suites. It has a lobby with an elevator, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment boasts a hairdresser's, a bar and an Ã  la carte restaurant with air-conditioning. The establishment offers guests a conference room, internet, a car park, indoor parking and room service. SITUATION: This hotel is opposite Park Lane it is well-connected with public transport services. It is situated 4 kilometres away from the city centre. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a fridge, a double bed and tiled floors. They also have fitted carpets, central heating and a safety deposit box. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for dependent on availability and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9329.91" OriginalAmount="9237.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52705" Longitude="-0.18251" StarRating="4" HotelCode="|184790" HotelName="Europa House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>79A Randolph Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/9/0/184790_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9461.11" OriginalAmount="9367.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513132" Longitude="-0.122033" StarRating="5" HotelCode="|444403" HotelName="NoMad London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 BOW ST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/0/3/444403_9f3cd031047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9541.25" OriginalAmount="9446.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503319" Longitude="-0.000181" StarRating="5" HotelCode="|184250" HotelName="Intercontinental London - The O2, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waterview Drive, Greenwich Peninsula</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/5/0/184250_b85b7d10924.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9563.69" OriginalAmount="9469" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|519923-28571814/8581117480298971650/3545" HotelName="ARTIST RESIDENCE LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11270000/11266300/11266201/5a297e7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9613.18" OriginalAmount="9518" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518443136553" Longitude="-0.13485417697825" StarRating="5" HotelCode="114346|54254" HotelName="Charlotte Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="9665.70" OriginalAmount="9570" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50105" Longitude="-0.119177" StarRating="5" HotelCode="80367|48502" 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="83" TotalAmount="9688.93" OriginalAmount="9593" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.260171" Longitude="-0.079179" StarRating="5" HotelCode="0|369560-18206897/8581117480298971650/21676" HotelName="INTERCONTINENTAL LONDON - THE O2" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>23 RUE DAILLE, SAUMUR 49400, FRANCE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11520000/11519000/11518997/226435f5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9709.13" OriginalAmount="9613" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|650764-28595924/8581117480298971650/742" HotelName="CARLTON COURT - MAYFAIR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42010000/42005000/42004982/020ef889_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9827.30" OriginalAmount="9730" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51525152942" Longitude="-0.15928593692695" StarRating="5" HotelCode="14979|2148" HotelName="The Montcalm London Marble Arch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/09/2026" 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="9973.75" OriginalAmount="9875" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507656859624" Longitude="-0.14241589814765" StarRating="4" HotelCode="13498|24673" HotelName="Holiday Inn London - Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Berkeley Street, London W1J 8NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14279/a_14279_A1.jpg</HotelPictures>
        <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="83" TotalAmount="9980.82" OriginalAmount="9882" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4411-28589350/8581117480298971650/5205" HotelName="RADISSON BLU EDWARDIAN BOND STREET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24200/24180/61d199a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="10007.08" OriginalAmount="9908" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513921" Longitude="-0.133526" StarRating="5" HotelCode="55615|55383" HotelName="The Soho Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/09/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="94" TotalAmount="10362.39" OriginalAmount="10259.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50803" Longitude="-0.106868" StarRating="5" HotelCode="|162755" HotelName="Sea Containers London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Upper Ground 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/7/5/5/162755_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2014, was renovated in 2014, has 359 standard rooms, 128 single rooms, 111 double rooms, 13 studios and 37 rooms adapted for people with reduced mobility. The establishment offers facilities for people with disabilities. SITUATION: This establishment is in the city centre. Near the establishment, you will find the bus station and the railway station. It is situated near public transport services. It has excellent transport links to the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="10451.48" OriginalAmount="10348" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502049" Longitude="-0.186639" StarRating="5" HotelCode="28457|17129" HotelName="The Milestone Hotel &amp; Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/09/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="10510.83" OriginalAmount="10406.76" MarkupRule="1.00">
      <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 10/09/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="27" TotalAmount="10530.26" OriginalAmount="10426" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502506" Longitude="-0.152444" StarRating="5" HotelCode="28455|55244" HotelName="The Lanesborough" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hyde Park Corner, London SW1X 7TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/70/267028f5d40cf48dc81143ffd83580ecce326ef9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10874.31" OriginalAmount="10766.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51502984584" Longitude="-0.18058293694162" StarRating="4" HotelCode="47228|315599" HotelName="Chilworth Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 10/09/2026">
        <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="94" TotalAmount="10917.67" OriginalAmount="10809.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5131312" Longitude="-0.1176217" StarRating="5" HotelCode="|74619" HotelName="One Aldwych" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 ALDWYCH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/1/9/74619_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, luxury hotel, has 2 bars, 2 restaurants and a lobby bar. Guests can also enjoy the modern restaurant Axis and the inviting restaurant Indigo. It has 105 modern rooms. The One Aldwych Hotel is rated five stars. It has a gym, a spacious swimming pool, music and underwater lighting and 3 spa rooms. SITUATION: It is in Covent Garden, is situated in the city centre of London. It has good links to the theatres, shops and the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="10983.75" OriginalAmount="10875" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498216" Longitude="-0.164353" StarRating="5" HotelCode="114275|200262" HotelName="Knightsbridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/2026" 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="1" TotalAmount="11052.55" OriginalAmount="10943.12" MarkupRule="1.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 17/09/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="94" TotalAmount="11159.44" OriginalAmount="11048.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4947699" Longitude="-0.1588203" StarRating="4" HotelCode="|41779" HotelName="Beaverbrook Town House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SLOANE STREET, KNIGHTSBRIDGE 115</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/9/41779_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in, a sanctuary, is in Chelsea (London) the district Chelsea (London) It has 11 suites, In the entrance, you can find a lobby with a reception, room service, a safety deposit box service, a lift and a laundry service. SITUATION: Solane Street It is in Chelsea and Knightsbridge it is in it is opposite private gardens, Sloane Square 50 metres away, guests can find It is situated close toKnightsbridge the metro station of Harrods, Hyde Park and King's Road it is near it is well-connected by the train stations situated 65 kilometres away fromGatwick Airport it is situated 25 kilometres away from London Heathrow Airport near the establishment, guests will find bars, restaurants and shops. ROOM: The spacious rooms, They have a kitchen, a sitting room, a fireplace, sofas, tables, chairs, a direct line telephone, satellite or cable TV, a radio and internet. They also have a mini-bar, a coffee maker, a kettle, an iron, a double or king-size bed, a fridge, an oven, a microwave, bathrooms with a shower or bath, a hairdryer, central heating, individual air-conditioning and a safety deposit box. FACILITIES: It is situated in front of tennis courts, 5 minutes away, you can find a health club (free of charge), Guests are offered a massage service and aerobics. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: No restaurant available Clients have at their disposal room service with breakfast service, a lunch service and a dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11489.76" OriginalAmount="11376" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510338579132" Longitude="-0.12081365277868" StarRating="5" HotelCode="18503|34008" HotelName="The Savoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Strand, London WC2R 0EZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/59/7f593811208c868cc500259e2de45099f9a40713.jpeg</HotelPictures>
        <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="94" TotalAmount="11573.59" OriginalAmount="11459.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498514" Longitude="-0.159142" StarRating="5" HotelCode="|20627" HotelName="Jumeirah Carlton Tower London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cadogan Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/2/7/20627_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: this building, was built in 1962 and renovated in 2002. It has 220 rooms, 18 floors, 60 single rooms, 100 double rooms and 60 suites. In the establishment entrance, guests will find a cosy hall with a reception, a cloakroom, a safety deposit box service, a currency exchange service and lifts. The establishment boasts a kiosk, shops, a hairdresser's, a cafÃ©, a bar, a pub, a nightclub, an Ã  la carte restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. The establishment also has a car park. SITUATION: This smart, deluxe hotel is in a central location, Cadogan Place it is close to near the establishment, you will find the tourist area, monuments, shops and leisure areas. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite TV, a stereo, internet, a mini-bar, a fridge, a double bed, a safe, a central heating system, a small sitting room and fitted carpets. FACILITIES: Clients can enjoy a covered swimming pool, a Turkish bath, a jacuzzi, a solarium, a sauna and a gym. Guests are offered a massage service. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11600.78" OriginalAmount="11485.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50817" Longitude="-0.13105" StarRating="5" HotelCode="|183748" HotelName="Haymarket Hotel, Firmdale Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Suffolk Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/4/8/183748_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11678.51" OriginalAmount="11562.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520156" Longitude="-0.125689" StarRating="4" HotelCode="18376|106035" HotelName="Montague on the Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/09/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>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11902.85" OriginalAmount="11785" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508249375" Longitude="-0.1309725" StarRating="5" HotelCode="114264|55596" HotelName="Haymarket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="1" TotalAmount="12149.09" OriginalAmount="12028.80" MarkupRule="1.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 17/09/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="8" TotalAmount="12208.52" OriginalAmount="12087.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510021" Longitude="-0.136549" StarRating="5" HotelCode="208408|222260" HotelName="Cafe Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="8" TotalAmount="12382.28" OriginalAmount="12259.68" MarkupRule="1.00">
      <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 17/09/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="12425.02" OriginalAmount="12302" MarkupRule="1.00">
      <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="94" TotalAmount="12510.58" OriginalAmount="12386.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4907939" Longitude="-0.1437514" StarRating="3" HotelCode="|47420" HotelName="The Portico" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 ST. Georges Dr.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/2/0/47420_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Victoria the area it is situated 10 minutes walk away from public transport services and 1,5 kilometres away from the tourist attractions.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12511.13" OriginalAmount="12387.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509831" Longitude="-0.136456" StarRating="5" HotelCode="|80834" HotelName="Cafe Royal, London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Regent Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/3/4/80834_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel reopened in 2012, has a laundry service, a dry cleaner's, daily newspapers (free of charge), WiFi and room service. SITUATION: It is inLondres the heart of this hotel Regent Street it is in It is nearBond Street, Mount Street and Jermyn Street the commercial area of Piccadilly close to the establishment, clients can find It is located near the tourist attractions. ROOM: The establishment has stylish rooms, a marble bathroom, a shower, towels and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12566.59" OriginalAmount="12442.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51137" Longitude="-0.13437" StarRating="5" HotelCode="|183735" HotelName="Ham Yard Hotel, Firmdale Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Ham Yard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/3/5/183735_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12605.32" OriginalAmount="12480.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511113" Longitude="-0.154915" StarRating="5" HotelCode="|78249" HotelName="Grand Residences By Marriott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PARK STREET 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/2/4/9/78249_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, Where clients can find restaurants and boutiques. Hyde Park it is situated near Close to the theatres and the cinema.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12631.03" OriginalAmount="12505.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502116" Longitude="-0.18681" StarRating="5" HotelCode="|26737" HotelName="The Milestone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Kensington Court</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/3/7/26737_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, is situated in a historic building, was built in the 19th Century, has 6 floors, 57 standard rooms, 40 double rooms and 17 suites. In the entrance, you can find a lobby elegantly furnished with air-conditioning, a lift, a reception with safety deposit boxes and a cloakroom. Guests have access to a bar, a conference room, an Ã  la carte restaurant with highchairs and internet. There are many services available at the establishment, including room service, a laundry service and a medical care service. The establishment has various facilities, such as a car park and an indoor car park. SITUATION: This hotel is situated in the centre of London. ROOM: All the rooms have a bathroom with a hairdryer, a king-size bed, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar and individual heating. FACILITIES: Clients can enjoy a covered heated swimming pool, a sauna area, a massage service and a well-equipped gym. OTHERS: The establishment serves a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12703.78" OriginalAmount="12578" MarkupRule="1.00">
      <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="Free CXL until 18/09/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="94" TotalAmount="12811.96" OriginalAmount="12685.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51014" Longitude="-0.07789" StarRating="5" HotelCode="|217852" HotelName="Four Seasons Hotel London at Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Trinity Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/8/5/2/217852_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="12854.18" OriginalAmount="12726.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501965" Longitude="-0.159945" StarRating="5" HotelCode="13117" HotelName="Mandarin Oriental Hyde Park, London" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>66 Knightsbridge,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/13117/13117/2.jpg?f=17708938</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You can take advantage of recreational amenities such as an indoor pool, a sauna, and a 24-hour fitness center. This hotel also features complimentary wireless internet access, concierge services, and babysitting (surcharge).. This establishment has received its official star rating from VisitEngland, the National Tourist Board for England.. Featured amenities include limo/town car service, a computer station, and express check-in..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12890.53" OriginalAmount="12762.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505549" Longitude="-0.126119" StarRating="5" HotelCode="|449266" HotelName="Raffles London at The OWO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Whitehall</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/2/6/6/449266_b7a05a31307.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12960.32" OriginalAmount="12832" MarkupRule="1.00">
      <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="12993.65" OriginalAmount="12865" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511259005364" Longitude="-0.13487254936319" StarRating="5" HotelCode="341681|58384" HotelName="Ham Yard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="13291.20" OriginalAmount="13159.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|9244" HotelName="Brown's Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="94" TotalAmount="13323.92" OriginalAmount="13192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49381" Longitude="-0.18434" StarRating="5" HotelCode="|184782" HotelName="Cheval Gloucester Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ashburn Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/8/2/184782_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13383.06" OriginalAmount="13250.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50624" Longitude="-0.15175" StarRating="5" HotelCode="|183688" HotelName="45 Park Lane - Dorchester Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Park Lane, Mayfair</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/8/8/183688_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13646.11" OriginalAmount="13511" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514453465874" Longitude="-0.12703617008055" StarRating="0" HotelCode="199777|444219" HotelName="Covent Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="13706.71" OriginalAmount="13571" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50643159" Longitude="-0.15184217" StarRating="5" HotelCode="199759|63307" HotelName="45 Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="94" TotalAmount="13783.59" OriginalAmount="13647.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51302" Longitude="-0.15212" StarRating="5" HotelCode="|183947" HotelName="The Beaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Brown Hart Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/4/7/183947_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13817.04" OriginalAmount="13680.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5059199" Longitude="-0.1403902" StarRating="5" HotelCode="|67157" HotelName="The Stafford London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16-18 ST JAME'S PLACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/5/7/67157_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was opened in 1912, renovated in 2007, has 105 rooms, 38 suites and 6 floors. The establishment has a living room, a lobby with a reception, a restaurant and an American bar. It also has a patio with tables, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a cafÃ©, conference facilities, internet, room service and a laundry service (for a fee), At an extra cost you can use the car park. SITUATION: It is inst James the historic area of Piccadilly it is 500 metres away from Old Bond Street and Jermyn Street a few minutes walk away, you can find Green Park it has good links to It is situated 5 minutes away fromGreen Park the underground station of nearby, you will find theatres, parks, palaces and shops. it is situated 25 kilometres away from Victoria bus and train station It is situated 5 kilometres away fromLondon Airport it is situated 27 kilometres away from London Heathrow Airport It is situated 50 kilometres away fromLuton Airport it is situated 58 kilometres away from Stansted Airport It is situated 60 kilometres away fromGatwick Airport. ROOM: The elegant, traditional rooms, have a marble bathroom, toiletries, bath or shower, a hairdryer, WiFi (free of charge), a writing desk with telephone, an answering machine, bottled water, a safety deposit box, a satellite television, a radio and a CD player. Guests are offered cleaning service twice a day and a bathrobe. They also have a double or king-size bed, a coffee maker, a kettle, an iron, a terrace, non-smoking rooms, individual air-conditioning and individual heating. FACILITIES: The establishment has a gym, (free of charge), fully-equipped, Customers can make use of a gym 3 Space with a swimming pool. OTHERS: You can enjoy a restaurant with a breakfast, lunch and dinner service. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard, Visa and some debit cards. OBSERVATIONS: There is no car park and near the establishment, clients can find a car park, By paying an extra cost.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14064.25" OriginalAmount="13925" MarkupRule="1.00">
      <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 17/09/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="94" TotalAmount="14188.66" OriginalAmount="14048.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5142979" Longitude="-0.1272011" StarRating="5" HotelCode="|169883" HotelName="Covent Garden Hotel, Firmdale Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Monmouth Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/8/3/169883_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a projection room. SITUATION: This hotel is in the theatre area, el Soho it is situated near, is in Covent Garden the area It has excellent transport links to the shopping area, the nightlife and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15683.28" OriginalAmount="15528" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501567357258" Longitude="-0.16282548710251" StarRating="5" HotelCode="186632|57323" HotelName="Bulgari Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Knightsbridge, London SW7 1DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/51/bd5175044920b13e4a7ca35679e025cc0b3a4617.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="15729.17" OriginalAmount="15573.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49074283656" Longitude="-0.14344453811645" StarRating="3" HotelCode="13193|110557" HotelName="The Portico Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-32 St. George’s Drive, Victoria, London SW1V 4BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/58/4a58fceecf19522e8c8e00d995ba96e15680d3c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Victoria, in an easily accessible area, the hotel is very close to the Victoria undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="15865.16" OriginalAmount="15708.08" MarkupRule="1.00">
      <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 15/09/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="27" TotalAmount="15875.18" OriginalAmount="15718" MarkupRule="1.00">
      <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 18/09/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="94" TotalAmount="16573.16" OriginalAmount="16409.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50115" Longitude="-0.18407" StarRating="5" HotelCode="|184788" HotelName="Cheval Thorney Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Palace Gate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/8/8/184788_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17125.20" OriginalAmount="16955.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50279" Longitude="-0.15276" StarRating="5" HotelCode="|184021" HotelName="The Lanesborough, Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hyde Park Corner</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/2/1/184021_a1f3a4d1105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="17161.92" OriginalAmount="16992.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512627" Longitude="-0.147828" StarRating="5" HotelCode="47499|9014" HotelName="Claridge's" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/09/2026" 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="17938.61" OriginalAmount="17761" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501953" Longitude="-0.156267" StarRating="5" HotelCode="18258|37429" HotelName="The Berkeley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/09/2026" 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="94" TotalAmount="18882.48" OriginalAmount="18695.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513371" Longitude="-0.144179" StarRating="5" HotelCode="|449488" HotelName="Mandarin Oriental Mayfair, London" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Hanover Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/8/8/449488_6dc23571301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20427.25" OriginalAmount="20225" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|33765" 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="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="95" TotalAmount="20990.70" OriginalAmount="20782.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49875" Longitude="-0.137371" StarRating="5" HotelCode="12124" HotelName="Taj 51 Buckingham Gate, Suites And Residences" Meals="SUITE" BedType="SUITE">
        <Address>
          <AddressLines>
            <AddressLine>51 Buckingham Gate,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/12124/12124/71.jpg?f=17742579</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. If you're looking for recreational opportunities, you'll find a sauna and a 24-hour fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include a business center, limo/town car service, and express check-out. This hotel has 17 meeting rooms available for events..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22426.44" OriginalAmount="22204.40" MarkupRule="1.00">
      <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 05/09/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="94" TotalAmount="26207.18" OriginalAmount="25947.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501743" Longitude="-0.151796" StarRating="5" HotelCode="|450638" HotelName="The Peninsula London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Grosvenor Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/3/8/450638_b57cc641121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="27101.29" OriginalAmount="26832.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507253334969" Longitude="-0.14165014028549" StarRating="5" HotelCode="16765|6625" 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 15/09/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="42725.02" OriginalAmount="42302" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510525308147" Longitude="-0.079341273015825" StarRating="4" HotelCode="76295|37398" HotelName="Apex City Of London Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Seething Lane, London EC3N 4AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c7/7ec71e0d8fdf7ef00f2e60019ebb04ad669a98d3.JPEG</HotelPictures>
        <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="3299.00" OriginalAmount="0">
      <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 10/09/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="5041.00" OriginalAmount="0">
      <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="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>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="2415.00" OriginalAmount="0">
      <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="7192.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.522621" Longitude="-0.125348" StarRating="5" HotelCode="17041|hotel_russell_3" HotelName="Kimpton Fitzroy London" Meals="ROOM ONLY" 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="63" TotalAmount="5988.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.507714" Longitude="-0.147148" StarRating="4" HotelCode="18284|the_chesterfield_mayfair" HotelName="The Chesterfield Mayfair" Meals="ROOM ONLY" 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="2114.00" OriginalAmount="0">
      <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="2655.00" OriginalAmount="0">
      <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="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="63" TotalAmount="2093.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="14859|millennium_copthorne_hotels_at_chelsea_football_club" HotelName="Millennium &amp; Copthorne Hotels at Chelsea Football Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,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="63" TotalAmount="3074.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.474028723377" Longitude="-0.18375302801292" StarRating="3" HotelCode="27281|doubletree_by_hilton_london_chelsea" HotelName="DoubleTree by Hilton Hotel London - Chelsea" 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,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="63" TotalAmount="10297.00" OriginalAmount="0">
      <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="63" TotalAmount="12216.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.50449532238" Longitude="-0.15013933181763" StarRating="5" HotelCode="26020|four_seasons_hotel_london_at_park_lane" HotelName="Four Seasons London at Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/09/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="63" TotalAmount="2486.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.458986956818" Longitude="-0.4410544047546" StarRating="4" HotelCode="28979|hilton_london_heathrow_airport_hotel" HotelName="Hilton London Heathrow Airport" Meals="ROOM ONLY" 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,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="3458.00" OriginalAmount="0">
      <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="1953.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.512837298397" Longitude="-0.19210785627365" StarRating="3" HotelCode="10915|bayswater_inn_2" HotelName="Bayswater Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-16 Princes Square, Bayswater, London W24NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/0d/ed0db5113240df1bf7f09046f16a34a3bdd92367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unostentatious hotel is centrally located near to Hyde Park, Kensington Gardens and Queensway. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3064.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.513829653155" Longitude="-0.17890870571136" StarRating="3" HotelCode="11241|brunel_hotel" HotelName="Brunel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79-81 Gloucester Terrace, London W2 3HB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/dc/27dc1c27b74e7fb03f8fbce55874cfbd1e1f67a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is ideally situated close to Hyde Park at the heart of the Bayswater district of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1385.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.504244889241" Longitude="-0.033500790596008" StarRating="4" HotelCode="25680|hilton_london_docklands_riverside" HotelName="DoubleTree by Hilton London - Docklands Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,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="63" TotalAmount="3739.00" OriginalAmount="0">
      <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="2279.00" OriginalAmount="0">
      <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 16/09/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="4174.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.516318" Longitude="-0.163792" StarRating="4" HotelCode="14599|marriott_london_marble_arch" HotelName="Marriott Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 George Street, W1H 5DN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/26/21269206fb470f85b884dfc88e72f94a8fbbd5c8.JPEG</HotelPictures>
        <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="3256.00" OriginalAmount="0">
      <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="63" TotalAmount="8726.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.516748" Longitude="-0.136269" StarRating="5" HotelCode="18259|the_london_edition" HotelName="The London Edition" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,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="2703.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.513991" Longitude="-0.189569" StarRating="3" HotelCode="21204|london_house_hotel" HotelName="London House" Meals="ROOM ONLY" 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="63" TotalAmount="7279.00" OriginalAmount="0">
      <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="2654.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.495882" Longitude="-0.181302" StarRating="4" HotelCode="35405|grange_strathmore" 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="63" TotalAmount="3059.00" OriginalAmount="0">
      <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="2400.00" OriginalAmount="0">
      <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="4493.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.49284" Longitude="-0.184184" StarRating="5" HotelCode="18346|the_bentley_london_a_hilton_hotel" HotelName="The Bentley Hotel" Meals="ROOM ONLY" 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="2225.00" OriginalAmount="0">
      <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 17/09/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="2958.00" OriginalAmount="0">
      <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="5765.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.504998261738" Longitude="-0.1500170846557" StarRating="5" HotelCode="18372|metropolitan_by_como" HotelName="COMO Metropolitan 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,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="2867.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.544577" Longitude="-0.172655" StarRating="3" HotelCode="18450|best_western_swiss_cottage_hotel" HotelName="Best Western Swiss Cottage Hotel" 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>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="63" TotalAmount="4198.00" OriginalAmount="0">
      <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="5465.00" OriginalAmount="0">
      <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 14/09/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="11995.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.502506" Longitude="-0.152444" StarRating="5" HotelCode="28455|the_lanesborough_a_st_regis_hotel" HotelName="The Lanesborough" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/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="3686.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.502624553573" Longitude="-0.21725490689278" StarRating="4" HotelCode="31997|k_west_hotel__spa" HotelName="K West Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 10/09/2026" 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="63" TotalAmount="14678.00" OriginalAmount="0">
      <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="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="63" TotalAmount="2689.00" OriginalAmount="0">
      <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 16/09/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="2510.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.489657288863" Longitude="-0.13725131750107" StarRating="3" HotelCode="29188|holiday_inn_express_london_victoria" 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="63" TotalAmount="3356.00" OriginalAmount="0">
      <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="1735.00" OriginalAmount="0">
      <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="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="63" TotalAmount="25031.00" OriginalAmount="0">
      <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/09/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="4078.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.519360236934" Longitude="-0.17033904790878" StarRating="4" HotelCode="21201|hilton_london_metropole" HotelName="Hilton London Metropole" 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,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="63" TotalAmount="1689.00" OriginalAmount="0">
      <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="4434.00" OriginalAmount="0">
      <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="63" TotalAmount="3039.00" OriginalAmount="0">
      <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="4176.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.512929106726" Longitude="-0.18372595310211" StarRating="4" HotelCode="11065|blakemore_hyde_park" HotelName="Blakemore Hyde Park" 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,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="5979.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.503890941391" Longitude="-0.15021979808807" StarRating="5" HotelCode="14174|intercontinental_london_park_lane" 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="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="5934.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.50613827443" Longitude="-0.14034234477276" StarRating="5" HotelCode="18135|st_jamess_hotel__club" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7-8 Park Place, St. James's, London SW1A 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/57/2457f822a81059066adbd5cb5126a9aee4880b22.JPEG</HotelPictures>
        <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="2177.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.516444391893" Longitude="-0.17091438174248" StarRating="3" HotelCode="25448|orchard_hotel" HotelName="Orchard Paddington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>86-90 Sussex Gardens, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c0/aec0c1cfbcdc9a5c23b37e170fa81e97ac28fd31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in a highly convenient location just a short walk away from Paddington Station, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2217.00" OriginalAmount="0">
      <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="63" TotalAmount="2031.00" OriginalAmount="0">
      <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="2722.00" OriginalAmount="0">
      <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="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="63" TotalAmount="2218.00" OriginalAmount="0">
      <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="3764.00" OriginalAmount="0">
      <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="2993.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.49159962976" Longitude="-0.19546241104513" StarRating="3" HotelCode="15386|oliver_plaza_hotel" 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="63" TotalAmount="7208.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.521488" Longitude="-0.162639" StarRating="5" HotelCode="18350|the_landmark_london" HotelName="The Landmark London" Meals="ROOM ONLY" 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="4206.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.510331694228" Longitude="-0.18751055002212" StarRating="4" HotelCode="29185|hilton_london_hyde_park" HotelName="Hilton London Hyde Park" 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>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="63" TotalAmount="3712.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.531077042918" Longitude="-0.12459899649002" StarRating="5" HotelCode="13079|great_northern_hotel_2" HotelName="Great Northern Hotel A Tribute Portfolio Hotel, London" Meals="ROOM ONLY" 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="63" TotalAmount="3347.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.494733254746" Longitude="-0.1187427341938" StarRating="4" HotelCode="15255|novotel_london_waterloo" HotelName="Novotel London Waterloo" 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,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="11956.00" OriginalAmount="0">
      <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 03/09/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="63" TotalAmount="2957.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.54990112696" Longitude="-0.18099009990692" StarRating="3" HotelCode="35169|quality_hotel_hampstead" HotelName="Quality Hampstead" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Frognal, Hampstead, London NW3 6AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/3d/3e3db05e366b7f9961ed156596cdc9557db9fedf.JPEG</HotelPictures>
        <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="4248.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.526498011838" Longitude="-0.13015016913414" StarRating="4" HotelCode="12322|hilton_london_euston" HotelName="Hilton Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/09/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="2769.00" OriginalAmount="0">
      <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 15/09/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="2806.00" OriginalAmount="0">
      <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="Free CXL until 09/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6315.00" OriginalAmount="0">
      <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="2650.00" OriginalAmount="0">
      <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="1771.00" OriginalAmount="0">
      <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="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="63" TotalAmount="13208.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.49074283656" Longitude="-0.14344453811645" StarRating="3" HotelCode="13193|hanover_hotel_victoria" HotelName="The Portico Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-32 St. George’s Drive, Victoria, London SW1V 4BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/58/4a58fceecf19522e8c8e00d995ba96e15680d3c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Victoria, in an easily accessible area, the hotel is very close to the Victoria undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3107.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.481102" Longitude="-0.438241" StarRating="4" HotelCode="28973|london_heathrow_marriott_hotel" HotelName="London Heathrow Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 17/09/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>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="63" TotalAmount="2260.00" OriginalAmount="0">
      <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="4467.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.510224" Longitude="-0.131564" StarRating="4" HotelCode="15844|thistle_piccadilly" HotelName="Thistle Piccadilly" Meals="ROOM ONLY" 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="2281.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.485936169226" Longitude="-0.1996636390686" StarRating="3" HotelCode="18403|hotel_ibis_london_earls_court" HotelName="ibis London Earls Court 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">
        <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="63" TotalAmount="4084.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|thistle_holborn_the_kingsley_2" HotelName="Thistle Holborn The Kingsley" 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>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="1535.00" OriginalAmount="0">
      <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="2540.00" OriginalAmount="0">
      <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="4540.00" OriginalAmount="0">
      <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="6706.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.512635319424" Longitude="-0.11892378330231" StarRating="5" HotelCode="18369|the_waldorf_hilton" HotelName="The Waldorf 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,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="1085.00" OriginalAmount="0">
      <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="6737.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.498270816124" Longitude="-0.14356791973114" StarRating="5" HotelCode="17019|the_rubens_at_the_palace" 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 03/09/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="63" TotalAmount="5138.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.513923963289" Longitude="-0.17632305622101" StarRating="4" HotelCode="17465|the_royal_park_hotel" HotelName="Roseate House London" Meals="ROOM ONLY" 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="4691.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.5104" Longitude="-0.12681" StarRating="5" HotelCode="18145|st_martins_lane__a_morgans_original" HotelName="St. Martins Lane" 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,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="3668.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.494032723243" Longitude="-0.18251091241837" StarRating="4" HotelCode="14857|millennium_baileys_hotel_london_kensington" HotelName="The Bailey's Hotel London" Meals="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="63" TotalAmount="7590.00" OriginalAmount="0">
      <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="63" TotalAmount="3313.00" OriginalAmount="0">
      <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="Free CXL until 16/09/2026" 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="8641.00" OriginalAmount="0">
      <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="4363.00" OriginalAmount="0">
      <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="4947.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.512150399307" Longitude="-0.13186812400818" StarRating="4" HotelCode="17454|best_western_premier_shaftesbury_london_piccadilly" 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="2891.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.512009" Longitude="-0.185137" StarRating="3" HotelCode="18270|byron_2" HotelName="The Byron" Meals="ROOM ONLY" 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="63" TotalAmount="7098.00" OriginalAmount="0">
      <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="63" TotalAmount="8779.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.517868" Longitude="-0.143976" StarRating="5" HotelCode="13936|the_langham_london" HotelName="The Langham London" Meals="ROOM ONLY" 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="4817.00" OriginalAmount="0">
      <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="1959.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.512047739136" Longitude="-0.18657982349396" StarRating="3" HotelCode="10844|berjaya_eden_park_london_hotel_2" HotelName="Berjaya Eden Park London" Meals="ROOM ONLY" 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="63" TotalAmount="11865.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.498578" Longitude="-0.15838" StarRating="5" HotelCode="26021|jumeirah_carlton_tower" HotelName="Jumeirah Carlton Tower" 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,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="63" TotalAmount="2239.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|st_giles_london__st_giles_classic_hotel" 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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2171.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.515499664797" Longitude="-0.17266988754272" StarRating="3" HotelCode="25447|olympic_house_hotel" HotelName="Olympic House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138-140 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/af/91afacff120dae8fc9f7809031838fd8d767280f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of London. There are connections to the public transport network...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3508.00" OriginalAmount="0">
      <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="Free CXL until 17/09/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="63" TotalAmount="12332.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.502092777068" Longitude="-0.15989989042282" StarRating="5" HotelCode="14381|mandarin_oriental_hyde_park" HotelName="Mandarin Oriental Hyde Park London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 17/09/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="2516.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.513584991845" Longitude="-0.18002293958023" StarRating="4" HotelCode="15500|best_western_shaftesbury_paddington_court" HotelName="Park Grand Paddington Court London" Meals="ROOM ONLY" 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="2930.00" OriginalAmount="0">
      <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="Free CXL until 17/09/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="63" TotalAmount="9997.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.502049" Longitude="-0.186639" StarRating="5" HotelCode="28457|milestone_hotel_kensington_2" HotelName="The Milestone Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/09/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="63" TotalAmount="1666.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|thistle_london_heathrow" HotelName="Thistle London Heathrow Terminal 5" Meals="ROOM ONLY" 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="5394.00" OriginalAmount="0">
      <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="Free CXL until 15/09/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="63" TotalAmount="3733.00" OriginalAmount="0">
      <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="3547.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.497793746265" Longitude="-0.18355160951614" StarRating="3" 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="7250.00" OriginalAmount="0">
      <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="5540.00" OriginalAmount="0">
      <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="2922.00" OriginalAmount="0">
      <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="4627.00" OriginalAmount="0">
      <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="Non Refundable" 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="3739.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.514386330505" Longitude="-0.15641435980797" StarRating="4" HotelCode="18518|thistle_marble_arch" HotelName="Amba Hotel Marble Arch" 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,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="63" TotalAmount="6357.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.518067" Longitude="-0.149759" StarRating="5" HotelCode="23056|the_marylebone_hotel__a_member_of_the_doyle_collection" HotelName="The Marylebone" 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,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="3411.00" OriginalAmount="0">
      <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="1852.00" OriginalAmount="0">
      <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="Non Refundable" 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="63" TotalAmount="13836.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|rocco_forte_browns_hotel" HotelName="Brown's Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/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="2632.00" OriginalAmount="0">
      <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="3445.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.507087056375" Longitude="-0.12465727293352" StarRating="4" HotelCode="25513|citadines_prestige_trafalgar_square_london_2" HotelName="Citadines Trafalgar Square London" Meals="ROOM ONLY" 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="63" TotalAmount="2435.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.529604271707" Longitude="-0.29428124427795" StarRating="4" HotelCode="29190|holiday_inn_london_ealing_" HotelName="Crowne Plaza London Ealing" Meals="ROOM ONLY" 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="2929.00" OriginalAmount="0">
      <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 16/09/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="4364.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.492527" Longitude="-0.17865" StarRating="4" HotelCode="18471|100_queens_gate_hotel_london_curio_collection_by_hilton" HotelName="100 Queen's Gate Hotel London, Curio Collection by Hilton" 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>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="6544.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.518021675267" Longitude="-0.14265596866608" StarRating="4" HotelCode="17096|saint_georges_hotel" HotelName="Treehouse London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-15 Langham Place, Marylebone, London W1B 2QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/4a/5d4aef857bf9589e7861a1f4ec1d23715e475657.jpeg</HotelPictures>
        <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="3953.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|royal_garden_hotel_2" HotelName="Royal Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,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="3745.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.542051" Longitude="-0.170353" StarRating="4" HotelCode="29186|london_marriott_hotel_regents_park" HotelName="Marriott Regents Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,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="63" TotalAmount="1909.00" OriginalAmount="0">
      <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="Free CXL until 17/09/2026" 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="6557.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.519952729849" Longitude="-0.12586265802383" StarRating="4" HotelCode="35407|grange_white_hall_hotel" HotelName="Grange White Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-5 Montague Street, WC1B 5BU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/81/5081a1482eab33cf0d505f7eb388dadcb085d272.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a unique location on Montague Street close to the spot where the Duke of Montague ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4398.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.494874707544" Longitude="-0.18997013568878" StarRating="4" HotelCode="14336|hotel_xenia_2" HotelName="Xenia" 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>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="63" TotalAmount="5900.00" OriginalAmount="0">
      <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="4087.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.50190892114" Longitude="-0.15873371163934" StarRating="5" HotelCode="17523|the_park_tower_knightsbridge" HotelName="The Park Tower Knightsbridge, a Luxury Collection Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Knightsbridge, London, England SW1X 7RN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/db/0adbb3f6cf93be073d2fc8426fa7f364fcff2cdc.JPEG</HotelPictures>
        <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="63" TotalAmount="2233.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.480574457705" Longitude="-0.4460181031023" StarRating="4" HotelCode="28981|renaissance_london_heathrow_ho" HotelName="Renaissance London Heathrow Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/09/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="63" TotalAmount="5157.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.505449" Longitude="-0.150336" StarRating="5" HotelCode="15708|london_hilton_on_park_lane" HotelName="London Hilton on Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,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="2964.00" OriginalAmount="0">
      <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="4149.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.491932" Longitude="-0.191898" StarRating="4" HotelCode="10674|barkston_gardens_hotel" HotelName="Indigo London Kensington - Earl's Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 10/09/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="63" TotalAmount="3368.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.516098" Longitude="-0.174844" StarRating="4" HotelCode="14173|mercure_london_paddington" HotelName="Mercure London Paddington" 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,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="63" TotalAmount="4061.00" OriginalAmount="0">
      <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="6622.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.51525152942" Longitude="-0.15928593692695" StarRating="5" HotelCode="14979|the_montcalm_london" HotelName="The Montcalm London Marble Arch" Meals="ROOM ONLY" 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="6104.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.499595247606" Longitude="-0.13184122453686" StarRating="3" HotelCode="17178|the_sanctuary_house_hotel" HotelName="Sanctuary House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/09/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="3048.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.490286" Longitude="-0.137825" StarRating="3" HotelCode="18525|victoria_inn_london" 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="2109.00" OriginalAmount="0">
      <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="3871.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|the_royal_trafalgar_2" HotelName="Thistle Trafalgar Square" Meals="ROOM ONLY" 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="5117.00" OriginalAmount="0">
      <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 16/09/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="1281.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.48083" Longitude="-0.430632" StarRating="3" HotelCode="13247|ibis_london_heathrow_airport" HotelName="ibis London Heathrow Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 16/09/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="63" TotalAmount="1827.00" OriginalAmount="0">
      <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="2164.00" OriginalAmount="0">
      <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="2670.00" OriginalAmount="0">
      <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="Free CXL until 15/09/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="63" TotalAmount="5218.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.517599" Longitude="-0.127656" StarRating="4" HotelCode="16396|radisson_blu_edwardian_bloomsbury_street" HotelName="Radisson Blu Edwardian Bloomsbury 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,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="19540.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|51_buckingham_gate_taj_suites_and_residences" 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 11/09/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="63" TotalAmount="2186.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.515644" Longitude="-0.172399" StarRating="3" HotelCode="27216|nayland" HotelName="Nayland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132-134 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ff/b7fffdd66d98b67e1bb1011dbc8758310f69be12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Renovated in 2001, this hotel is situated in Sussex Gardens, close to Hyde Park. Oxford Street, whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31882.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.510226525949" Longitude="-0.1496484875679" StarRating="5" HotelCode="28666|the_connaught_2" HotelName="The Connaught" 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,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="63" TotalAmount="3349.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.535464955734" Longitude="-0.18991649150848" StarRating="4" HotelCode="29212|marriott_london_maida_vale" HotelName="London Marriott Hotel Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Parade, Maida Vale, London NW6 5RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/ec/3cec538d7d4a3387e4094f00d73bda7456d251f6.JPEG</HotelPictures>
        <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="19460.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.501953" Longitude="-0.156267" StarRating="5" HotelCode="18258|the_berkeley_2" HotelName="The Berkeley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/09/2026" 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="63" TotalAmount="5573.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.495635830716" Longitude="-0.14538645744324" StarRating="4" HotelCode="18519|the_grosvenor__a_guoman_hotel" HotelName="The Clermont, Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,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="2496.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.513891" Longitude="-0.178426" StarRating="2" 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="5673.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.495619" Longitude="-0.182918" StarRating="4" HotelCode="17049|rydges_kensington_london_2" 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 15/09/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="2076.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.513571759843" Longitude="-0.19265100359917" StarRating="2" HotelCode="19337|wedgewood_hotel" 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="2567.00" OriginalAmount="0">
      <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="Free CXL until 15/09/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="63" TotalAmount="2710.00" OriginalAmount="0">
      <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="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="63" TotalAmount="2195.00" OriginalAmount="0">
      <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="Non Refundable" 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="4849.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.510850896669" Longitude="-0.12079666927548" StarRating="4" HotelCode="17983|the_strand_palace" HotelName="Strand Palace 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,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="4468.00" OriginalAmount="0">
      <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="Non Refundable" 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="2078.00" OriginalAmount="0">
      <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="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="63" TotalAmount="9392.00" OriginalAmount="0">
      <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 17/09/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="3240.00" OriginalAmount="0">
      <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="3655.00" OriginalAmount="0">
      <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="2282.00" OriginalAmount="0">
      <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="Non Refundable" 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="3688.00" OriginalAmount="0">
      <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="Free CXL until 10/09/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="63" TotalAmount="4631.00" OriginalAmount="0">
      <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="3601.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.506738896538" Longitude="-0.073898127647453" StarRating="4" HotelCode="18522|the_tower_a_guoman_hotel" HotelName="The Tower Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,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="4135.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.517419" Longitude="-0.137083" StarRating="5" HotelCode="17190|sanderson" HotelName="Sanderson London" Meals="ROOM ONLY" 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="5128.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.509537705242" Longitude="-0.19673321663481" StarRating="4" HotelCode="29187|the_laslett_hotel" HotelName="The Laslett" 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,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="7522.00" OriginalAmount="0">
      <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="63" TotalAmount="4109.00" OriginalAmount="0">
      <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="63" TotalAmount="3038.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|holiday_inn_londonkings_cross_bloomsbury" HotelName="Crowne Plaza London - Kings Cross" 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,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="63" TotalAmount="10990.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.510338579132" Longitude="-0.12081365277868" StarRating="5" HotelCode="18503|the_savoy_a_fairmont_managed_hotel" HotelName="The Savoy" Meals="ROOM ONLY" 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="3176.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.513272969002" Longitude="-0.19036710262299" StarRating="3" HotelCode="25121|the_princes_square_hotel" HotelName="The Princes Square Hotel" Meals="ROOM ONLY" 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="3795.00" OriginalAmount="0">
      <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="2012.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|ibis_styles_london_kensington" HotelName="ibis Styles London Kensington" 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,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="4964.00" OriginalAmount="0">
      <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="63" TotalAmount="4903.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.512291803468" Longitude="-0.17515167361068" StarRating="5" HotelCode="16985|lancaster_london" HotelName="Royal Lancaster London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,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="3179.00" OriginalAmount="0">
      <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="3175.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.49883" Longitude="-0.192032" StarRating="4" HotelCode="16086|the_kensington_close_hotel__spa" HotelName="Holiday Inn London - Kensington High St." Meals="ROOM ONLY" 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="63" TotalAmount="4209.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.496069310993" Longitude="-0.17039849570085" StarRating="4" HotelCode="16606|the_rembrandt__a_sarova_hotel" 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="6086.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.50472678657" Longitude="-0.1470373836504" StarRating="5" HotelCode="17641|the_park_lane_hotel_london_2" 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/09/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="63" TotalAmount="4132.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.510741907561" Longitude="-0.076686844983215" StarRating="4" HotelCode="26240|grange_city_hotel" HotelName="Leonardo Royal Hotel London City" Meals="ROOM ONLY" 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="1945.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.462221096318" Longitude="-0.18891334533691" StarRating="3" HotelCode="34473|holiday_inn_express_london_wandsworth" HotelName="Holiday Inn Express London - Wandsworth" 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,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="3062.00" OriginalAmount="0">
      <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="3222.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.515716653319" Longitude="-0.17449647188187" StarRating="" 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="2247.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.498497905328" Longitude="-0.19086867570877" StarRating="4" HotelCode="24570|copthorne_tara_hotel_london_kensington" HotelName="Copthorne Tara Hotel London Kensington" 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,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="63" TotalAmount="3063.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.520823096308" Longitude="-0.12307450175285" StarRating="3" HotelCode="25645|bloomsbury_park_a_thistle_associate_hotel" HotelName="Thistle Bloomsbury Park" Meals="ROOM ONLY" 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="1553.00" OriginalAmount="0">
      <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="4311.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.535975798274" Longitude="-0.10512383928676" StarRating="4" HotelCode="13335|hilton_london_islington" HotelName="Hilton London Angel Islington" 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,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="2147.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.515937" Longitude="-0.171949" StarRating="3" HotelCode="13655|gresham_hotel" HotelName="The Gresham Hotel London" Meals="ROOM ONLY" 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="63" TotalAmount="4832.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.494874707544" Longitude="-0.18997013568878" StarRating="4" HotelCode="14336|majestic_hotel_5" HotelName="Xenia" 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>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="63" TotalAmount="2614.00" OriginalAmount="0">
      <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="2823.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|best_western_burns" HotelName="Best Western Burns Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,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="63" TotalAmount="3105.00" OriginalAmount="0">
      <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="2217.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|doubletree_by_hilton_london__ealing_hotel" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/09/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="63" TotalAmount="4592.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.507099" Longitude="-0.146076" StarRating="4" HotelCode="28667|washington_mayfair_hotel" HotelName="The Washington Mayfair" 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,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="1991.00" OriginalAmount="0">
      <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 15/09/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="4542.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|the_royal_horseguards__a_guoman_hotel" HotelName="The Royal Horseguards Hotel" 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>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="870.00" OriginalAmount="0">
      <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="Free CXL until 17/09/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="4372.00" OriginalAmount="0">
      <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="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="63" TotalAmount="1830.00" OriginalAmount="0">
      <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="3581.00" OriginalAmount="0">
      <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="4661.00" OriginalAmount="0">
      <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="6496.00" OriginalAmount="0">
      <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="1538.00" OriginalAmount="0">
      <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="2164.00" OriginalAmount="0">
      <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="2624.00" OriginalAmount="0">
      <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 12/09/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="5417.00" OriginalAmount="0">
      <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 17/09/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="20616.00" OriginalAmount="0">
      <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="Free CXL until 16/09/2026" 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="2234.00" OriginalAmount="0">
      <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="43043.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.510525308147" Longitude="-0.079341273015825" StarRating="4" HotelCode="76295|apex_city_of_london_hotel" HotelName="Apex City Of London Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/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="2463.00" OriginalAmount="0">
      <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="2026.00" OriginalAmount="0">
      <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="2600.00" OriginalAmount="0">
      <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="1557.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.516222" Longitude="-0.419286" StarRating="3" HotelCode="94518|fountain_house_hotel" HotelName="Fountain House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Garden,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>116-118 Church Road, Hayes, Middlesex, UB3 2LW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/13/d9139f8d472c046a593374f078aad5e9486900db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, Fountain House Hotel puts everything the city has to offer just o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4768.00" OriginalAmount="0">
      <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="3190.00" OriginalAmount="0">
      <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="3504.00" OriginalAmount="0">
      <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 06/09/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="1869.00" OriginalAmount="0">
      <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="4671.00" OriginalAmount="0">
      <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="63" TotalAmount="2759.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.51119" Longitude="-0.069877" StarRating="3" HotelCode="58829|travelodge_aldgate_east" HotelName="Travelodge London Central Aldgate East" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="5023.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.511751442225" Longitude="-0.17764940857887" StarRating="4" HotelCode="66003|corus_hotel_hyde_park" HotelName="Corus Hotel Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/09/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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Lancaster Gate, London W2 3LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/d1/c2d1ec932715bbc56b5afe5aedd84bee018e6afa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly next to Hyde Park and only a short distance from Oxford Street. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1371.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.518381" Longitude="-0.127978" StarRating="" 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="6800.00" OriginalAmount="0">
      <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 17/09/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="2613.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.512789" Longitude="-0.186328" StarRating="2" HotelCode="42733|whiteleaf_hotel" HotelName="Whiteleaf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66-68 Inverness Terrace, London W2 3LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/a5/9ba55b8f9e8e9178fff9f9f54029a367128a0305.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a peaceful side street roughly a two-minute walk from Queensway and an unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2475.00" OriginalAmount="0">
      <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="3821.00" OriginalAmount="0">
      <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="2355.00" OriginalAmount="0">
      <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="4308.00" OriginalAmount="0">
      <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="Non Refundable" 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="1042.00" OriginalAmount="0">
      <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="Free CXL until 16/09/2026" 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="3809.00" OriginalAmount="0">
      <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="1468.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.574226" Longitude="0.08598" StarRating="3" HotelCode="69650|holiday_inn_express_london__newbury_park" HotelName="Holiday Inn Express London - Newbury Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>713 Eastern Avenue, Newbury Park, London IG2 7RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/15/e415368db5e638e16567fa5b51c02bcf342445da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the A12 which is the main arterial road into the centre of London and within...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1444.00" OriginalAmount="0">
      <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="1004.00" OriginalAmount="0">
      <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="3068.00" OriginalAmount="0">
      <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="2400.00" OriginalAmount="0">
      <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="3368.00" OriginalAmount="0">
      <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="1983.00" OriginalAmount="0">
      <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 15/09/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="1476.00" OriginalAmount="0">
      <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="5799.00" OriginalAmount="0">
      <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="63" TotalAmount="2739.00" OriginalAmount="0">
      <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="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="3477.00" OriginalAmount="0">
      <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="2494.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.511387204815" Longitude="-0.18503198528481" StarRating="4" HotelCode="37755|kings_hotel_6" HotelName="Park Avenue J Hotel Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Queensborough Terrace, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/6f/a66f998229b4f7076cafb8d1359946fe25107cb9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of London within a few metres of Hyde Park, just 50 m from links ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4858.00" OriginalAmount="0">
      <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="2353.00" OriginalAmount="0">
      <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="Free CXL until 15/09/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="63" TotalAmount="4545.00" OriginalAmount="0">
      <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="Free CXL until 15/09/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>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="3120.00" OriginalAmount="0">
      <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="3472.00" OriginalAmount="0">
      <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="Free CXL until 15/09/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">
        <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="5902.00" OriginalAmount="0">
      <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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Peter’s Lane, Cowcross Street, London EC1M 6DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/80/c8/80c838b5b2fc1906b1321ce72d7a089f9a9fb06e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5532.00" OriginalAmount="0">
      <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="5757.00" OriginalAmount="0">
      <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="63" TotalAmount="2504.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.577665" Longitude="-0.10403" StarRating="2" HotelCode="94587|london_shelton_hotel" HotelName="Shelton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60-62 Wightman Road, Finsbury Park, London N4 1RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9f/7c9f42287d78b601bc5afbab469e7bfccfce2573.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Shelton.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9578.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.513921" Longitude="-0.133526" StarRating="5" HotelCode="55615|the_soho_hotel" HotelName="The Soho Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/09/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="4043.00" OriginalAmount="0">
      <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="3097.00" OriginalAmount="0">
      <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="3722.00" OriginalAmount="0">
      <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="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8 Kensington Gardens Square, London W2 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/d4/54d437598cfd65542d8b862700cc0cc3c20c6ff5.JPEG</HotelPictures>
        <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="3151.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.51196526717" Longitude="-0.1807791226845" StarRating="4" HotelCode="47679|commodore_hotel" HotelName="Commodore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Lancaster Gate, Hyde Park, W2 3NA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/4c/094c980a93cf90ea086a25c71ab98ad1d71af103.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Commodore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6016.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.509681" Longitude="-0.078989" StarRating="4" HotelCode="77804|bridgestreet_tower_view" HotelName="Tower View by BridgeStreet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/09/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="63" TotalAmount="1494.00" OriginalAmount="0">
      <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="8091.00" OriginalAmount="0">
      <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="Free CXL until 16/09/2026" 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="2113.00" OriginalAmount="0">
      <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="2113.00" OriginalAmount="0">
      <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="4900.00" OriginalAmount="0">
      <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 06/09/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="3274.00" OriginalAmount="0">
      <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="1483.00" OriginalAmount="0">
      <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="1571.00" OriginalAmount="0">
      <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="4998.00" OriginalAmount="0">
      <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="7094.00" OriginalAmount="0">
      <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="2059.00" OriginalAmount="0">
      <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="2502.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.457525838165" Longitude="-0.20607835910801" StarRating="3" HotelCode="77360|the_lodge_hotel" HotelName="The Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="1067.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.503987676285" Longitude="-0.33376733201601" StarRating="4" HotelCode="77777|boston_manor_hotel" HotelName="Boston Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="2840.00" OriginalAmount="0">
      <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="Free CXL until 17/09/2026" 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="4453.00" OriginalAmount="0">
      <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="63" TotalAmount="3345.00" OriginalAmount="0">
      <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="Free CXL until 17/09/2026">
        <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="5159.00" OriginalAmount="0">
      <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="1556.00" OriginalAmount="0">
      <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="4372.00" OriginalAmount="0">
      <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="3355.00" OriginalAmount="0">
      <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="2388.00" OriginalAmount="0">
      <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="1766.00" OriginalAmount="0">
      <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="1489.00" OriginalAmount="0">
      <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="3008.00" OriginalAmount="0">
      <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="2680.00" OriginalAmount="0">
      <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="6787.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.514083" Longitude="-0.085596" StarRating="5" HotelCode="82457|threadneedles" HotelName="Threadneedles, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" 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="1973.00" OriginalAmount="0">
      <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="3961.00" OriginalAmount="0">
      <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="2161.00" OriginalAmount="0">
      <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="2441.00" OriginalAmount="0">
      <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="4993.00" OriginalAmount="0">
      <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 16/09/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="672.00" OriginalAmount="0">
      <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="1346.00" OriginalAmount="0">
      <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="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="3436.00" OriginalAmount="0">
      <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="4148.00" OriginalAmount="0">
      <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="2173.00" OriginalAmount="0">
      <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="5301.00" OriginalAmount="0">
      <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="4981.00" OriginalAmount="0">
      <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="3612.00" OriginalAmount="0">
      <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 04/09/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="5327.00" OriginalAmount="0">
      <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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="1961.00" OriginalAmount="0">
      <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 16/09/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="3723.00" OriginalAmount="0">
      <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="4934.00" OriginalAmount="0">
      <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="63" TotalAmount="1176.00" OriginalAmount="0">
      <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 17/09/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="3653.00" OriginalAmount="0">
      <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="3427.00" OriginalAmount="0">
      <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="2438.00" OriginalAmount="0">
      <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="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="63" TotalAmount="2916.00" OriginalAmount="0">
      <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="3637.00" OriginalAmount="0">
      <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="Free CXL until 17/09/2026" 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="3356.00" OriginalAmount="0">
      <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="1665.00" OriginalAmount="0">
      <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 03/09/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="2294.00" OriginalAmount="0">
      <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="3348.00" OriginalAmount="0">
      <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="5961.00" OriginalAmount="0">
      <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 16/09/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="1769.00" OriginalAmount="0">
      <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="5661.00" OriginalAmount="0">
      <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="1484.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.513433214613" Longitude="-0.19361525774002" StarRating="3" 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="63" TotalAmount="2750.00" OriginalAmount="0">
      <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 16/09/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="3574.00" OriginalAmount="0">
      <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="2780.00" OriginalAmount="0">
      <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="2934.00" OriginalAmount="0">
      <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="Free CXL until 17/09/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="63" TotalAmount="3173.00" OriginalAmount="0">
      <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="3568.00" OriginalAmount="0">
      <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="1975.00" OriginalAmount="0">
      <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="4504.00" OriginalAmount="0">
      <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="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Cromwell Road, London SW7 4ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/77/64770778ef7bdd6f8064bc0b73e39f69ab71c8b4.JPEG</HotelPictures>
        <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="3126.00" OriginalAmount="0">
      <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="Free CXL until 31/08/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="63" TotalAmount="3075.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.489897227411" Longitude="-0.13713241104506" StarRating="2" HotelCode="47807|best_western_corona_2" 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="63" TotalAmount="2084.00" OriginalAmount="0">
      <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="2271.00" OriginalAmount="0">
      <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="Non Refundable" 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="3704.00" OriginalAmount="0">
      <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="4249.00" OriginalAmount="0">
      <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="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Great Cumberland Place, London W1H 7TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/72/9d72c29bf36191d10cbada0906ddd58a40b45d4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11889.00" OriginalAmount="0">
      <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="5153.00" OriginalAmount="0">
      <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="Free CXL until 15/09/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2835.00" OriginalAmount="0">
      <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 24/08/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="2332.00" OriginalAmount="0">
      <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="7998.00" OriginalAmount="0">
      <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="7090.00" OriginalAmount="0">
      <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="4937.00" OriginalAmount="0">
      <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="3957.00" OriginalAmount="0">
      <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="7328.00" OriginalAmount="0">
      <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="63" TotalAmount="2394.00" OriginalAmount="0">
      <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="2207.00" OriginalAmount="0">
      <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="1124.00" OriginalAmount="0">
      <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="2639.00" OriginalAmount="0">
      <BasicPropertyInfo Latitude="51.514300208022" Longitude="-0.17276257991076" StarRating="3" HotelCode="114312|barry_house" HotelName="Barry House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sussex Place, Hyde Park, London W2 2TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ec/70ecad2ce466bcb42fa4e9efbc1bf145f336a456.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5019.00" OriginalAmount="0">
      <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="1246.00" OriginalAmount="0">
      <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="4492.00" OriginalAmount="0">
      <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="13454.00" OriginalAmount="0">
      <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 17/09/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="2649.00" OriginalAmount="0">
      <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="4155.00" OriginalAmount="0">
      <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="1853.00" OriginalAmount="0">
      <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="1313.00" OriginalAmount="0">
      <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>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Designated Smoking Area,Lounge,Massage Centre,Currency Exchange,Nightclub,Sauna,Swimming Pool,Heated Pool,Jacuzzi,Spa,Bicycle Rental,Wheelchair Access,Kitchen,24 Hour Front Desk,ATM/Cash Machine,Concierge,Dry Cleaning,Housekeeping,Luggage Storage,Parking,24 Hour Room Service,Beauty Salon,Business Centre,Coffee Shop,Elevator,Library,Meeting Room,Wake-up Call Service,24 Hour Power Supply,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,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,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,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,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,Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,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,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,Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,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,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,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,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access,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,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,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service,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,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,Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Conference Hall,Fax,Internet,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Air Conditioning,Central Heating,Fax,Laundry,Telephone Service,Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Bar,Conference Hall,Fax,Restaurant,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Lounge,Restaurant,Room Service,Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service,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,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,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,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service,Fax,Internet,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,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,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service,Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service,Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Bar,Internet,Bar,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access,Bar,Telephone Service,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,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,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,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service,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,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,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,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,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Restaurant,Telephone Service,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Restaurant,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,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,Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service,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,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,Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,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,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,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,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,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service,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,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,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,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,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,Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access,Fax,Internet,Telephone Service,Air Conditioning,Fax,Restaurant,Telephone Service,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,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Fax,Internet,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Bar,Central Heating,Internet,Restaurant,Telephone Service,Wheelchair Access,Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service,Central Heating,Conference Hall,Fax,Internet,Lounge,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,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,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,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,Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Central Heating,Internet,Restaurant,Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Fax,Internet,Room Service,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access,Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access,Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service,Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Garden,Internet,Parking,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access,Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access,Bar,Fax,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access,Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Internet,Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Shopping Arcade,Fax,Internet,Telephone Service,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,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,Air Conditioning,Bar,Internet,Restaurant,Telephone Service,Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access,Bar,Central Heating,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service,Conference Hall,Fax,Room Service,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,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,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service,Fax,Restaurant,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Conference Hall,Internet,Room Service,Internet,Lounge,Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Fax,Internet,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access,Restaurant,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,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,Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,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,Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Bar,Conference Hall,Fax,Restaurant,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service,Air Conditioning,Fax,Internet,Telephone Service,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,Conference Hall,Fax,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access,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,Central Heating,Internet,Central Heating,Fax,Internet,Telephone Service,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service,Air Conditioning,Fax,Internet,Laundry,Lounge,Nightclub,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service,Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service,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,Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,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,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access,Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,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,Air Conditioning,Conference Hall,Fax,Internet,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access,Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Lounge,Restaurant,Room Service,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service,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,Air Conditioning,Bar,Conference Hall,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Bar,Central Heating,Fax,Nightclub,Restaurant,Shopping Arcade,Telephone Service,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,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Fax,Internet,Telephone Service,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,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service,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,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service,Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access,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,Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Bar,Fax,Internet,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service,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,Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access,Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access,Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Internet,Lounge,Bar,Fax,Internet,Telephone Service,Internet,Laundry,Fax,Internet,Telephone Service,Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access,Internet,Laundry,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,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,Bar,Fax,Restaurant,Telephone Service,Bar,Fax,Restaurant,Telephone Service,Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Wheelchair Access</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,SELF CATERING,HALF BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,CLUB RESORT,CONFERENCE HOTEL,APARTMENT HOTEL,SPA HOTEL,HOTEL DE CHARME,AIRPORT HOTEL,ECO HOTEL,GUESTHOUSE,HOTEL,HOSTELS,APARTHOTEL,BED AND BREAKFASTS,GUEST HOUSES,HOSTEL,APARTMENT,COUNTRY HOUSE</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ce930c76-1e47-4ed1-91d4-3376ca1a9d34|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
ce930c76-1e47-4ed1-91d4-3376ca1a9d34|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="ce930c76-1e47-4ed1-91d4-3376ca1a9d34">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-23T00:00:00" End="2026-09-27T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|216087" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="bbookholiday@gmail.com" Password="Punjab@1717" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ce930c76-1e47-4ed1-91d4-3376ca1a9d34|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="ce930c76-1e47-4ed1-91d4-3376ca1a9d34" TimeStamp="0001-01-01T00:00:00" HotelName="The LaLiT London" HotelCode="216087" GTCityId="40324" CountryCode="GB" CityName="London" CountryName="United Kingdom" Address="181, Tooley Street" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Double room|Room 2: Double room|Room 3: Double room|Room 4: Double room" RoomTypeCode="216087H1_81-512H1HNHNa0lgm5|1786426996.DJWEDPPPP-GBRA48f30offm|5669.37|94|NTY2OS4zN3xFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="4851" TotalPrice="4899.51" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T06:43:19.5439946+01:00" End="2026-09-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4851.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Double room|Room 2: Double room|Room 3: Double room|Room 4: Double room" RoomTypeCode="216087H1_81-512H2HNHNa0opik|1786426996.DJWEDPPPP-GBRA48f30offm|6397.52|94|NjM5Ny41MnxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="5474" TotalPrice="5528.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T06:43:19.5459962+01:00" End="2026-09-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5474.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/2/1/6/0/8/7/216087_4.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/1/6/0/8/7/216087_1.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/1/6/0/8/7/216087_2.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/1/6/0/8/7/216087_8.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/1/6/0/8/7/216087_3.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/1/6/0/8/7/216087_5.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/1/6/0/8/7/216087_6.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/1/6/0/8/7/216087_7.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/1/6/0/8/7/216087_9.jpg" /></Images><HotelDescription /><Facilities><HotelFacilities><Type>Hotel</Type><Description>Terrace / solarium</Description><Value>Terrace / solarium</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bar / Coffee shop</Description><Value>Bar / Coffee shop</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Other type of parking</Description><Value>Other type of parking</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Parking adapted for people with reduced mobility</Description><Value>Parking adapted for people with reduced mobility</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Daily cleaning service</Description><Value>Daily cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Express check-in / check-out</Description><Value>Express check-in / check-out</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Laundry service</Description><Value>Laundry service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour reception</Description><Value>24 hour reception</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dry cleaning service</Description><Value>Dry cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Room service</Description><Value>Room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ironing service</Description><Value>Ironing service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Concierge service</Description><Value>Concierge service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ticket Sales</Description><Value>Ticket Sales</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Invoices</Description><Value>Invoices</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fire extinguishers</Description><Value>Fire extinguishers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoke detectors</Description><Value>Smoke detectors</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security alarm</Description><Value>Security alarm</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour security</Description><Value>24 hour security</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security cameras</Description><Value>Security cameras</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoking prohibited throughout the entire accommodation</Description><Value>Smoking prohibited throughout the entire accommodation</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Lift</Description><Value>Lift</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Press</Description><Value>Press</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Gym</Description><Value>Gym</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>wheelchair accessible</Description><Value>wheelchair accessible</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Visual help: braille</Description><Value>Visual help: braille</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Audio-guide</Description><Value>Audio-guide</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Special health and safety measures are followed</Description><Value>Special health and safety measures are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Clients can choose not to use the accommodationÂ´s cleaning service</Description><Value>Clients can choose not to use the accommodationÂ´s cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Masks available to customers</Description><Value>Masks available to customers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Check-in and check-out without contact</Description><Value>Check-in and check-out without contact</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>You can pay without cash</Description><Value>You can pay without cash</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Breakfast take away containers</Description><Value>Breakfast take away containers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tea / Coffee maker</Description><Value>Tea / Coffee maker</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business</Description><Value>Business</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family</Description><Value>Family</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luxury</Description><Value>Luxury</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Boutique</Description><Value>Boutique</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>No pets allowed</Description><Value>No pets allowed</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
36a16d11-3f4a-45fa-97bf-278e0de3f248|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="36a16d11-3f4a-45fa-97bf-278e0de3f248">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40675" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-27T00:00:00" End="2026-09-28T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="bbookholiday@gmail.com" Password="Punjab@1717" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
36a16d11-3f4a-45fa-97bf-278e0de3f248|InfiniteSearch|supplier interation failed||Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
36a16d11-3f4a-45fa-97bf-278e0de3f248|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
36a16d11-3f4a-45fa-97bf-278e0de3f248|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
36a16d11-3f4a-45fa-97bf-278e0de3f248|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
36a16d11-3f4a-45fa-97bf-278e0de3f248|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
36a16d11-3f4a-45fa-97bf-278e0de3f248|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
36a16d11-3f4a-45fa-97bf-278e0de3f248|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|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
36a16d11-3f4a-45fa-97bf-278e0de3f248|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-08-11T06:45:29.9479011+01:00" Version="0" EchoToken="Search" TransactionIdentifier="36a16d11-3f4a-45fa-97bf-278e0de3f248" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="106.49" OriginalAmount="105.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4839509" Longitude="-2.2322057" StarRating="3" HotelCode="|75871" HotelName="Travelodge Manchester Ancoats" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GREAT ANCOATS STREET 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/8/7/1/75871_16d41b81158.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel great value, has a reception, a vending machine, a cafÃ©, breakfast service and dinner service. SITUATION: This establishment is in a central area, 0.5 kilometres away from the railway station Piccadilly. Around the establishment, clients can find the tourist attractions, the Arndale Commercial Centre, the nightlife, bars and restaurants. ROOM: Each room has a television, a kettle, a coffee maker and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.62" OriginalAmount="105.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.490197" Longitude="-2.246813" StarRating="2" HotelCode="|129963" HotelName="Travelodge Manchester Central Arena" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Great Ducie Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/9/6/3/129963_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|143537-22277683/2887567812709836538/14972" HotelName="TRAVELODGE ANCOATS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1180000/1172700/1172641/w5759h3835x0y5-1a66325d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.37" OriginalAmount="114.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48427" Longitude="-2.247934" StarRating="3" HotelCode="|74633" HotelName="Travelodge Manchester Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Blackfriars Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/3/3/74633_1_1009.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is well-connected, has a reception and vending machines. The establishment also offers a cafÃ©, breakfast service, dinner service and a car park (for a fee). SITUATION: The establishment, is in a lively area, is 1 kilometre away from Royal Exchange the theatre Piccadilly the Railway Station of 1,5 kilometres away from the establishment, guests will find bars, restaurants, nightlife and Arndale the shopping centre. ROOM: Each room has a television, a courtesy tea and coffee service and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|143538-22277684/2887567812709836538/14889" HotelName="TRAVELODGE CENTRAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/64800/64740/07dc1366_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.18" OriginalAmount="130.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4812012" Longitude="-2.2351" StarRating="3" HotelCode="|23564" HotelName="Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PICCADILLY 55</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/6/4/23564_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2004. It has 87 standard rooms, 12 single rooms, 71 double rooms, 4 suites and 5 floors. In the entrance, you can find a hall with elevators, a reception with a bureau de change and a safety deposit box service. It has an oudooor car park, conference rooms, a cafÃ© and an Ã  la carte restaurant with highchairs. The establishment also offers internet, a laundry service, room service and a medical care service. SITUATION: This urban hotel is in Manchester city centre. 3 minutes away from the establishment, clients can find the railway station. ROOM: Customers have cosy, comfortable rooms with a bathroom, a direct line telephone, a satellite or cable television, a radio and internet. They also have a mini-bar, fitted carpets and a central heating system. FACILITIES: The establishment has a swimming pool, a sunbathing terrace, deck chairs and a covered swimming pool. Guests also have access to a jacuzzi, a sauna, a steam bath and a gym. Clients can enjoy activities such as enjoy tennis and cycling. OTHERS: The establishment offers a buffet breakfast and a set-menu lunch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|273641-32731973/2887567812709836538/22299" HotelName="HENDHAM HOUSE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/120000000/119590000/119585700/119585666/b539d26c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.84" OriginalAmount="134.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.4563878" Longitude="-86.0465956" StarRating="2" HotelCode="|275192" HotelName="Scottish Inn Manchester" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2457 Hillsboro Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/5/1/9/2/275192_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.510647" Longitude="-2.217468" StarRating="3" HotelCode="114839|hendham_house_hotel" HotelName="Citi Mansions" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/2026" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-4 Beech Mount, Manchester, Lancashire M9 5XS</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/7d/ae7d1a610a61381ef8d76f9cd90ce285091577a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester. The nearest airport is Manchester - International (MAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.03" OriginalAmount="137.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.481293" Longitude="-2.218152" StarRating="2" HotelCode="|450591" HotelName="Ibis Budget Manchester Centre Pollard Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Pollard Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/9/1/450591_35b4bb31221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.55" OriginalAmount="138.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4821014" Longitude="-2.2377" StarRating="3" HotelCode="|20053" HotelName="Britannia Sachas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TIB STREET, PICCADILLY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/5/3/20053_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 223 rooms, 6 floors, 161 double rooms, 15 single rooms and 47 suites. In the entrance, you can find a lobby with a lift, a reception with safety deposit boxes and a currency exchange service. Our guests can find a conference room, a pub and 2 restaurants. The establishment also offers internet, room service and a laundry service. SITUATION: It is in the city centre, Piccadilly Gardens it is near near the establishment, guests will find shops, leisure areas, entertainment, 150 metres away, there is a public transport stop, is 12 kilometres away from the airport. ROOM: The rooms a bathroom with a hairdryer, They have a direct line telephone, a television, central heating and a courtesy tea and coffee service. FACILITIES: The establishment has the covered pool with a jacuzzi, a gym, a spa, a sauna and a Turkish bath. The establishment also offers beauty treatments. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.482364" Longitude="-2.236942" StarRating="3" HotelCode="31802|9129" HotelName="Sachas Hotel Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tib Street, Back Piccadilly, Manchester M4 1SH</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/c6/c2c6789f6830456df66bd954ec47d45a61e66bea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated very centrally within Manchester, on a main road and near Piccadilly Gardens, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.147204" Longitude="-94.557907" StarRating="3" HotelCode="0|186397-22244343/2887567812709836538/14706" HotelName="IBIS MANCHESTER CENTRE PRINCESS STREET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2232 Taney Street, Kansas City, 64116, MO, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/800000/799800/799717/8c8387dc_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Economy. Property Type: Inn. Total rooms: 86. Floors: 3. Property description- The Econo Lodge Kansas City Downtown North hotel in Kansas City, MO is an easy stop on the road. This pet-friendly hotel is near destinations like Harrahs Casino, Isle of Capri Casino, Argosy Casino, Worlds of Fun Theme Park and Oceans of Fun Amusement Park. Enjoy amenities like free breakfast, free WiFi and guest laundry facilities. Guest rooms include a flat-screen TV, hair dryer, iron and ironing board. Some rooms feature refrigerators, microwaves and safes. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.. Onsite facilities information- ParkingHotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800553-2666. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.34" OriginalAmount="141.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479114885703" Longitude="-2.2372586174199" StarRating="3" HotelCode="29387|7582" HotelName="Britannia Hotel Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/09/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Portland Street, Manchester M1 3LA</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/74/97745b1306c87dd6b4e91111e0f39d3c2c4bd1b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located close to an abundance of shops and within metres of links to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.10" OriginalAmount="142.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4789009" Longitude="-2.2375" StarRating="3" HotelCode="|18107" HotelName="Britannia  Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PORTLAND STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/1/0/7/18107_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel is situated on a main street. It has 6 floors, 363 rooms and 25 suites. It has a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. Guests can find a club, an Ã  la carte restaurant, internet and conference rooms. SITUATION: This urban hotel is in a central location, Close to shops and a public transport stop. ROOM: The comfortable rooms, have a bathroom with a shower, a bath, a hairdryer, a direct line telephone, internet (free of charge), a trouser press, a coffee maker and a kettle. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard, Diners Club and EC. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet restaurant and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.37" OriginalAmount="144.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.5370254" Longitude="-2.2890294" StarRating="3" HotelCode="|167103" HotelName="Premier Inn Manchester (Prestwich)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bury New Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/1/0/3/167103_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.49" OriginalAmount="145.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.529508" Longitude="-2.245832" StarRating="3" HotelCode="152877|318387" HotelName="Premier Inn Manchester Heaton Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Golf,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Middleton Road, Crumpsall, Manchester M8 4NB</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/1e/e61e9578de1d13218588b3528d19def1a35d4fe1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The full breakfast includes cooked items, vegetarian options and a wide continental selection. Premi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|4851-18128043/2887567812709836538/11230" HotelName="SACHAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/41600/41520/cfe44595_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.474193914768" Longitude="-2.2367313876191" StarRating="2" HotelCode="79792|ibis_manchester_centre_princess_street_2" HotelName="ibis Manchester Centre Princess Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Charles Street, Princess Street, Manchester, Lancashire M1 7DG</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/b8/70b89802511f492232b5718e0a93c0dc67cc4f60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.83" OriginalAmount="146.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.35832" Longitude="-2.217065" StarRating="4" HotelCode="|68887" HotelName="Manchester Airport Stanley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STANLEY ROAD WILMSLOW</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/8/8/7/68887_677ed351555.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, is and ideal for holidays or business trips, was renovated in 2008, Guests have the use of modern rooms living room where you can relax, bars and a restaurant. The establishment offers internet, a wellness centre with a swimming pool, a sauna and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.31" OriginalAmount="147.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48149" Longitude="-2.23323" StarRating="2" HotelCode="|449597" HotelName="easyHotel Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Dale Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/5/9/7/449597_ca1aff91550.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="150.49" OriginalAmount="149" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|114966-18115029/2887567812709836538/11786" HotelName="BRITANNIA MANCHESTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/41600/41523/9dd4edf0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613207-27402736/2887567812709836538/12529" HotelName="PREMIER INN MANCHESTER (HEATON PARK)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11900000/11899400/11899317/268dd63c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.537146" Longitude="-2.289217" StarRating="3" HotelCode="152879|93972" HotelName="Premier Inn Manchester Prestwich" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Bury New Road, Prestwich, Manchester, Greater Manchester M25 3TG</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/a3/f2a3b65b8e60e6f24801111441dfc688b6756607.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The full all-you-can-eat breakfast includes cooked items, vegetarian options and a wide continental ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|289466-18230790/2887567812709836538/11089" HotelName="THE AINSCOW, BW PREMIER COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8350000/8346100/8346095/355ac3a9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|53650-25230476/2887567812709836538/20345" HotelName="TRAFFORD HALL MANCHESTER TRADEMARK COLLECTION BY WYNDHAM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1063800/1063736/a3d47b82_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.461705" Longitude="-2.278943" StarRating="3" HotelCode="34478|trafford_hall_hotel" HotelName="Trafford Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Talbot Road, Old Trafford, Manchester M16 0PE</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/80/85807e33fda990d95cadd2007d0f738caa079e18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.44" OriginalAmount="154.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.484632" Longitude="-2.244548" StarRating="3" HotelCode="|63457" HotelName="The Mitre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3 CATHEDRAL GATES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/4/5/7/63457_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inManchester the city centre of it is in the shopping area, the leisure area ,Harvey Nichols, Selfridges and the Printworks near the establishment, guests will find It is next to the cathedral. ROOM: It has simple and comfortable rooms. OTHERS: Clients can find a bar with a patio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.50167019661" Longitude="-2.2449746944428" StarRating="2" HotelCode="503085|park_view_residence_2" HotelName="Park View Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>220 Waterloo Road, Manchester M8 0TL</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/cc/96ccf3bd1872086b1c9090a2118e9602f8e6066a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651281-25829090/2887567812709836538/20307" HotelName="THE MITRE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1067000/1066974/97c8f767_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.61" OriginalAmount="156.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.5080214" Longitude="-2.3123538" StarRating="3" HotelCode="|167107" HotelName="Premier Inn Manchester (Swinton)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bolton Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/1/0/7/167107_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.92" OriginalAmount="157.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4256355" Longitude="-2.2577736" StarRating="3" HotelCode="|167109" HotelName="Premier Inn Manchester (West Didsbury)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Derwent Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/1/0/9/167109_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.66" OriginalAmount="158.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.477721" Longitude="-2.242487" StarRating="0" HotelCode="|452089" HotelName="Wilde Manchester City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Dickinson Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/0/8/9/452089_88255831252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="164.59" OriginalAmount="162.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.425807" Longitude="-2.257924" StarRating="3" HotelCode="152883|321453" HotelName="Premier Inn Manchester West Didsbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Christie Fields Business Park, Derwent Avenue, West Didsbury, Manchester M21 7QS</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/20/0020c4dd662d8a99d2a2d1b6a5c14802ac975682.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The breakfast buffet includes cooked dishes, vegetarian options and a wide continental selection. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|164091-25339333/2887567812709836538/21778" HotelName="HOLIDAY INN EXPRESS MANCHESTER CITY CENTRE ARENA" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4520000/4513300/4513278/ff1d0746_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651282-32416696/2887567812709836538/22240" HotelName="DIAMOND LODGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4480000/4478100/4478094/259680b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.485552808035" Longitude="-2.235729516533" StarRating="3" HotelCode="176123|holiday_inn_express_manchester_city_centre_men_arena" HotelName="Holiday Inn Express Manchester City Centre - Arena" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Goadsby Street, Off Swan Street, Manchester M4 5JY</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/de/08de87dac9c8d136860ef13e7a7a1556fbea44c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated only 1.6 km from Manchester city centre. The City of Manchester Stadium ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="164.83" OriginalAmount="163.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.508078" Longitude="-2.312266" StarRating="3" HotelCode="152882|318030" HotelName="Premier Inn Manchester Swinton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 22/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>219 Bolton Road, Pendlebury, Manchester M27 8TG</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/a4/17a4a06869b7b16ea1c2731adbf5b474595ba233.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The full all-you-can-eat breakfast includes cooked items, vegetarian options and a wide continental ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|376193-18174610/2887567812709836538/12628" HotelName="IBIS BUDGET MANCHESTER SALFORD QUAYS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6180000/6172700/6172663/w3000h2248x0y0-9c09a64f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.50" OriginalAmount="167.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4844009" Longitude="-2.2327626" StarRating="3" HotelCode="|75735" HotelName=" Holiday Inn Express Mánchester - Centro - Arena" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Goadsy Road Off Swan Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/3/5/75735_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of Manchester. 600 metres away, guests can find Phones 4U Arena Stadium. 500 metres away, clients have Arndale Shopping Centre. ROOM: Arndalethe rooms have an air-conditioning system, a bathroom with toiletries, a hairdryer, a writing desk and a television. RESTAURANT: Customers can enjoy a bar and a continental buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.72" OriginalAmount="168.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.465738721881" Longitude="-2.2887718677521" StarRating="4" HotelCode="386899|154554" HotelName="Premier Inn Manchester Old Trafford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sir Alex Ferguson Way, Trafford Park, Manchester M17 1WS</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/b7/b77e190cf66c79ff/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at Salford Quays, opposite Old Trafford, the hotel is within walking distance of Old Traffo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.12" OriginalAmount="168.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.467932332747" Longitude="-2.3569914351905" StarRating="3" HotelCode="73908|320317" HotelName="Tulip Inn Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/d1/62d10b0f159968d2ce53b40df2ceec6096c3c9f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.48" OriginalAmount="169.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4555935" Longitude="-2.1346146" StarRating="3" HotelCode="|167093" HotelName="Premier Inn Manchester (Denton)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alphagate Drive, Manchester Road South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/0/9/3/167093_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.48" OriginalAmount="169.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4851505" Longitude="-2.2467497" StarRating="3" HotelCode="|167120" HotelName="Premier Inn Manchester City (Arena/Printworks)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>North Tower, Victoria Bridge Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/1/2/0/167120_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.48" OriginalAmount="169.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4677561" Longitude="-2.3560819" StarRating="3" HotelCode="|167216" HotelName="Premier Inn Manchester Trafford Centre West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Old Park Lane, Trafford Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/1/6/167216_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.48" OriginalAmount="169.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4696569" Longitude="-2.350924" StarRating="3" HotelCode="|167214" HotelName="Premier Inn Manchester Trafford Centre North" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Trafford Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/1/4/167214_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.61" OriginalAmount="170.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4071" Longitude="-2.2657" StarRating="3" HotelCode="|18100" HotelName="Britannia Manchester Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Palatine Road Northenden,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/1/0/0/18100_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2001 212 rooms, 8 floors, 100 single rooms and 112 double rooms. It has a lobby, a currency exchange service, a bar, a restaurant and a conference room. The establishment offers internet, room service, a laundry service and a car park. SITUATION: It is 5 kilometres away fromManchester Airport it is in a lovely area, 15 minutes away from the establishment clients have the city centre,1,5 kilometres away, there is a public transport stop. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a television, central heating, a kettle and a coffee maker. FACILITIES: 1 kilometre away from the establishment, guests can find a golf course. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|617252-28514456/2887567812709836538/6631" HotelName="OX HOTEL MANCHESTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18790000/18787900/18787802/0437c355_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.61" OriginalAmount="171.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.5021" Longitude="-86.08674" StarRating="2" HotelCode="|558972" HotelName="Super 8 by Wyndham Manchester TN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Paradise St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/9/7/2/558972_ea7c8501718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="174.73" OriginalAmount="173" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|893364-26124574/2887567812709836538/20315" HotelName="YOTEL MANCHESTER DEANSGATE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48990000/48980700/48980661/eead658d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.477141021897" Longitude="-2.2416400909424" StarRating="4" HotelCode="29468|novotel_manchester_centre" HotelName="Novotel Manchester Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Dickinson Street, Manchester M1 4LX</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a5/00a56b90c2dd47209830e958ff63c46f70a76fbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located on Portland Street at the heart of the city of Manchester within a sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12709-27407096/2887567812709836538/12458" HotelName="PREMIER INN OLD TRAFFORD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785700/11785688/9818c3ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="178.00" OriginalAmount="176.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.471384175611" Longitude="-2.2875658601189" StarRating="3" HotelCode="152881|317472" HotelName="Premier Inn Manchester Salford Quays" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 22/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 The Quays, Salford Quays, Manchester M50 3SQ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/a3/7ea3ada03619250dd5fdf9d30427e292488fcede.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The full breakfast includes cooked items, vegetarian options and a wide continental selection. Premi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.37" OriginalAmount="176.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.55092" Longitude="-2.1962" StarRating="2" HotelCode="|245384" HotelName="Prime" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Market Place Middleton</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/3/8/4/245384_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.73" OriginalAmount="176.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4762" Longitude="-2.23863" StarRating="3" HotelCode="|195384" HotelName="New Union" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>111 Princess Street corner Canal Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/3/8/4/195384_9e36de01022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.7227" Longitude="-117.167" StarRating="3" HotelCode="0|613229-27401808/2887567812709836538/12356" HotelName="PREMIER INN MANCHESTER TRAFFORD CENTRE WST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1654 COLUMBIA STREET, SAN DIEGO, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/800000/799400/799370/87b8af20_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Urban Boutique Hotel in San Diego (Downtown - San Diego Intl Airport), you'll be minutes from Firehouse Museum and close to San Diego Convention Center. This hotel is close to Balboa Park and San Diego Zoo.   Rooms   Make yourself at home in one of the 55 individually decorated guestrooms, featuring kitchenettes with refrigerators and microwaves. LED televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include laptop-compatible safes and coffee/tea makers, as well as phones with free local calls.   Rec, Spa, Premium Amenities   Pamper yourself with onsite massages and body treatments. Additional features include complimentary wireless Internet access, concierge services, and tour/ticket assistance.   Dining   A complimentary breakfast is included.   Business, Other Amenities   Featured amenities include a business center and an elevator (lift). A shuttle from the airport to the hotel is provided at no charge.   Room Info:    Know Before You Go       This property offers transfers from the airport. Guests must contact the property with arrival details 72 hours prior to arrival, using the contact information on the booking confirmation.    Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation.   The property allows pets in specific rooms only and has other pet restrictions. Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation.        Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.               Pet deposit: USD 20 per night                The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Mandatory Fees and Taxes    Unless otherwise indicated, the charges below are not included in the overall room price. If not included in the overall room price, they will be charged by the property at check-in or check-out. Charges can vary, for example, based on length of stay or the room you book. This property told us they will charge you for the following:    A 10.5 percent city/local tax will be charged      We have included all charges provided to us by the property. However, charges can vary, for example, based on length of stay or the room you book.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Pets allowed    Check-in time starts at 3 PM  Check-out time is noon&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613226-27402746/2887567812709836538/12260" HotelName="PREMIER INN MANCHESTER TRAFFORD CENTRE NTH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785700/11785672/6396c163_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.83" OriginalAmount="178.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4766972" Longitude="-2.2448373" StarRating="3" HotelCode="|167114" HotelName="Premier Inn Manchester Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 - 11 Lower Mosley Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/1/1/4/167114_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.83" OriginalAmount="178.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.471576" Longitude="-2.2871411" StarRating="3" HotelCode="|167106" HotelName="Premier Inn Manchester (Salford Quays)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Quays, Salford Quays</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/1/0/6/167106_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.35" OriginalAmount="178.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.476444826667" Longitude="-2.2423694798317" StarRating="3" HotelCode="152891|321462" HotelName="Premier Inn Manchester City Centre Portland Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>112-114 Portland Street, Manchester, Manchester M1 4WB</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/e0/a5e093e374a4b24b83bc18c00813b1ef26cb2a2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a 24-hour front desk and a stylish restaurant. Guests can enjoy international cuisine ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.68" OriginalAmount="178.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.5106453" Longitude="-2.2174653" StarRating="3" HotelCode="|168061" HotelName="Hendham House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-4 Beech Mount Manchester Lancashire M9 5XS United Kingdom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/0/6/1/168061_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="180.79" OriginalAmount="179" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651277-25829086/2887567812709836538/20381" HotelName="TRIVELLES MAYFAIR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15050000/15049300/15049260/c1839ef3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.80" OriginalAmount="180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.406951" Longitude="-2.265679" StarRating="3" HotelCode="29388|britannia_hotel_manchester_airport" HotelName="Airport Hotel Manchester" 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,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Palatine Road, Northenden, Manchester M22 4FH</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/37/3337f7840d580677b0a114276eddc0548d9ca855.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated for links to the transport network. Manchester Airport is around 5km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.95" OriginalAmount="181.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.45633" Longitude="-86.049202" StarRating="3" HotelCode="|363800" HotelName="Red Roof Inn Manchester, TN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2314 Hillsboro Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/3/8/0/0/363800_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|4852-22262784/2887567812709836538/14628" HotelName="IBIS STYLES MANCHESTER PORTLAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19400/19309/ad6cca32_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.88" OriginalAmount="184.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4891563" Longitude="-2.3254108" StarRating="0" HotelCode="|168058" HotelName="Apex Rooms Salford" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>254 Eccles Old Road, Pendelton</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/0/5/8/168058_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.61" OriginalAmount="184.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.47726" Longitude="-2.23987" StarRating="4" HotelCode="|72414" HotelName="Townhouse Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 Portland Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/1/4/72414_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48505535" Longitude="-2.24671149" StarRating="3" HotelCode="159622|93408" HotelName="Premier Inn Manchester City MEN/Printworks" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>North Tower, Victoria Bridge Street, Salford M3 5AS</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/01/17018340a836a0ab91e7fa4478b68f4216a970f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48079164" Longitude="-2.25641915" StarRating="3" HotelCode="348484|93413" HotelName="Premier Inn Manchester Salford Central" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Irwell Street, Salford, Greater Manchester, M3 5EN</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/3c/aa3cd6b63ef02dc0210259d61d3d49f16407a576.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|403043-28442033/2887567812709836538/7235" HotelName="NEW UNION HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9790000/9783900/9783895/4ddb1518_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1320435-24017771/2887567812709836538/10816" HotelName="WILDE APARTHOTELS MANCHESTER ST. PETER'S" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72990000/72989900/72989857/bf059c05_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1433920-32348962/2887567812709836538/12500" HotelName="PREMIER INN MANCHESTER SALFORD MEDIA CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20400000/20392300/20392220/76281d8d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613286-27402745/2887567812709836538/12553" HotelName="PREMIER INN MANCHESTER CITY (PORTLAND ST)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785700/11785665/d72512a4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613204-27407083/2887567812709836538/12691" HotelName="PREMIER INN MANCHESTER (HANDFORTH)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785700/11785668/1c40f533_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1014620-32636838/2887567812709836538/14660" HotelName="ASSHETON ARMS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18670000/18665200/18665186/9d904b8f_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.47745549166" Longitude="-2.239950299263" StarRating="4" HotelCode="77508|macdonald_townhouse_manchester_2" HotelName="Townhouse Hotel Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Portland Street, Manchester, Greater Manchester M1 6DF</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/10/ed107a6589e8658a60239628394a192f903dc2bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the corner of Portland Street and Princess Street in the heart of Mancheste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|53649-25231871/2887567812709836538/20276" HotelName="TOWNHOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527438/ca3e856e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.24" OriginalAmount="189.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.5011138" Longitude="-86.0847044" StarRating="3" HotelCode="|276999" HotelName="Ambassador Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>925 Interstate Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/6/9/9/9/276999_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.17" OriginalAmount="190.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.46236" Longitude="-2.18365" StarRating="3" HotelCode="|464504" HotelName="B&amp;B Hotel Manchester SportCity" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hyde Road, Belle Vue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/5/0/4/464504_7f7b8820803.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.46" OriginalAmount="190.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.50154" Longitude="-86.08366" StarRating="2" HotelCode="|366160" HotelName="Americas Best Value Inn Manchester, Tn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>890 Interstate Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/1/6/0/366160_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.93" OriginalAmount="193" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4799954" Longitude="-2.2321489" StarRating="3" HotelCode="263549|93411" HotelName="Premier Inn Manchester City (Piccadilly) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 23/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>72 Dale Street, Manchester M1 2HR</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/1f/8a1f2823e270d7f418dd4d7dee9b00c1df1c8d06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.485752" Longitude="-2.236625" StarRating="4" HotelCode="98019|crowne_plaza_hotel_manchester_city_centre" HotelName="Crowne Plaza City Centre" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Shudehill, Manchester M4 4AF</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/bc/dcbc662f820782010040fae9ceb3836b6f89621b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the vibrant northern quarter of Manchester city centre, this family-friendly city hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.74" OriginalAmount="193.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4801" Longitude="-2.2352" StarRating="3" HotelCode="|18102" HotelName="Manchester Portland By Sunday" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Portland Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/1/0/2/18102_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.90" OriginalAmount="193.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.483043" Longitude="-2.234557" StarRating="3" HotelCode="|71837" HotelName="Malacuna Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Hilton Street, Northern Quarter</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/8/3/7/71837_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Victorian style establishment, has a kitchen, internet (for a fee), a laundry service, a baggage room, a reception and express check-out. It has 32 rooms, The establishment offers guests a dining room, a safety deposit box service and a television room. SITUATION: This establishment, is in Manchester the northern district of 15 minutes away from the establishment clients have public transport stops, the commercial area, 10 minutes away from the establishment, guests will find bars, restaurants, nightclubs, museums and art galleries. Affleck's Palace it is situated 20 minutes away from it is situated 20 kilometres away from Manchester Ringway Airport 10 minutes away from the establishment, clients can find the bus station, the railway station. ROOM: The rooms have a bathroom with a shower, a bath, a king-size bed, bedding, a keycard locking system and satellite and cable TV. Are also furnished with a hairdryer, an iron and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay by JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651271-18283922/2887567812709836538/11490" HotelName="SELINA NQ1 MANCHESTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1530000/1524400/1524322/346b185b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.465624812525" Longitude="-2.1932405251312" StarRating="2" HotelCode="114849|215524" HotelName="Travelodge Manchester Sportcity" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Birch Street, Off Hyde Road, West Gorton Hyde, Manchester M12 5NT</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/67/5a67cd60415322fb620cd103cbd44044215abbb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester. The nearest airport is Manchester - International (MAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.483007474349" Longitude="-2.2345124661502" StarRating="3" HotelCode="114350|hilton_chambers_hostel" HotelName="Hilton Chambers Hotels Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Hilton Street, Manchester, Greater Manchester M1 1JJ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/29/d229cb5e0e48da6c203d6aa8f7ba02a2a7b87772.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the vibrant Northern Quarter of Manchester, this youth hostel is the ideal location from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="197.96" OriginalAmount="196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.460274" Longitude="-2.162419" StarRating="3" HotelCode="34477|38778" HotelName="Holiday Inn Express Manchester - East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/09/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Debdale Park, Hyde Road, Manchester M18 7LJ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/7a/ec7a52ec6cb6aba0502c8404c6b7b36f15595d74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located approximately 2 miles from the City of Manchester Stadium, Sport City and Manchester Velodro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="197.96" OriginalAmount="196" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613223-27403800/2887567812709836538/12547" HotelName="PREMIER INN MANCHESTER CITY (PICCADILLY)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785700/11785692/74a70c95_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.36" OriginalAmount="196.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4674454" Longitude="-2.28477" StarRating="4" HotelCode="|18096" HotelName="Copthorne  Manchester Salford Quays" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CLIPPERS QUAY- SALFORD QUAYS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/9/6/18096_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2000. It has 166 rooms and 4 floors. The establishment has a lobby with a bar and an Ã  la carte restaurant. The establishment offers room service and a medical care service. SITUATION: This hotel is in a peaceful area. It is in front of Clippers Quay, 2.5 kilometres away from the city centre of Manchester. It is just 15 kilometres away from the airport. ROOM: Customers can find cosy, bright rooms with a bathroom. They have a direct line telephone, a television, a hairdryer, a radio and internet. They also have a mini-bar and a courtesy tea and coffee service. FACILITIES: The establishment has a covered pool, a jacuzzi, a sauna, a steam bath and a gym. MEALS: The establishment serves a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.84" OriginalAmount="196.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.5115" Longitude="-2.1071" StarRating="3" HotelCode="|73012" HotelName="Holiday Inn Manchester - Oldham, an IHG Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ashton Road, Oldham</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/1/2/73012_0f36c800943.jpg</HotelPictures>
        <HotelDescription>HOTEL: Guests can find a nightclub some days of the week, Cosi Fan Tutti the restaurant, which serves Italian cuisine a mini-gym, a sauna, a steam bath and a solarium. The establishment also offers conference facilities, banquet halls and a car park. SITUATION: This establishment, is near a golf course, is 11,2 kilometres away from Manchester the city centre of. ROOM: The establishment has 73 rooms with a bathroom, a satellite TV, a direct line telephone, a hairdryer and a courtesy tea and coffee service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.20" OriginalAmount="198.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.477551" Longitude="-2.240755" StarRating="4" HotelCode="|70363" HotelName="Roomzzz Manchester City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 PRINCESS STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/3/6/3/70363_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is Victorian style 48 luxury apartments and with a kitchen. SITUATION: It is inManchester the city centre of the Piccadilly Gardens and the Piccadilly Station It is near. ROOM: Customers can find studios and suites, They have a writing desk, computer and WiFi. OTHERS: Regarding the food and beverage offering, clients have takeaway breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|20790-25211955/2887567812709836538/20707" HotelName="A&amp;amp;O MANCHESTER CITY CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/862700/862666/a831fb79_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.75" OriginalAmount="202.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.46" Longitude="-2.16" StarRating="3" HotelCode="|56973" HotelName="Holiday Inn Express Manchester East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Debdale Park, Hyde Road Manchester M18 7lj,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/9/7/3/56973_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 97 rooms, Our guests can find a breakfast room, 2 meeting rooms and a car park (on request), (for a fee). SITUATION: This hotel is situated 3,2 kilometres away from Manchester and Sportcity the stadiums of the velodrome, near the establishment, guests will find Old Trafford the Stadium of. ROOM: The rooms have WiFi (available for a fee), a direct line telephone, a coffee maker, a kettle, a bathroom with a shower and a hairdryer. FACILITIES: The establishment has television, vending machine and internet (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay using Mastercard, Visa and some debit cards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.75" OriginalAmount="203.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.460717" Longitude="-86.055122" StarRating="2" HotelCode="|283432" HotelName="Microtel Inn and Suites By Wyndham Manchester" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>201 Expressway Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/3/4/3/2/283432_1b9ac921311.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.467936" Longitude="-2.284301" StarRating="4" HotelCode="23982|696" HotelName="Copthorne Hotel Manchester" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Clippers Quay, Salford Quays, Manchester M50 3SN</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/f9/18f9a611daf5219ad3aaef6b03283e990928be41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in quiet surroundings, directly on Clippers Quay, just 2.5 km from the centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|14583-18113929/2887567812709836538/11192" HotelName="COPTHORNE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19600/19541/dbb6f55b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.05" OriginalAmount="205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.477578" Longitude="-2.240559" StarRating="4" HotelCode="161474|20243" HotelName="Roomzzz - Manchester City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Princess Street, Manchester M1 4JY</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/68/ae68fe1226f20fd7130b44bd7c0f39606258fe00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located an easy journey from Manchester Piccadilly railway station and Picca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.486705" Longitude="-2.254408" StarRating="3" HotelCode="89408|stay_inn_hotel_manchester" HotelName="Stay Inn Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Brackfriars Road, 55, Manchester M3 7DB</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/bb/9abb571d578395071ddf9d6bab257be3ccdbd6a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated less than 100 metres from the city centre, quite close to the GMEX, clubs and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.30" OriginalAmount="205.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4804" Longitude="-2.2699" StarRating="3" HotelCode="|72141" HotelName="Holiday Inn Manchester West, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Liverpool Street Manchester</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/1/4/1/72141_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips a car park and internet. ROOM: The establishment has 82 rooms with a bathroom, cable television, films (available for a fee), a kettle and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.74" OriginalAmount="205.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.363437988542" Longitude="-2.2927678981475" StarRating="3" HotelCode="136315|122558" HotelName="Premier Inn Manchester Airport (M56/J6) Runger Lane North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Runger Lane, Wilmslow Road, Manchester Airport, Manchester M90 5DL</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/c9/c9d24cf37a7c5958758d85699315f890/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A lobby and a reception are available to guests. The individual storeys can easily be reached via th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.08" OriginalAmount="208" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|114269-25285042/2887567812709836538/20523" HotelName="CROWNE PLAZA HOTEL MANCHESTER CITY CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2260000/2256100/2256014/6da9c442_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.09" OriginalAmount="209" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="44.875989" Longitude="13.848864" StarRating="3" HotelCode="0|67503-18983695/2887567812709836538/10151" HotelName="HOLIDAY INN MANCHESTER WEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1580000/1573900/1573868/921ae24d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|617446-25781496/2887567812709836538/21884" HotelName="ROOMZZZ MANCHESTER CORN EXCHANGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21570000/21561200/21561123/f05874f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.30" OriginalAmount="211.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.3626074" Longitude="-2.2939738" StarRating="3" HotelCode="|68173" HotelName="Premier Inn Manchester Airport Runger Lane South" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUNGER LANE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/1/7/3/68173_5a129761810.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, was opened in 2008, has 195 rooms, with bathroom and 5 floors. The air-conditioned establishment has a lobby, a reception, a lift, a bar and a bistro. The establishment also offers internet (for a fee), nearby, you can find a car park, (for a fee). SITUATION: This hotel is next to Manchester Airport 20 minutes away from the establishment, clients can find Manchester the city centre of. ROOM: The modern rooms, have an individual air-conditioning system, a bathroom with a shower, a WC and a hairdryer. There is also a coffee maker, a kettle, a television, WiFi (available for a fee) and a direct line telephone. FACILITIES: The establishment boasts a bar with a TV. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service, a set-menu lunch and an Ã  la carte dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.85" OriginalAmount="211.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4614613" Longitude="-2.2788783" StarRating="3" HotelCode="|60105" HotelName="Trafford Hall Hotel Manchester, A Brilliant Hotels Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 TALBOT ROAD OLD TRAFFORD OLD TRAFFORD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/1/0/5/60105_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, inviting hotel and it is excellently located. in the surrounding area, clients can find a car park (free of charge). SITUATION: It is nearOld Trafford the Stadium of the establishment is 2 kilometres away from the city centre, Manchester Central Convention Complex close to the establishment, guests have. ROOM: All the rooms have a bathroom, a kettle, a coffee maker, an iron, a hairdryer and a satellite television. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service and a dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1335248-28584805/2887567812709836538/3136" HotelName="BLACK LION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1335248/2022615155932867.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|120632-25291923/2887567812709836538/21906" HotelName="HEATHCOTE HOTEL MANCHESTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1530000/1529400/1529340/de6706f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.12" OriginalAmount="212.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479731" Longitude="-2.233143" StarRating="4" HotelCode="94608|abode_manchester" HotelName="ABode Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Piccadilly, Manchester M1 2DB, North West England</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/86/0c86b2e047ca26cb782de14482942109427ae864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Manchester about 2 minutes' walk from Piccadilly train station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="219.17" OriginalAmount="217" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143539-18132797/2887567812709836538/11035" HotelName="ROOMZZZ" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2510000/2504500/2504485/cf27a753_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.48" OriginalAmount="218.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.485758" Longitude="-2.2371649" StarRating="4" HotelCode="|63452" HotelName="Crowne Plaza Manchester City Centre, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 SHUDEHILL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/4/5/2/63452_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has a gym, a bar, a restaurant and room service. SITUATION: It is in the city centre, the Men Arena, Victoria Station and Piccadilly Station 10 minutes away from the establishment you have. ROOM: The stylish, modern rooms, fully-equipped and have internet (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.364231391309" Longitude="-2.2941094662705" StarRating="3" HotelCode="98486|29928" HotelName="Premier Inn Manchester Airport (M56/J6) Runger Lane South" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Runger Lane, Wilmslow Road, Manchester Airport, Manchester M90 5DL</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/dd/dda690a549181135640c37519c781610/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can reach the upper storeys via the lift or stairs. The hotel features various services a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.478229683935" Longitude="-2.2418546676636" StarRating="4" HotelCode="76623|arora_hotel_manchester" HotelName="Princess St Hotel" Meals="ROOM ONLY" 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,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18-24 Princess Street, Manchester M1 4LY</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/3d/6b3d9b6c64b29bbccacd88310381a11e50ee50e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Manchester city centre, on the border of Chinatown. This hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.96" OriginalAmount="219.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9765639" Longitude="-71.472998" StarRating="3" HotelCode="|282479" HotelName="Econo Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 West Hancock Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/4/7/9/282479_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|53373-25231842/2887567812709836538/20632" HotelName="THE ALAN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1100000/1097600/1097586/cd4f7403_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="222.48" OriginalAmount="220.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.36254" Longitude="-2.29392" StarRating="3" HotelCode="115405|585432" HotelName="Holiday Inn Express Manchester Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Bar,Central Heating,Internet,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Runger Lane, Manchester Airport, Manchester M90 5DL</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/87/99877ac5fe23968c66cf90aaa449d31547c3df83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly by Manchester International Airport and the departures area is 3 km a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.08" OriginalAmount="220.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4499617" Longitude="-2.2189111" StarRating="2" HotelCode="|168062" HotelName="Luther King House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Brighton Grove Manchester M14 5JP United Kingdom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/0/6/2/168062_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.94" OriginalAmount="221.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48841" Longitude="-2.532601" StarRating="3" HotelCode="|75791" HotelName="Holiday Inn Express Leigh - Sports Village, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SALE WAY,LEIGH SPORTS VILLAGE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/9/1/75791_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="49.479865" Longitude="8.434769" StarRating="3" HotelCode="0|65285-25236669/2887567812709836538/22211" HotelName="STAY INN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Lorientallee 16, Ludwigshafen, 67059, Germany</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381800/1381716/fbe38194_b.jpg</HotelPictures>
        <HotelDescription>This 3 star hotel is located in the city centre of Ludwigshafen and was established in 1972. It is 17.0 Km from the Heidelberg Castle and the nearest station is Hauptbahnhof. The Hotel has a restaurant and a bar. All 162 rooms are equipped with hairdryer. category: Superior tourist style: Modern year Built: 1972 restaurant Count: 1&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.73" OriginalAmount="225.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.5178391" Longitude="-2.2486044" StarRating="3" HotelCode="|167234" HotelName="The Westlynne and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Middleton Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/3/4/167234_0a571961818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1273647-26618721/2887567812709836538/22194" HotelName="MALDRON MANCHESTER CITY CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69570000/69562600/69562567/1a889acb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="229.12" OriginalAmount="226.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.5006512" Longitude="-2.3856757" StarRating="3" HotelCode="|18095" HotelName="Novotel Manchester West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WORSLEY BROW</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/9/5/18095_f09d2c31032.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 3 floors and 119 rooms. It has a charming hall, a reception, a bar and a restaurant. SITUATION: This cosy hotel is near business zones. Nearby, there is a public transport stop. Near the establishment, guests will find the Bridgewater Canal. 5 minutes away from the establishment guests have the motorway. The establishment, is 10 minutes away from Old Trafford, the Trafford Center, Salford Quays, Brichwood and Bolton, it takes 25 minutes to get to Manchester Airport. ROOM: The cosy rooms have a bathroom with a hairdryer and a direct line telephone. FACILITIES: Outdoors, clients can enjoy a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.474119918259" Longitude="-2.2347575426102" StarRating="3" HotelCode="94615|30780" HotelName="Pendulum 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,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weston Building, Sackville Street, Manchester M1 3BB</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/8c/988ca6c8459c45f07574630c9ed4abc0fa26c61e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located in Manchester’s city centre, within walking distance of the city’s ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.924518" Longitude="-13.646832" StarRating="3" HotelCode="0|53377-22241723/2887567812709836538/15042" HotelName="PENDULUM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>18 Calle Finlandia, PUERTO DEL CARMEN, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1110000/1101900/1101884/11f07bab_b.jpg</HotelPictures>
        <HotelDescription>This attractive, tranquil complex in Lanzarote offers you a friendly relaxing and homely atmosphere. Los Tulipanes is 500 meters away from Los Pocillos Beach in Puerto del Carmen resort The town of Puerto del Carmen contains many beaches, shops, bars and restaurants which can be reached within 5 minutes' walk.

Los Tulipanes consists of 37 comfortable and well-equipped apartments, with either one or two bedrooms. Each apartment has a lounge / dining area, sofa bed, bathroom with bath and shower, fully equipped kitchen, terrace or balcony.

So that you can relax and enjoy yourself under the sun, the pool area has a 2 large swimming pools, a children's pool, sun beds,” snack bar” where you can get a drink while relaxing by the pool, and various activities for the whole family.

Puerto del Carmen Golf Club is less than 3km away from the apartments.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.96" OriginalAmount="231.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.94455" Longitude="-71.45249" StarRating="2" HotelCode="|222312" HotelName="Super 8 By Wyndham Manchester Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2301 Brown Avenue I-293 Ex 2 Brown Ave Arpt Ex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/3/1/2/222312_e9dec7c1841.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.03" OriginalAmount="231.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4868704" Longitude="-2.2542037" StarRating="3" HotelCode="|66001" HotelName="Stay Inn  Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 BLACKFRIARS ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/0/0/1/66001_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 65Â non-smoking rooms, triple rooms with bunk beds. FACILITIES: There is a range of facilities and services available at the establishment, including a bar and restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.32" OriginalAmount="232.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.517787" Longitude="-2.248333" StarRating="3" HotelCode="114361|westlynne_hotelapartments" HotelName="Westlynne Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/09/2026" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>16 Middleton Road, Crumpsall, Manchester M8 5DS</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/15/4f159035f31e7f6f6deff568857d002a0b16bdde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.39" OriginalAmount="232.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.473131" Longitude="-2.29773" StarRating="4" HotelCode="|73067" HotelName="Holiday Inn Manchester-media City Uk, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Media City Uk Salford</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/6/7/73067_1330a610919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.33" OriginalAmount="233.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48631585" Longitude="-2.233997" StarRating="4" HotelCode="776468|ac_hotel_by_marriott_manchester_city_centre" HotelName="AC Hotel Manchester City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>15 Mason Street, Manchester  M45FT</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/36/73367e1ad8d4b8a6ba3e51d2d1878f850884d28c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 4 star hotel is located in the city centre of Manchester and was established in 2018. It is clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.98" OriginalAmount="233.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479025" Longitude="-2.250036" StarRating="4" HotelCode="|450566" HotelName="Moxy Manchester City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Atkinson Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/6/6/450566_c4256d20912.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="236.34" OriginalAmount="234" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|403046-25583997/2887567812709836538/20611" HotelName="HOLIDAY INN MANCHESTER - CITY CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12300000/12294800/12294704/53055784_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.43" OriginalAmount="235.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48904" Longitude="-2.1115902" StarRating="3" HotelCode="|67700" HotelName="Village  Manchester Ashton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PAMIR DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/7/0/0/67700_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 2008 and has 120 rooms, The establishment boasts a lobby with a reception, a lift, a restaurant, a bar and a cosy coffee shop. Our guests can find a meeting centre, The Hub the meeting room WiFi, room service, a laundry service and a car park (free of charge). SITUATION: 15 kilometres away from the establishment, guests will find the motorway, is situated close to sports facilities, Clients can also find the cathedral, 20 minutes away, you can findTrafford Shopping Centre the shopping centre of 24 kilometres away, there is a public transport stop, is 13 kilometres away from Manchester Airport. ROOM: The comfortable rooms, have a bathroom with a bath or shower, a table, chairs, a desk lamp, flat-screen satellite television and WiFi (free of charge), They also have a direct line telephone, a hairdryer, an ironing set, a trouser press, a coffee maker, a kettle, an air-conditioning system and heating. FACILITIES: The establishment hasVillage Health and Fitness Club the club a covered pool, a spinning room, an aerobics room and a personal trainer. The establishment also offers a sauna, a steam bath, a massage service and an entertainment programme. MEALS: Regarding the food and beverage offering, the establishment offersVerve the restaurant Victory the pub Victory the bar a coffee shop. The establishment also offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard, Visa and Maestro.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.83" OriginalAmount="235.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.464203" Longitude="-2.336537" StarRating="3" HotelCode="|449848" HotelName="Holiday Inn Express Manchester - Trafford City, an IHG Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Mercury Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/8/4/8/449848_157cc111125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="238.36" OriginalAmount="236" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18030-22976266/2887567812709836538/15188" HotelName="LEONARDO HOTEL MANCHESTER CENTRAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/205400/205304/c33576b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.11" OriginalAmount="238.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.5052154" Longitude="-2.3462999" StarRating="3" HotelCode="|166981" HotelName="Hello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>267 East Lancashire Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/9/8/1/166981_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="241.39" OriginalAmount="239" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1014557-22355724/2887567812709836538/14763" HotelName="HOLIDAY INN - THE NIU, LOOM MANCHESTER NORTH" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42090000/42080300/42080262/4f9340a1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.39" OriginalAmount="239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.40756375" Longitude="-2.3159613666667" StarRating="3" HotelCode="114398|normanhurst_hotel" HotelName="The Normanhurst" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195 Brooklands Road, Sale, Greater Manchester M33 3PJ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/48/56484d53fc848055d10e1aaaaaecdf5d855484b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester. The nearest airport is Manchester - International (MAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.76" OriginalAmount="239.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.477724" Longitude="-2.242381" StarRating="3" HotelCode="|450593" HotelName="Motel One Manchester-St. Peter's Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Dickinson St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/9/3/450593_542f2801224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.11" OriginalAmount="240.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.500733" Longitude="-2.229334" StarRating="3" HotelCode="|452845" HotelName="Holiday Inn – the niu, Loom Manchester North" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Irish Town Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/8/4/5/452845_212282a0805.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.42" OriginalAmount="242" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|147813-25321121/2887567812709836538/21978" HotelName="HOLIDAY INN MANCHESTER-MEDIA CITY UK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3800000/3795100/3795017/7efd583e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.42" OriginalAmount="242.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.473212217109" Longitude="-2.2991618766312" StarRating="4" HotelCode="904277|holiday_inn_manchestermedia_city_uk" HotelName="Holiday Inn Manchester Mediacityuk" 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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Media City, Salford, Manchester M50 2EQ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b2/87b2d80fbd2cdb4c68c03ed1b042252c00e66e82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Salford, the hotel is close to Peel Park, the Lowry Art Gallery and the People's History...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.43" OriginalAmount="242.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479263" Longitude="-2.222399" StarRating="4" HotelCode="|449743" HotelName="Leonardo Manchester Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Great Ancoats Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/7/4/3/449743_00204b41556.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.76" OriginalAmount="244.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4765983" Longitude="-2.2419351" StarRating="3" HotelCode="|167213" HotelName="Premier Inn Manchester City Centre (Portland Stree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 - 114 Portland Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/1/3/167213_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.90" OriginalAmount="244.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.484942" Longitude="-2.244855" StarRating="3" HotelCode="|454780" HotelName="Maldron Hotel Manchester Cathedral Quarter" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Chapel Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/7/8/0/454780_e7da1461211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.17" OriginalAmount="244.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.470098" Longitude="-2.28844" StarRating="3" HotelCode="34557|36771" HotelName="Holiday Inn Express - Salford Quays" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Waterfront Quay, Salford Quays, Manchester M50 3XW</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8b/ae8b8da781e46c8e4657a7885fd294a8e2d5de36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in thriving Salford Quays, surrounded by the water and history of the Manchester Ship Canal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.36" OriginalAmount="244.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.473397" Longitude="-2.240348" StarRating="3" HotelCode="|152520" HotelName="Holiday Inn Express Manchester Cc - Oxford Road, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Oxford Road M1 5QA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/2/0/152520_1_1321.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a breakfast room and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="248.46" OriginalAmount="246" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|479177-22266426/2887567812709836538/14847" HotelName="HOLIDAY INN EXPRESS MANCHESTER - TRAFFORD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17740000/17730400/17730346/9eac124d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.464093" Longitude="-2.33592356" StarRating="3" HotelCode="559032|holiday_inn_express_manchester_traffordcity" HotelName="Holiday Inn Express Manchester - TRAFFORDCITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Mercury Way, Trafford, Urmston, Manchester M41 7PA</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/3c/8f3c026c43dcd5bcb56a1365ce3b6e16f2cb8733.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys can be reached by lift. Services and facilities at the hotel include a baggage s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.68" OriginalAmount="247.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.46983" Longitude="-2.28825" StarRating="3" HotelCode="|33786" HotelName="Holiday Inn Express Manchester - Salford Quays, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WATERFRONT QUAYS, SALFORD QUAYS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/8/6/33786_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: Our guests can find a car park (free of charge), WiFi in communal areas, (for a fee), a bar, a cafÃ© and a meeting room. SITUATION: Salford Quays It is in it is situated near Old Trafford the football stadium near the establishment, guests will find museums ,Manchester the city centre of. ROOM: Customers can find non-smoking rooms with an air-conditioning system, internet (available for a fee), bath or shower and a hairdryer. They also have a satellite television with films (available for a fee), a writing desk with lamp, a coffee maker and a kettle.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="250.48" OriginalAmount="248.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.474845481664" Longitude="-2.246800661087" StarRating="4" HotelCode="27279|jurys_inn_manchester_city_centre_2" HotelName="Jurys Inn Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Great Bridgewater Street, Manchester M1 5LE</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/11/f511ca7002e8966ac6b1167cdc70ea716d8dd0cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the city, close to shopping district, bars, restaurants and ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|617468-32733656/2887567812709836538/20374" HotelName="THE WESTLYNNE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17250000/17245400/17245348/c0b229ba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.31" OriginalAmount="251.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.489978" Longitude="-2.241412" StarRating="4" HotelCode="|70757" HotelName=" Radisson Hotel Manchester City Centre, A Verified Net Zero Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 CHEETHAM HILL ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/7/5/7/70757_7e5e62c1126.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2009, is urban, perfect for business and holiday stays, has 252 modern rooms, a restaurant, a meeting room, has a lobby, with a reception, express check-out. This air-conditioned hotel has a safety deposit box service, a currency exchange service, a cloakroom, a lift, a cafÃ©, a bar and a restaurant. For an extra cost you can enjoy internet, room service, a laundry service and a car park. SITUATION: The hotel is in front of the railway station, 5 minutes away, guests can find the shopping area, has good links to the stadium, is situated 19 kilometres away from Manchester Airport. ROOM: The modern rooms, have a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, an air-conditioning system and heating. Are also equipped with a coffee maker, a kettle, a mini-bar, a safe, an iron (available on request), a radio, an LCD satellite television, a direct line telephone, WiFi (available for a fee) and a terrace. FACILITIES: The establishment has a swimming pool, a gym, a steam bath and 2 treatment rooms. For a fee, guests can enjoy spa treatments and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a grill restaurant and a bar. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.52" OriginalAmount="252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.47842518" Longitude="-2.23179393" StarRating="4" HotelCode="637973|staycity_aparthotel_manchester_piccadilly" HotelName="Manchester Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Station Approach, 8B Gateway House, Piccadilly, Manchester M1 2GH</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/48/1e/481e0267b29ffd23e852aa2fb19e57f6466c9422.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.53" OriginalAmount="253.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.465212" Longitude="-2.089833" StarRating="3" HotelCode="36695|village_urban_resort_manchester_hyde" HotelName="De Vere Village Urban Resort Manchester Hyde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Village,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Captain Clarke Road, Hyde, Cheshire SK14 4QG, Manchester</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/7a/407a1ed7b13c0fdb94881c1cc91f5cf35060351e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 11 km from the Manchester city centre with easy access to the M60 and M57 moto...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.01" OriginalAmount="253.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.4551654" Longitude="-86.0488225" StarRating="3" HotelCode="|282911" HotelName="Sleep Inn and Suites Manchester" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Relco Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/9/1/1/282911_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="257.55" OriginalAmount="255" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|147811-18985704/2887567812709836538/15378" HotelName="HOLIDAY INN EXPRESS MANCHESTER CC - OXFORD ROAD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3690000/3681100/3681068/c3ef7f3c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|54344-18113930/2887567812709836538/12268" HotelName="HOLIDAY INN EXPRESS MANCHESTER - SALFORD QUAYS" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/220000/219100/219018/7fcac4c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651279-25829088/2887567812709836538/22237" HotelName="HELLO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11910000/11900200/11900152/901b12fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.59" OriginalAmount="259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.477441178847" Longitude="-2.2323994051019" StarRating="3" HotelCode="317746|motel_one_manchester_piccadilly" HotelName="Motel One Manchester-Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 London Road, Piccadilly, Manchester M1 2PF</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/ff/6cfffb831292ba9698dc7dba14ff2405a3e52d0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester. The nearest airport is Manchester - International (MAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.03" OriginalAmount="259.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.975731" Longitude="-77.226536" StarRating="2" HotelCode="|473864" HotelName="Rodeway Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4078 Route 96</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/3/8/6/4/473864_d8b640d1248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.34" OriginalAmount="259.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.47574" Longitude="-2.23867" StarRating="4" HotelCode="|53220" HotelName="Whitworth Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 PRINCESS STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/2/0/53220_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious, Victorian style hotel, has a lobby and a reception. SITUATION: It is inManchester the city centre of a few minutes walk away, you can find tourist points of interest, shopping areas close to bars. ROOM: They have a CD player, a DVD player, a courtesy tea and coffee service, a satellite or cable television, a kitchenette and a sitting room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.06" OriginalAmount="262.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48639" Longitude="-2.23402" StarRating="4" HotelCode="|443424" HotelName="Ac By Marriott Manchester City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Mason Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/4/2/4/443424_f1d74d51113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.45" OriginalAmount="264.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4783361" Longitude="-2.2314113" StarRating="4" HotelCode="|250777" HotelName="Staycity s, Manchester, Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8B Gateway House</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/7/7/7/250777_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.93" OriginalAmount="265.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48484" Longitude="-2.24275" StarRating="4" HotelCode="|452865" HotelName="Roomzzz Manchester Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corn Exchange, 37 Hanging Ditch</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/8/6/5/452865_1fd3c2f1107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143837-22347287/2887567812709836538/15107" HotelName="PARK INN BY RADISSON MANCHESTER CITY CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2610000/2601500/2601411/w5759h3835x0y5-4ef75e2e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.96" OriginalAmount="266.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.47894" Longitude="-2.23402" StarRating="4" HotelCode="|204001" HotelName="Holiday Inn Manchester - City Centre, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Aytoun Street Manchester</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/0/0/1/204001_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.97" OriginalAmount="267.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4861419" Longitude="-2.2416536" StarRating="4" HotelCode="|450029" HotelName="Indigo Manchester - Victoria Station, an IHG Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Todd Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/2/9/450029_69e9d760809.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1273629-26618715/2887567812709836538/22234" HotelName="THE ABEL HEYWOOD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9330000/9324300/9324264/9b626deb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.42" OriginalAmount="271.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.480121" Longitude="-2.238063" StarRating="4" HotelCode="|18106" HotelName="Mercure Manchester Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Portland Street,Piccadilly Plaza</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/1/0/6/18106_08b67451012.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ramada Manchester Piccadilly is rated three stars and is ideal for holidays or business trips. SITUATION: This establishment is near the shopping areas, the nightlife, exhibitions, museums and stadiums, close to the Trafford Centre and the tourist points of interest in Lancashire. Is situated in Manchester the city centre of. ROOM: The establishment has 272 rooms with internet, a hairdryer, a television and a direct line telephone. OTHERS: Clients have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="277.59" OriginalAmount="274.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4697257" Longitude="-2.2837406" StarRating="4" HotelCode="|42458" HotelName="Ac By Marriott, Manchester Salford Quays" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRAFFORD ROAD 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/5/8/42458_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 142 rooms restaurants, a reception, a safety deposit box service and meeting rooms with WiFi (free of charge), The establishment also offers a car park (for a fee), lifts and facilities for people with reduced mobility. SITUATION: It is in a lovely area, close to the establishment, clients can find the shopping area, the Lowry Centre close to the establishment, guests have 5 minutes away from the establishment, guests will find Old Trafford the Stadium of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="277.75" OriginalAmount="275" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-25.7854" Longitude="28.24924" StarRating="4" HotelCode="0|479258-18247148/2887567812709836538/10907" HotelName="STAYCITY APARTHOTEL MANCHESTER PICCADILLY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>402 Aries Street  ,Pretoria,  0181</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17430000/17428500/17428490/53a31e9a_b.jpg</HotelPictures>
        <HotelDescription>Castello Di Monte Guest House is conveniently located in the popular Waterkloof area. Both business travelers and tourists can enjoy the hotel`s facilities and services. To be found at the hotel are free Wi-Fi in all rooms, daily housekeeping, fax machine, fireplace, photocopying. Comfortable guestrooms ensure a good night`s sleep with some rooms featuring facilities such as internet access – wireless, internet access – wireless (complimentary), whirlpool bathtub, non smoking rooms, air conditioning. Recuperate from a full day of sightseeing in the comfort of your room or take advantage of the hotel`s recreational facilities, including sauna, golf course (within 3 km), outdoor pool, massage, garden. No matter what your reasons are for visiting Pretoria, Castello Di Monte Guest House will make you feel instantly at home. &lt;br /&gt;Guests over 1 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="278.76" OriginalAmount="276" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="0|12710-19607786/2887567812709836538/8659" HotelName="TULIP INN" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/800000/799400/799370/87b8af20_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.77" OriginalAmount="277.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.464291806435" Longitude="-2.2891551607132" StarRating="4" HotelCode="305707|hotel_football_old_trafford" HotelName="Hotel Football" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Sir Matt Busby Way, Manchester M16 0SZ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/cb/cacbde1f9615681ec074a8c40df1063ab886c0a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next door to Old Trafford Football and Cricket Grounds, and a short journey to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.23" OriginalAmount="278.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.4835173" Longitude="-91.4718401" StarRating="3" HotelCode="|282486" HotelName="Surestay By Best Western Manchester" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1020 West Main Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/4/8/6/282486_b12c2f11917.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.30" OriginalAmount="278.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.4588086" Longitude="-86.0474579" StarRating="3" HotelCode="|261783" HotelName="Comfort Suites Manchester" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Hospitality Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/7/8/3/261783_608723c1140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="281.79" OriginalAmount="279" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|590173-25738226/2887567812709836538/20727" HotelName="INDIGO MANCHESTER - VICTORIA STATION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27200000/27197200/27197115/0f7c81f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.79" OriginalAmount="279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4860985" Longitude="-2.24180221" StarRating="3" HotelCode="769864|hotel_indigo_manchester_victoria_station" HotelName="Hotel Indigo Manchester Victoria Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Todd Street, Manchester M3 1WU|</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/4a/c54a833cd642bd206cf14c7f4efbf067764db623.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="282.80" OriginalAmount="280" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|495464-21408460/2887567812709836538/174" HotelName="HILTON GARDEN INN MANCHESTER EMIRATES OLD TRAFFORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7740000/7738700/7738637/245bc964_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.80" OriginalAmount="280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479608612542" Longitude="-2.2373574282417" StarRating="4" HotelCode="31456|mercure_manchester_piccadilly_hotel" HotelName="Mercure Manchester Piccadilly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Portland Street, Manchester M1 4PH</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/ea/6aeadf9a713ab76e3fd20a6de6a467d2bf21a4bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Overlooking Piccadilly Gardens in central Manchester in north-west England, near the moors of Lancas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.13" OriginalAmount="280.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.3539705" Longitude="-2.2160413" StarRating="4" HotelCode="|18105" HotelName="Best Western Plus Pinewood Manchester Airport-wilmslow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WILMSLOW ROAD 180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/1/0/5/18105_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 58 standard rooms and 2 floors. It has a lobby, a reception, a lift, an inviting bar and a restaurant. The establishment offers conference rooms, room service, internet and a car park. SITUATION: This hotel is in the southern area of Manchester, 5 kilometres away from the city centre. It is 15 kilometres away from Manchester Airport. 60 kilometres away, you can find Liverpool Airport. 150 kilometres away, you can find the Lake District National Park. ROOM: The stylish rooms have a bathroom with a shower and a direct line telephone. OTHERS: The establishment offers a breakfast service and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.83" OriginalAmount="283.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.469924296047" Longitude="-2.2826609533729" StarRating="4" HotelCode="74805|ramada_manchester_salford_quays" HotelName="AC Hotel Manchester Salford Quays" 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,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Trafford Road, Salford Quays, Manchester M5 3AW</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ca/70ca5eb351c904cfb010c15ed68d2c7e963912c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a great dockside location, the hotel is within easy reach of the city centre for shopping. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.45" OriginalAmount="283.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.93498" Longitude="-71.41335" StarRating="3" HotelCode="|222630" HotelName="Best Western Plus Executive Court Inn And Conferen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13500 S Willow St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/6/3/0/222630_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.57" OriginalAmount="284.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.4604253" Longitude="-86.0544705" StarRating="2" HotelCode="|278211" HotelName="Best Western Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>126 Expressway Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/2/1/1/278211_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.94" OriginalAmount="285.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4771004" Longitude="-2.2416832" StarRating="4" HotelCode="|18109" HotelName="a&amp;o Manchester City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DICKINSON STREET 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/1/0/9/18109_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2002 164 rooms and 5 floors. In the entrance, guests are offered a lobby, lifts and a reception. Our guests can find a bar and a restaurant. SITUATION: This elegant hotel is in Manchester the city centre of Portland Street and Chinatown close to the establishment, guests have it is near restaurants, shopping areas, theatres, the city centre and nightlife. 5 minutes away, you can find Piccadilly the Station of. ROOM: The cosy rooms, have a bathroom with a hairdryer, a mini-bar, a direct line telephone, an air-conditioning system and a safety deposit box (available for a fee). FACILITIES: The establishment boasts a sauna and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.86" OriginalAmount="286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48192078" Longitude="-2.23231762" StarRating="0" HotelCode="519967|the_crown_anchor" HotelName="The Crown and Anchor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Golf,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>41 Hilton Street, Manchester M1 2EE</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/6f/b86f5dd9239133e6ecc04868015c8177a2868a15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp;amp; B offers very trendy bar, a breakfast of cooked foods and modern bedrooms. At The Crown...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="289.87" OriginalAmount="287" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|651307-25829092/2887567812709836538/20256" HotelName="VOCO MANCHESTER CITY CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42430000/42424000/42423982/8dc38c3b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="290.88" OriginalAmount="288" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|109150-28567405/2887567812709836538/2450" HotelName="AC BY MARRIOTT MANCHESTER SALFORD QUAYS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2050000/2048100/2048025/027e1ec6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.04" OriginalAmount="292.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.47227" Longitude="-2.24667" StarRating="4" HotelCode="|195356" HotelName="Innside By Meliá Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 First Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/3/5/6/195356_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.52" OriginalAmount="292.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.464317" Longitude="-2.289208" StarRating="4" HotelCode="|192064" HotelName="Football, Old Trafford, A Tribute Portfolio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Sir Matt Busby Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/0/6/4/192064_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.30" OriginalAmount="293.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.47817" Longitude="-2.238932" StarRating="4" HotelCode="|450589" HotelName="Clayton Manchester City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Portland Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/8/9/450589_352fdd51201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.40" OriginalAmount="293.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.1479322" Longitude="-73.0865382" StarRating="0" HotelCode="|266109" HotelName="Weathervane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2212 Main Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/1/0/9/266109_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.71" OriginalAmount="294.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.458274" Longitude="-86.047604" StarRating="0" HotelCode="|524790" HotelName="La Quinta Inn and Suites by Wyndham Manchester / Arnold AFB" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Hospitality Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/9/0/524790_a363b090927.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="298.96" OriginalAmount="296" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|893332-28584132/2887567812709836538/1208" HotelName="THE ASHCROFT APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57560000/57550600/57550515/8a65ef2b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.00" OriginalAmount="296.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48756" Longitude="-2.233855" StarRating="4" HotelCode="|450376" HotelName="Hampton By Hilton Manchester Northern Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Rochdale Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/3/7/6/450376_70dca971528.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.49" OriginalAmount="296.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4729650124" Longitude="-2.2468110518575" StarRating="4" HotelCode="336507|414562" HotelName="INNSIDE Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1 First Street, Manchester M15 4RP</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/02/3c02451bbd39f939e8b5e1963fce204ef1914080.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.79" OriginalAmount="296.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4750748" Longitude="-2.2472999" StarRating="4" HotelCode="|20050" HotelName="Leonardo Manchester Central " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Great Bridgewater St, Manchester</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/5/0/20050_75418af0813.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2004, has 7 floors, 265 rooms, 169 double rooms and 96 single rooms. It has a lobby, a bar, a pub, 2 conference rooms and a restaurant with air-conditioning, The establishment also offers a laundry service and internet. nearby, you can find a public car park, (for a fee). SITUATION: This hotel is in the city centre, Around the establishment, clients can find the shopping streets, bars and restaurants. 500 metres away, there is a public transport stop, is 10 minutes away from Old Trafford the Stadium of 14 kilometres away from the airport. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite television, an air-conditioning system and a courtesy tea and coffee service. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.48" OriginalAmount="297.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4787533" Longitude="-2.236096" StarRating="4" HotelCode="|167218" HotelName="Cove Minshull Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Minshull Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/1/8/167218_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="303.00" OriginalAmount="300.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.506340446731" Longitude="-2.3906962832444" StarRating="4" HotelCode="80370|worsley_park_a_marriott_hotel__country_club_2" HotelName="Marriott Manchester Worsley Park &amp; Country Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House,Spa Hotel,Golf Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Worsley Park, Manchester M28 2QT</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/7a/907a1b0055a20469c7f6589107a02d898a67df3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located just a 5-minute drive away from the Trafford Centre. The centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.59" OriginalAmount="300.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479287" Longitude="-2.231303" StarRating="4" HotelCode="|452693" HotelName="Native Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Ducie Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/6/9/3/452693_0a07f281322.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.00" OriginalAmount="300.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.478011" Longitude="-2.235349" StarRating="4" HotelCode="|168075" HotelName="Velvet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Velvet Hotel 2 Canal Street Manchester M1 3HE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/0/7/5/168075_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="304.62" OriginalAmount="301.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.478779293689" Longitude="-2.236230367747" StarRating="4" HotelCode="902145|383405" HotelName="SACO Manchester - Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/09/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Minshull Street, Piccadilly, Manchester M1 3ED</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/e3/34e3a7a972bba5de1364ce555384e31b6ccd2775.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Manchester. The nearest airport is Manchester - International (MAN)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="305.02" OriginalAmount="302" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|651286-28574257/2887567812709836538/1480" HotelName="ABEL HEYWOOD BOUTIQUE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/651286/2022125165146733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="305.02" OriginalAmount="302" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|346382-32915126/2887567812709836538/26352" HotelName="INNSIDE BY MELIA MANCHESTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10620000/10614800/10614732/6d675f5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="308.05" OriginalAmount="305.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479345453725" Longitude="-2.2569018602371" StarRating="4" HotelCode="28484|manchester_marriott_victoria_and_albert_hotel_2" HotelName="Marriott Victoria &amp; Albert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Water Street, Manchester M3 4JQ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/b3/2bb3b5c474d4a7f178a2c8f822960c600e8da15a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Manchester, this first-class urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="312.09" OriginalAmount="309" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1435137-33147958/2887567812709836538/9886" HotelName="PREMIER INN MANCHESTER AIRPORT [M56/J6] RUNGER LANE SOUTH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4100000/4092300/4092228/d891a625_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="313.10" OriginalAmount="310" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427922-27589395/2887567812709836538/22351" HotelName="FORTY-SEVEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/83000000/82840000/82839400/82839304/2c2f9afa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="315.12" OriginalAmount="312" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|171600-25357791/2887567812709836538/22029" HotelName="COVE MINSHULL STREET PICCADILLY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6660000/6657900/6657881/51c4500e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="315.12" OriginalAmount="312" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1335476-32737571/2887567812709836538/22295" HotelName="QUAY APARTMENTS EXCHANGE QUAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57270000/57269800/57269731/088d3b51_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.12" OriginalAmount="312.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.478057764414" Longitude="-2.2352788306885" StarRating="4" HotelCode="154514|velvet_hotel" HotelName="Velvet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Canal Street, Manchester, Greater Manchester M1 3HE</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/60/4760a69547cb658d5c157e8ae77428d11405ef7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester. The nearest airport is Manchester - International (MAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.35" OriginalAmount="314.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.474555" Longitude="-2.2881006" StarRating="4" HotelCode="|71893" HotelName="Quay Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>250 The Quays</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/8/9/3/71893_f6c00591042.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel ideal for all kinds of travellers, has excellent service and comfortable facilities. The Quay is rated four stars. It is contemporary style, perfect for business and holiday stays, has a car park (free of charge) and WiFi (free of charge). SITUATION: It is in Manchester, ROOM: The establishment has 34 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="318.73" OriginalAmount="315.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.958996" Longitude="-71.4348368" StarRating="3" HotelCode="|280816" HotelName="Fairfield Inn By Marriot Manchester-boston Regional Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>860 South Porter Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/8/1/6/280816_1_1919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="319.61" OriginalAmount="316.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4827026" Longitude="-2.2375785" StarRating="4" HotelCode="|121086" HotelName="Church Street By Supercity s" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Church Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/0/8/6/121086_f3b34b32123.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, is rated 4 stars, The establishment has a gym, a spa and WiFi (free of charge). SITUATION: Is situated inManchester the heart of this establishment, is near Arndale the centre of. ROOM: The establishment has studios and apartments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.06" OriginalAmount="316.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.483918" Longitude="-91.457927" StarRating="0" HotelCode="|519290" HotelName="Cobblestone Inn and Suites – Manchester" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1210 Commercial Court</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/9/2/9/0/519290_e5c4fc10033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="320.17" OriginalAmount="317" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1467723-32942383/2887567812709836538/1447" HotelName="THE REACH AT PICCADILLY, MANCHESTER, A TRIBUTE PORTFOLIO HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96980000/96970800/96970748/d22fc775_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.17" OriginalAmount="317.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.481295590653" Longitude="-2.2270454777035" StarRating="4" HotelCode="915086|staycity_serviced_apartments__laystall_st" HotelName="Living by BridgeStreet Manchester City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Laystall Street, Manchester M1 2JZ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/02/fa0219c7a42486b6449332cf59aae3df5b95b281.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These luxury apartments a 5-minute walk from Manchester Piccadilly Station and Piccadilly Gardens. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.35" OriginalAmount="317.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.94462" Longitude="-71.45254" StarRating="3" HotelCode="|222958" HotelName="Holiday Inn Manchester Airport, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2280 Brown Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/9/5/8/222958_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.18" OriginalAmount="318.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479566" Longitude="-2.2314260000001" StarRating="4" HotelCode="476815|la_reserve_aparthotel_manchester" HotelName="La Reserve Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Ducie Street, M1 2JB Manchester</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/49/77/4977c8360ed65e2b4c084dad334606b72fe2736b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="324.80" OriginalAmount="321.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4646988" Longitude="-2.0915999" StarRating="3" HotelCode="|25288" HotelName="Village  Manchester Hyde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Captain Clarke Road, Hyde, Cheshire Sk14 4qg,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/8/8/25288_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: Guests have the use of comfortable rooms. The establishment has various facilities, such as a health club, a restaurant, a fantastic club, an inviting coffee shop and a beauty centre. It also has a meeting centre, the meeting room The Hub and a sports store. The establishment offers WiFi (free of charge) and a car park. SITUATION: It is 11.2 kilometres away from Manchester city centre. It is well-connected with the motorway. 800 metres away, guests have the railway station. 24.1 kilometre away from the establishment, guests will find Manchester Airport. ROOM: The elegant and comfortable rooms have a television, an iron, a mini-bar, a courtesy tea and coffee service, a bathroom with a bath and a shower. They also have a trouser press, a wardrobe, a launderette, dry cleaning and room service (available for a fee). FACILITIES: The establishment has a covered pool, a children's swimming pool, a jacuzzi, a sauna, a solarium, a steam bath and a massage service. Clients can also find a gym and a beauty centre. 1 kilometre away from the establishment, clients have at their disposal a golf course. MEALS: Regarding the food and beverage offering, the establishment offers the Verve grill restaurant verve and Victory Pub. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard, Visa and Maestro.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.22" OriginalAmount="322.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.482938" Longitude="-2.237894" StarRating="4" HotelCode="903619|the_light_aparthotel_manchester" HotelName="Church Street by Supercity Aparthotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Church Street, Manchester M4 1PN</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/84/f8841d75df57edc4fdf01d58a39ecb5fa98d7da0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="332.29" OriginalAmount="329" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.231692" Longitude="-75.282934" StarRating="3" HotelCode="0|256447-25478586/2887567812709836538/20338" HotelName="WATERSIDE HOTEL &amp;amp; LEISURE CLUB" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1200 Pennbrook Parkway, Lansdale, PA, 19446, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6850000/6845900/6845849/33ce7f81_b.jpg</HotelPictures>
        <HotelDescription>The Homewood Suites by Hilton Lansdale hotel is located in Lansdale, which is a suburb of Philadelphia, Pennsylvania and is within walking distance to several businesses which include the corporate offices of Merck &amp;amp; Company, ICON, Safeway, and Metso. This 170-room Homewood Suites by Hilton hotel in the Philadelphia, Pennsylvania area caters to the extended-stay traveler for business or leisure. This dynamic Lansdale, Pennsylvania Homewood Suites by Hilton hotel features studio, one and two-bedroom suites, with complimentary high-speed internet access, meeting facilities, an outdoor pool, a sports court, an exercise gym, TV with cable, irons and ironing boards, hair dryers and a USA Today delivered to your door. Guests of this Philadelphia area hotel can also enjoy the complimentary Suite Start hot breakfast daily and a Welcome Home reception, which includes a light dinner served Monday though Thursday 5:00pm to 7:00pm. Your satisfaction at the Homewood Suites by Hilton hotel in Lansdale, Pennsylvania is 100% Guaranteed.  Make Yourself At Home!&lt;br /&gt;CheckIn Time: 16:00&lt;br /&gt;CheckOut Time: 12:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.34" OriginalAmount="334.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.365003215497" Longitude="-2.2703504562378" StarRating="3" HotelCode="76297|bewleys_hotel_manchester_airport" HotelName="Clayton Hotel Manchester Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Outwood Lane, Manchester M90 4HL</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ed/34edc995303ddc8143cd14893744cd5b5e0c2c3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Manchester Airport just a short walk from all the terminals, the hotel offers a free shut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.36" OriginalAmount="336.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.36402689034" Longitude="-2.2979021072388" StarRating="4" HotelCode="38105|marriott_manchester_airport" HotelName="Manchester Airport Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly 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,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hale Road, Hale Barns, Manchester WA15 8XW</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/de/d2def4eda2cde1ae278a9cfa88c894b8deae0e9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located just 1 km from Manchester Airport, outside the city centre (15 minutes’...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.39" OriginalAmount="339.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.476704" Longitude="-2.256782" StarRating="3" HotelCode="94613|castlefield_hotel" HotelName="Castlefield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/09/2026" HotelFacility="Bar,Conference Hall,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Liverpool Road, Manchester M3 4JR</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/55/6a5506c1f1961f104e93d51145e420e28841acba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historical area of the town, opposite the Museum of Science and Industry, this city h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="347.81" OriginalAmount="344.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48237" Longitude="-2.24394" StarRating="0" HotelCode="|245007" HotelName="One Manchester - Royal Exchange" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Cross Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/0/0/7/245007_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.47" OriginalAmount="347.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.366108" Longitude="-2.270595" StarRating="4" HotelCode="29505|hilton_manchester_airport" HotelName="Hilton Manchester Airport" 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,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Outwood Lane, Manchester Airport, Manchester M90 4WP</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/f1/55f1a57c9a9bc40d215ab957aab827fcc38635b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is just 20 minutes from the centre of Manchester, close to Trafford Park and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="352.49" OriginalAmount="349" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|31871-32636823/2887567812709836538/15217" HotelName="THE PLACE APARTHOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/31871/31871_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.86" OriginalAmount="349.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479955" Longitude="-2.244167" StarRating="4" HotelCode="|470967" HotelName="Malmaison Manchester Deansgate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 PRINCESS ST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/9/6/7/470967_e64edee1142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="354.57" OriginalAmount="351.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.958994" Longitude="-71.4348167" StarRating="2" HotelCode="|275956" HotelName="Holiday Inn Express and Suites Manchester Airport, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1298 South Porter Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/5/9/5/6/275956_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="356.14" OriginalAmount="352.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4764608" Longitude="-2.2569144" StarRating="3" HotelCode="|72382" HotelName="The Castlefield" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LIVERPOOL ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/3/8/2/72382_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 48 rooms and internet (free of charge), This establishment is non-smoking, Guests can find a lobby with a reception, a safety deposit box service, a lift, a bar, a breakfast room, conference facilities, room service and a car park (for a fee). SITUATION: Is situated in the historic centre, 5 minutes away from the establishment you have Manchester the city centre of Where you can find restaurants, bars and nightlife. It has excellent transport links to places of interest, theatres and shopping areas. 15 minutes away from the establishment you have the bus station, the railway station situated 16 kilometres away fromManchester-Ringway Airport 21 kilometres away, you can find Liverpool John Lennon Airport. ROOM: Each room has a bathroom, a shower, a hairdryer, a double bed, central heating, a television, a direct line telephone, internet, a coffee maker and a kettle. You can also find double rooms for single use. FACILITIES: Guests are offered sports facilities, a gym, a sauna, a steam bath and a covered pool. The establishment also offers a spa, treatments, a massage service and beauty treatments. Facilities (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a bar and a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="356.47" OriginalAmount="352.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9369147" Longitude="-71.4452076" StarRating="3" HotelCode="|280814" HotelName="Springhill Suites Manchester-Boston Regional Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>975 North Perimeter Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/8/1/4/280814_2ab18f11234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="360.01" OriginalAmount="356.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.804546" Longitude="-72.5473005" StarRating="3" HotelCode="|383652" HotelName="Fairfield Inn &amp; Suites Hartford Manchester" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Pavilions Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/3/6/5/2/383652_1_1355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="364.39" OriginalAmount="360.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.936522" Longitude="-71.4447194" StarRating="3" HotelCode="|273616" HotelName="Homewood Suites By Hilton Manchester/airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1000 Perimeter Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/6/1/6/273616_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="364.61" OriginalAmount="361" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.9890943" Longitude="0.9231718" StarRating="4" HotelCode="0|67493-21406314/2887567812709836538/66" HotelName="DOUBLETREE BY HILTON MANCHESTER - PICCADILLY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>22 Carrer Del Mar, L HOSPITALET DE L INFANT, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1680000/1671600/1671525/7ba76975_b.jpg</HotelPictures>
        <HotelDescription>This beach hotel enjoys a stunning setting in the tourist centre of Hospitalet de L'Infant. It is just 100 metres away from the marina. The sandy beach is just a short walking distance away. Several shopping areas, with shops, boutiques, bars and restaurants surround the hotel. Links to the public transport network are readily accessible nearby. The hotel offers visitors the ideal setting in which to relax and unwind, or from which to explore the beauty of the area. The guest rooms are spacious, light filled and peaceful, combining fine furnishings, soothing tones and modern amenities. Guests can enjoy mouth-watering dishes in the restaurant, while admiring the stunning sea views. Guests can enjoy a leisurely swim in the pool, while the little ones enjoy the children's playground.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="365.52" OriginalAmount="361.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.974327" Longitude="-71.474496" StarRating="3" HotelCode="|218493" HotelName="Comfort Inn Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>298 Queen City Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/9/3/218493_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="365.62" OriginalAmount="362.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.478705" Longitude="-2.233327" StarRating="4" HotelCode="387474|doubletree_by_hilton_hotel_manchester__piccadilly" HotelName="DoubleTree by Hilton Hotel Manchester - Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Piccadilly Place, 1 Auburn St., Manchester M1 3DG</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/71/fa7108e9b4ece90cd7fdd64648bf49aa9e77499c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a stone's throw from Mancunian Way and is connected by the Mancheste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="366.36" OriginalAmount="362.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.0279222" Longitude="-71.4408317" StarRating="3" HotelCode="|280171" HotelName="Fairfield Inn &amp; Suites Hooksett" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Bell Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/1/7/1/280171_1_2007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="366.98" OriginalAmount="363.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4813343" Longitude="-2.2271535" StarRating="0" HotelCode="|167219" HotelName="Residence Inn By Marriott Manchester Piccadilly" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Laystall Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/1/9/167219_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="367.75" OriginalAmount="364.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9825224" Longitude="-71.4658961" StarRating="3" HotelCode="|273618" HotelName="Hilton Garden Inn Manchester Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 South Commercial Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/6/1/8/273618_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="368.37" OriginalAmount="364.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.404" Longitude="-2.221" StarRating="3" HotelCode="|168081" HotelName="Waterside  and Leisure Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Morningside Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/0/8/1/168081_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.83" OriginalAmount="366.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479566" Longitude="-2.23149" StarRating="4" HotelCode="|450639" HotelName="The Reach at Piccadilly, Manchester, a Tribute Portfolio " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Ducie Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/3/9/450639_ad5fedb0753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.68" OriginalAmount="368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479187" Longitude="-2.233267" StarRating="4" HotelCode="80304|malmaison_manchester" HotelName="Malmaison Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piccadilly, Manchester M1 1LZ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/74/6174ee281e262819829d5d460d0a905973de0faf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Manchester. Its setting is especially ideal for gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="374.44" OriginalAmount="370.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4756012" Longitude="-2.2420001" StarRating="5" HotelCode="|20051" HotelName="Kimpton Clocktower, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OXFORD STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/5/1/20051_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.69" OriginalAmount="374.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.506541" Longitude="-2.390825" StarRating="4" HotelCode="|79320" HotelName="Delta Hotels Worsley Park Country Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WORSLEY PARK, WALKDEN ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/2/0/79320_59db4ec1945.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.43" OriginalAmount="377.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4801138" Longitude="-2.2294643" StarRating="4" HotelCode="|48471" HotelName="The Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DUCIE STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/7/1/48471_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is non-smoking, Depending on the season, guests can have the use of a bar and a restaurant. it is in the city centre 280 rooms, The establishment boasts a car park (for a fee), 10 conference rooms and WiFi. SITUATION: It is 5 minutes away from the railway station, 20 minutes away from the establishment guests have Manchester Airport a few minutes walk away from the establishment, clients can find shops, bars and restaurants. it is 2 minutes away from Tram Metrolink the Station of the bus station situated 5 minutes away from Manchester Central and Gmex the business area, 5 minutes away, there is theatres. ROOM: Suites and executive rooms All the rooms have internet a television with films. OTHERS: Clients have at their disposal a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="386.83" OriginalAmount="383" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4846-21747558/2887567812709836538/24201" HotelName="KIMPTON CLOCKTOWER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7300/7297/w12974h7212x0y0-732e8a16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="389.86" OriginalAmount="386.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.47457" Longitude="-2.24082" StarRating="4" HotelCode="28485|the_palace_hotel_13" HotelName="The Principal Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oxford Street, Manchester M60 7HA</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/76/3c768de68f70b3c37a31be3ed242d426dae4c3fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This highly traditional hotel lies at the heart of the spa town of Buxton, surrounded by picturesque...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="391.64" OriginalAmount="387.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.364273" Longitude="-2.268346" StarRating="4" HotelCode="47944|36770" HotelName="Crowne Plaza Manchester Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ringway Road Manchester Airport, Manchester M90 3NS</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/81/3081bf989dd9271f56eda0e6a6b963152699453a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located on the Manchester Airport complex, the hotel is within easy access of the M 56, M 6...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.89" OriginalAmount="389.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.475231805192" Longitude="-2.2298142313957" StarRating="4" HotelCode="74789|macdonald_manchester_hotel__spa" HotelName="Macdonald Manchester Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>London Road, Manchester M1 2PG</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/b5/45b500dfa5d1c31c3835344957a647f8b6f333ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located, adjacent to the Manchester Piccadilly train station (a 1-minute walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="393.67" OriginalAmount="389.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.3661575" Longitude="-2.2642889" StarRating="4" HotelCode="|55069" HotelName="Crowne Plaza Manchester Airport, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RINGWAY ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/6/9/55069_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has a restaurant, a bar and conference rooms. It has 294 rooms with bathroom. It has air-conditioning, a lobby and room service (for a fee). SITUATION: This hotel is in Manchester Airport. It is well-connected with the city centre and the motorway. 100 metres away, guests have a train station. 52 kilometres away from the establishment, guests will find Liverpool John Lennon Airport. It is just 93 kilometres away from Blackpool Airport. It is just 118 kilometres away from Robin Hood Doncaster Sheffield Airport. It is 132 kilometres away from East Midlands Airport. 144 kilometres away, you can find Birmingham Airport. ROOM: Each room has internet (available for a fee), a radio, a satellite television, films (available for a fee), a direct line telephone and work area. They also have an iron, a bathrobe, a bathroom with bathroom amenities with a hairdryer, a safety deposit box, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: 9 kilometres away, clients have at their disposal a golf course. PAYMENT METHODS: Customers can pay using Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant. Guests also have access to a breakfast service, a lunch service and a dinner service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="394.89" OriginalAmount="390.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48239" Longitude="-2.23234" StarRating="4" HotelCode="|247110" HotelName="The Cow Hollow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Newton Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/1/1/0/247110_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="397.78" OriginalAmount="393.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4788949" Longitude="-2.2492813" StarRating="4" HotelCode="|38226" HotelName="Hilton Manchester Deansgate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>303 DEANSGATE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/2/6/38226_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has modern facilities and wonderful views. The establishment has a meeting bar, a restaurant area and a bar. Guests can find a sitting area with a catering service and 12 event rooms. SITUATION: It is nearManchester the commercial area of 25 minutes away, you can find Manchester Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="399.96" OriginalAmount="396" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101694-22277019/2887567812709836538/15130" HotelName="THE MANCHESTER DEANSGATE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/120000000/119740000/119739700/119739609/249e84de_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="404.54" OriginalAmount="400.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9502347" Longitude="-71.431413" StarRating="3" HotelCode="|281467" HotelName="Courtyard By Marriott Manchester - Boston Regional Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>700 Huse Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/1/4/6/7/281467_28e2e690228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="406.08" OriginalAmount="402.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.950842" Longitude="-71.4298841" StarRating="2" HotelCode="|310977" HotelName="Towneplace Suites Manchester-boston Regional Airpo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>686 Huse Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/0/9/7/7/310977_f2bae030506.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="406.31" OriginalAmount="402.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.477968" Longitude="-2.239102" StarRating="4" HotelCode="|451137" HotelName="voco Manchester City Centre, an IHG Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Portland St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/3/7/451137_5b351581231.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="408.04" OriginalAmount="404" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|617239-25781218/2887567812709836538/20697" HotelName="HYATT REGENCY MANCHESTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19650000/19647700/19647663/12191e2e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="408.04" OriginalAmount="404.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.46743171" Longitude="-2.23837963" StarRating="3" HotelCode="571941|crowne_plaza_manchester_oxford_road_2" HotelName="Crowne Plaza Manchester - Oxford Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Booth Street West, Manchester M15 6PQ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/1d/401d2f980f1409316026c34b1a0095b833ae89d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.09" OriginalAmount="409.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48237211" Longitude="-2.23237549" StarRating="4" HotelCode="631056|the_cow_hollow_hotel" HotelName="The Cow Hollow Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>57 Newton Street, Corner of Bradleys Court, Northern Quarter, Manchester M1 1ET</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/25/1725c5d644143aaeeb9e8d81d372bc91dd017d47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="414.94" OriginalAmount="410.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.3668477" Longitude="-2.2766506" StarRating="4" HotelCode="|454482" HotelName="Holiday Inn Manchester Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Palma Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/4/8/2/454482_2a37cbd1210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="423.64" OriginalAmount="419.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.3675575" Longitude="-2.308846" StarRating="4" HotelCode="|55049" HotelName="Delta Hotels Manchester Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HALE ROAD, HALE BARNES,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/4/9/55049_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays and business stays conference centre, a wellness centre with a swimming pool, a gym, a sauna and a steam bath. Guests also have access to treatments (for a fee). ROOM: The comfortable rooms with TV and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="424.94" OriginalAmount="420.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4795409" Longitude="-2.2569273" StarRating="4" HotelCode="|53591" HotelName="Manchester Marriott Victoria and Albert" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WATER STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/9/1/53591_276df581747.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 148 luxurious rooms. SITUATION: This establishment is close to the opera. In front of the establishment, clients have Granada Studios it is situated next to the Irwell River. ROOM: The establishment has 158 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="430.33" OriginalAmount="426.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.364301" Longitude="-2.271295" StarRating="4" HotelCode="|63443" HotelName="Clayton , Manchester Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OUTWOOD LANE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/4/4/3/63443_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has WiFi (free of charge) and a restaurant. SITUATION: It is close to Terminal 1, Terminal 3, The establishment offers direct access to, the train, the bus and the motorway. ROOM: The bright, spacious rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="431.27" OriginalAmount="427" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4854-28578101/2887567812709836538/7880" HotelName="MANCHESTER MARRIOTT VICTORIA &amp;amp; ALBERT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19300/19288/7845dfa0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="431.52" OriginalAmount="427.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.9883194" Longitude="-71.4639723" StarRating="4" HotelCode="|275995" HotelName="Doubletree By Hilton Manchester Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>700 Elm Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/5/9/9/5/275995_e66af191114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="434.64" OriginalAmount="430.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8050139" Longitude="-72.5643647" StarRating="3" HotelCode="|383430" HotelName="Hampton Inn &amp; Suites Hartford-manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1432 Pleasant Valley Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/3/4/3/0/383430_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="438.20" OriginalAmount="433.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.2024885" Longitude="-73.027267" StarRating="0" HotelCode="|362774" HotelName="Four Winds Country" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7379 Main Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/2/7/7/4/362774_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="443.73" OriginalAmount="439.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.810211" Longitude="-72.5346377" StarRating="3" HotelCode="|383748" HotelName="Courtyard Hartford Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225 Slater Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/3/7/4/8/383748_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="449.70" OriginalAmount="445.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.003737" Longitude="-71.4734003" StarRating="0" HotelCode="|276676" HotelName="Hampton Inn Manchester Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Front St.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/6/6/7/6/276676_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="451.10" OriginalAmount="446.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.467285" Longitude="-2.238406" StarRating="4" HotelCode="|452604" HotelName="Hyatt House Manchester" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Booth Street West</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/6/0/4/452604_361d27d0910.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="453.68" OriginalAmount="449.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.481302" Longitude="-2.24029" StarRating="4" HotelCode="|496289" HotelName="BrewDog DogHouse Manchester" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Fountain St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/6/2/8/9/496289_cb8a3661123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="466.62" OriginalAmount="462" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4845-25192080/2887567812709836538/20223" HotelName="THE LOWRY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/700000/691300/691209/29b329a4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="466.98" OriginalAmount="462.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.811821" Longitude="-72.511225" StarRating="2" HotelCode="|384870" HotelName="Best Western Manchester de Manchester" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Taylor Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/4/8/7/0/384870_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="469.65" OriginalAmount="465.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.483267" Longitude="-2.251122" StarRating="5" HotelCode="38107|the_lowry_hotel_manchester" HotelName="The Lowry 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,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Dearmans Place, Chapel Wharf, Manchester M3 5LH</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/2c/5d2c81738135f99d9a2284e80a292de66e4ff907.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfectly located for easy access to central Manchester and the main shopping and commercial distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="470.66" OriginalAmount="466" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.314" Longitude="3.1382" StarRating="5" HotelCode="0|366311-22249838/2887567812709836538/14692" HotelName="GOTHAM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>PROMENADE DE LAndAPOS;ANCIEN STADE, COLOMBIERS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9730000/9726700/9726657/404cc260_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Le domaine d'Ensérune is located in Colombiers and local attractions include Beziers Cathedral, Musee des Beaux Arts, and Place de la Revolution. Additional area points of interest include Musee de Biterrois.    Property Features.   Recreational amenities include an outdoor pool, a sauna, a fitness facility, and a steam room. There is a full-service health spa on site. Additional property amenities include laundry facilities.    Guestrooms.     98 guestrooms at Le domaine d'Ensérune feature hair dryers. Furnished lanais offer garden or courtyard views. At this 3-star residence, accommodations include kitchenettes with microwaves, refrigerators, dishwashers, and cookware/dishes/utensils. Bathrooms feature bathtubs or showers. Wired high-speed and wireless Internet access is available for a surcharge.     Room Info:       Notifications and Fees:      Minimum Spring Break check-in age is 18 years old.           Unless otherwise indicated, the charges below are not included in the overall room price. If not included in the overall room price, they will be charged by the property at check-in or check-out. Charges can vary, for example, based on length of stay or the room you book. This property told us they will charge you for the following:   A tax is imposed by the city: EUR 1 per person, per night   We have included all charges provided to us by the property. However, charges can vary, for example, based on length of stay or the room you book.  The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Pet fee: EUR 5 per pet (varies based on length of stay)   Deposit: EUR 300 per stay  Fee for high-speed Internet (wired) in public areas: EUR 9 (for 2 hours, rates may vary)  Fee for wireless Internet in public areas: EUR 9 (for 2 hours, rates may vary)  Buffet breakfast fee: EUR 8 per person (approximately)  Television fee: EUR 25 per week  Additional towels/sheets fee: EUR 8 per stay  Facilities fee: EUR 15 per person and includes use of:   - Fitness facilities  - Sauna    The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Minimum Spring Break check-in age is 18 years old.      Property Information:  Check-in time starts at 5 PM  Check-out time is 11 AM  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="471.24" OriginalAmount="466.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4833498" Longitude="-2.2466887" StarRating="4" HotelCode="|18104" HotelName="Treehouse Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLACKFRIARS STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/1/0/4/18104_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 13 floors, 200 rooms and 5 suites. It has a lobby, lifts, a reception, a bar and a restaurant. The establishment offers guests conference rooms and a car park. SITUATION: It is inManchester the city centre of It is well-connected with the motorway. ROOM: The cosy, comfortable rooms, have a bathroom with a hairdryer, a mini-bar, a direct line telephone and a safety deposit box (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="472.99" OriginalAmount="468.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.3665009" Longitude="-2.2706001" StarRating="4" HotelCode="|18094" HotelName="DoubleTree by Hilton Manchester Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OUTWOOD LANE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/9/4/18094_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 223 rooms, 5 suites and 5 floors. In the entrance, guests are offered a lobby with a reception and lifts. This air-conditioned hotel has internet, conference rooms, a cafÃ©, a bar and a restaurant. On request room service, a laundry service and a medical care service. For an extra cost you can have access to a car park. SITUATION: This airport hotel is 20 minutes away from Manchester the centre of it is near Trafford the Park of the stadium. ROOM: The elegant and comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, a mini-bar, tiled floors, fitted carpets and a safe. MEALS: Guests are offered all meals in a buffet format. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="475.71" OriginalAmount="471" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-49.33274" Longitude="-72.8851532" StarRating="3" HotelCode="0|617429-28553438/2887567812709836538/5380" HotelName="QUAY APARTMENTS MANCHESTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Av. Guemes 95, EL CHALTEN, ARGENTINA,9301</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23320000/23315500/23315494/72127f78_b.jpg</HotelPictures>
        <HotelDescription>La Aldea Hotel is surrounded by beautiful mountains in the stunning natural setting of El Chalten, Argentina. Situated in a peaceful destination where you can easily relax, the hotel has comfortable facilities and warm hospitality for a unique experience in Patagonia. Here, you'll find adventurous tours, mountain excursions, a relaxing common room, Internet access and traditional rustic design, perfect for outdoor enthusiasts.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="483.79" OriginalAmount="479" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1333514-26642852/2887567812709836538/22286" HotelName="CITYSUITES TWO APARTHOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68070000/68062300/68062222/b9e677d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="488.84" OriginalAmount="484" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|617240-25781220/2887567812709836538/21935" HotelName="DAKOTA MANCHESTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33810000/33806600/33806525/315a89b8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="492.88" OriginalAmount="488" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4850-32321860/2887567812709836538/20431" HotelName="TREEHOUSE HOTEL MANCHESTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/520000/517500/517441/7f7363d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="493.89" OriginalAmount="489.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.483643846184" Longitude="-2.2466450929642" StarRating="4" HotelCode="16634|renaissance_manchester_city_centre_hotel" HotelName="Renaissance Manchester City Centre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Blackfriars Street, Manchester M3 2EQ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/a6/17a6a39cd11b9e0f7a7d3d7971b4152becc796df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Manchester, this comfortable hotel offers excellent connections to the local...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="497.37" OriginalAmount="492.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48076" Longitude="-2.2421" StarRating="5" HotelCode="|195365" HotelName="The Rex" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 King Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/3/6/5/195365_c0cd6090704.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="499.34" OriginalAmount="494.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8114155" Longitude="-72.5333637" StarRating="3" HotelCode="|383749" HotelName="Residence Inn Hartford Manchester" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>201 Hale Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/3/7/4/9/383749_1_1202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="499.67" OriginalAmount="494.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.1768929" Longitude="-73.0171806" StarRating="2" HotelCode="|361339" HotelName="Toll Road Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2220 Depot Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/3/3/9/361339_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="501.97" OriginalAmount="497.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.480728622945" Longitude="-2.2422954025664" StarRating="5" HotelCode="317153|hotel_gotham" HotelName="Hotel Gotham" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 King Street, Manchester M2 4WU</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/22/4f2284eb8b62efad6f85a299eb69c48091a11f00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester. The nearest airport is Manchester - International (MAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="506.61" OriginalAmount="501.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.503079" Longitude="-86.086922" StarRating="4" HotelCode="|274033" HotelName="Hampton Inn and Suites Manchester" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1143 Woodbury Highway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/0/3/3/274033_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="508.03" OriginalAmount="503.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.485809099808" Longitude="-2.245907780426" StarRating="5" HotelCode="640251|citysuites" HotelName="Citysuites Manchester" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Chapel Street, Manchester M3 7NH</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/f8/fbf8e818599ae178a27a86246490c0eb8bb60b19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Manchester City Centre, this aparthotel is within a 10-minute walk of Manche...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="510.37" OriginalAmount="505.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.3657226" Longitude="-2.2751068" StarRating="4" HotelCode="|55070" HotelName="Radisson Blu  Manchester, Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CHICAGO AVENUE MANCHESTER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/7/0/55070_6af07531122.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 360 rooms with air-conditioning and 9 floors. It has a lobby, a safety deposit box service, air-conditioning, a lift, meeting facilities and internet. Guests can enjoy an Ã  la carte restaurant and a bar. The establishment also offers room service, a laundry service and a car park (for a fee). SITUATION: It is well-connected with the airport, is 1 kilometre away from public transport stops, 15 minutes away, guests can find Manchester the city centre of it is 25 minutes away from Manchester United and Manchester City the football stadiums of Trafford Centre and Lowry Outlet the shopping centres it is 1 kilometre away from Manchester Airport 51 kilometres away, you can find Liverpool John Lennon Airport it is situated 92 kilometres away from Blackpool Airport. ROOM: The rooms have a safe, a television, a mini-bar, WiFi (free of charge), a bathroom with a bath or shower and with a hairdryer. Guests also have at their disposal business rooms with press, buffet breakfast, films, Nespresso, a bathrobe and slippers. They also have an individual air-conditioning system. FACILITIES: The establishment boasts the health club, a covered swimming pool, a gym, a sauna and a steam bath. Customers can enjoy the beauty centre, treatments and a massage service (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers restaurants and a bar. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard, Visa, debit cards, cash, cheques and travellers cheques.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="538.80" OriginalAmount="533.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.80488" Longitude="-72.54786" StarRating="3" HotelCode="|589347" HotelName="Homewood Suites By Hilton Hartford Manchester" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109 Pavilions Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/3/4/7/589347_0bc66f22051.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="544.62" OriginalAmount="539.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4779396" Longitude="-2.247884" StarRating="5" HotelCode="|24096" HotelName="The Edwardian Manchester, A Radisson Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FREE TRADE HALL, PETER STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f0df7d21132.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel and was opened in 2004. It has 263 rooms, 14 floors, 239 double rooms and 24 suites. In the entrance, you can find a hall with elevators, a reception with a bureau de change, a safety deposit box service and a cloakroom. The establishment boasts a car park, conference rooms and an Ã  la carte restaurant with air-conditioning, with highchairs, The establishment also offers internet, room service and a laundry service. SITUATION: It is inManchester the tourist centre of it is situated near the city centre, 3 minutes away, there is a public transport stop, 100 metres away, guests have bars, 200 metres away you can find restaurants, shops inPeter Street the Street of. ROOM: The elegant rooms and luxurious, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet and a mini-bar. They also have a double bed, fitted carpets, a safe (available for a fee) and a central heating system. FACILITIES: The establishment has a covered swimming pool, a jacuzzi, a sauna, a solarium and a steam bath. The establishment also offers a massage service and a gym. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast, an Ã  la carte or set-menu lunch and dinner, dietary restrictions can be accomodated for and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="553.48" OriginalAmount="548.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.46726" Longitude="-2.23775" StarRating="3" HotelCode="571519|628022" HotelName="Staybridge Suites Manchester - Oxford Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/09/2026" HotelFacility="Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Higher Chatham Street, Manchester M15 6ED</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/628022/628022a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="557.52" OriginalAmount="552" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.364910385543" Longitude="-2.2752964496612" StarRating="4" HotelCode="42191|59665" HotelName="Radisson Blu Manchester Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chicago Avenue, Manchester, Greater Manchester M90 3RA</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/47/ae4758d126bdce309ed9437ea429ce955ef7d330.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is connected to Terminals 1 and 2 at Manchester Airport and is the only hotel, wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="558.53" OriginalAmount="553" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|594196-25744072/2887567812709836538/20482" HotelName="CITYSUITES SERVICED APARTMENTS MANCHESTER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17320000/17311300/17311287/4d76749c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="558.61" OriginalAmount="553.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4105919" Longitude="-2.227647" StarRating="4" HotelCode="|166973" HotelName="Didsbury House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Didsbury Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/9/7/3/166973_68d33a80956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="558.61" OriginalAmount="553.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4119182" Longitude="-2.2278361" StarRating="4" HotelCode="|166977" HotelName="Eleven Didsbury Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Didsbury Park, Didsbury Village</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/9/7/7/166977_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="567.62" OriginalAmount="562" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|50384-18115035/2887567812709836538/11087" HotelName="THE EDWARDIAN MANCHESTER, A RADISSON COLLECTION HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1050000/1044200/1044199/9f4ba31f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="569.64" OriginalAmount="564" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|651273-25829080/2887567812709836538/22236" HotelName="DIDSBURY HOUSE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911600/911502/12869df4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="586.81" OriginalAmount="581.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.477698353846" Longitude="-2.246930974205" StarRating="5" HotelCode="34474|radisson_blu_edwardian_manchester" HotelName="Radisson Blu Edwardian Manchester Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa 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,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Free Trade Hall, Peter Street, Manchester M2 5GP</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9b/b39bc67d4d443a7df3a9f947133ccca22efbe10f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city, spa and conference hotel is located directly in the tourist centre close to the city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="611.02" OriginalAmount="604.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.81015" Longitude="-72.53513" StarRating="3" HotelCode="|394371" HotelName="Courtyard By Marriott Hartford Manchester" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225 Slater St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/3/7/1/394371_0b3f6441743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="618.12" OriginalAmount="612" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|68952-28567343/2887567812709836538/6923" HotelName="MANCHESTER MARRIOTT PICCADILLY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1710000/1700800/1700777/b3da82c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="626.32" OriginalAmount="620.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.162009" Longitude="-73.0723261" StarRating="5" HotelCode="|267450" HotelName="The Equinox Golf Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3567 Main Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/4/5/0/267450_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="634.28" OriginalAmount="628" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9876-22381591/2887567812709836538/14741" HotelName="MIDLAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11000/10959/f7b9b782_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="640.34" OriginalAmount="634.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.477531" Longitude="-2.245057" StarRating="0" HotelCode="29386|the_midland__manchester" HotelName="The Midland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Peter Street, Manchester M60 2DS</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/d8/d8d87179c95c7c1f00b046870f3d8b3eec91fbfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of the city of Manchester, this hotel lies just a short distance from the G-Mex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="683.06" OriginalAmount="676.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.477207" Longitude="-2.245084" StarRating="4" HotelCode="|18103" HotelName="The Midland - Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Peter Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/1/0/3/18103_36da1c80758.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 6 floors, 303 rooms and 7 suites. It has a hairdresser's, a bar and a restaurant. SITUATION: It is inManchester the city centre of near the establishment, guests will find Manchester Central Convention Complex the Congress Centre the Bridgewater Hall and Chinatown close to the establishment, guests have in the surrounding area of the establishment, guests can find boutiques, shops ,Cheshire and Lancashire close to the establishment, guests have. ROOM: The cosy, comfortable rooms, have a bathroom with a hairdryer, a mini-bar, a direct line telephone and a safe (available for a fee). FACILITIES: The establishment boasts a covered pool, a terrace, a sauna and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="781.74" OriginalAmount="774" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|651289-28574258/2887567812709836538/6822" HotelName="KING STREET TOWNHOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12770000/12761200/12761140/2bd8bd47_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="855.46" OriginalAmount="846.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.168299" Longitude="-73.0672592" StarRating="3" HotelCode="|363758" HotelName="Inns At Equinox" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3567 Main Street Route 7A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/3/7/5/8/363758_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1000.62" OriginalAmount="990.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.165512" Longitude="-73.070419" StarRating="4" HotelCode="|365934" HotelName="Kimpton Taconic , An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3835 Main Sreet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/5/9/3/4/365934_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1075.65" OriginalAmount="1065" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1014491-28597539/2887567812709836538/1101" HotelName="STOCK EXCHANGE MANCHESTER AUTOGRAPH COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38780000/38779400/38779387/a33db929_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1187.27" OriginalAmount="1175.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.481943" Longitude="-2.242768" StarRating="5" HotelCode="|452536" HotelName="Stock Exchange Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Norfolk Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/5/3/6/452536_5a261a81122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2492.78" OriginalAmount="2468.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.476659" Longitude="-2.237586" StarRating="3" HotelCode="|192118" HotelName="Le Villé" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38-42 Canal Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/1/1/8/192118_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service,Wheelchair Access,Bar,Central Heating,Designated Smoking Area,Diet Meals,Garden,Nightclub,Restaurant,Room Service,Shopping Arcade,Sauna,Currency Exchange,Lounge,Jacuzzi,Swimming Pool,Massage Centre,Heated Pool,Golf</BasicAmenities>
    <HotelRating>4,3,5,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,APARTMENT HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,SPA HOTEL,AIRPORT HOTEL,GUESTHOUSE,HOSTEL,HOTEL DE CHARME,VILLAGE,HOTEL,APARTMENT,COUNTRY HOUSE,GOLF HOTEL,INNS</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
36a16d11-3f4a-45fa-97bf-278e0de3f248|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="36a16d11-3f4a-45fa-97bf-278e0de3f248">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40675" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-27T00:00:00" End="2026-09-28T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|24096" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="bbookholiday@gmail.com" Password="Punjab@1717" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
36a16d11-3f4a-45fa-97bf-278e0de3f248|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="36a16d11-3f4a-45fa-97bf-278e0de3f248" TimeStamp="0001-01-01T00:00:00" HotelName="The Edwardian Manchester, A Radisson Collection" HotelCode="24096" GTCityId="40675" CountryCode="GB" CityName="Manchester" CountryName="United Kingdom" Address="FREE TRADE HALL, PETER STREET" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Double room|Room 2: Double room|Room 3: Double room|Room 4: Double room" RoomTypeCode="24096H1_70H1HNHN102jml|1786427190.DJaBDPPPP-GBRA19631offC|631.05|94|NjMxLjA1fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="539" TotalPrice="544.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T06:46:30.7035007+01:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="539.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Double room|Room 2: Double room|Room 3: Double room|Room 4: Double room" RoomTypeCode="24096H1_70H2HNHN103c4h|1786427190.DJaBDPPPP-GBRA19631offC|790.61|94|NzkwLjYxfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="676" TotalPrice="682.33" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T06:46:30.7055024+01:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="675.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Room assigned at check in|Room 2: Room assigned at check in|Room 3: Room assigned at check in|Room 4: Room assigned at check in" RoomTypeCode="24096H98_H1HNHN12g8ca|1786427190.DJaBDPPPP-GBRA19631offC|908.30|94|OTA4LjMwfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="776" TotalPrice="783.89" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T06:46:30.7065029+01:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="776.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Suite|Room 2: Suite|Room 3: Suite|Room 4: Suite" RoomTypeCode="24096H41_H1HNHNaodjam|1786427190.DJaBDPPPP-GBRA19631offC|1492.98|94|MTQ5Mi45OHxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1276" TotalPrice="1288.50" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T06:46:30.7065029+01:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1275.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Suite|Room 2: Suite|Room 3: Suite|Room 4: Suite" RoomTypeCode="24096H41_H2HNHNaoebij|1786427190.DJaBDPPPP-GBRA19631offC|1651.99|94|MTY1MS45OXxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1412" TotalPrice="1425.73" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T06:46:30.7065029+01:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1411.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f0df7d21132.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f11f08a1133.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f15691f1133.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f18e68b1133.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f1c658f1133.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f2056251134.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f37f2261135.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f0a7b1c1132.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_ef548951131.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_ef9ad371131.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_efcdd921131.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f00d2bc1132.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f0401731132.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f073b741132.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f23d0351134.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f271b331134.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f2a6ed51134.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f2d8d011134.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f318fcb1135.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/4/0/9/6/24096_f34c6ef1135.jpeg" /></Images><HotelDescription>HOTEL: This luxurious hotel and was opened in 2004. It has 263 rooms, 14 floors, 239 double rooms and 24 suites. In the entrance, you can find a hall with elevators, a reception with a bureau de change, a safety deposit box service and a cloakroom. The establishment boasts a car park, conference rooms and an Ã  la carte restaurant with air-conditioning, with highchairs, The establishment also offers internet, room service and a laundry service. SITUATION: It is inManchester the tourist centre of it is situated near the city centre, 3 minutes away, there is a public transport stop, 100 metres away, guests have bars, 200 metres away you can find restaurants, shops inPeter Street the Street of. ROOM: The elegant rooms and luxurious, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet and a mini-bar. They also have a double bed, fitted carpets, a safe (available for a fee) and a central heating system. FACILITIES: The establishment has a covered swimming pool, a jacuzzi, a sauna, a solarium and a steam bath. The establishment also offers a massage service and a gym. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast, an Ã  la carte or set-menu lunch and dinner, dietary restrictions can be accomodated for and special dishes.</HotelDescription><Facilities><HotelFacilities><Type>Room</Type><Description>Internet access</Description><Value>Internet access</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Central air-conditioning</Description><Value>Central air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bathroom</Description><Value>Bathroom</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Central heating</Description><Value>Central heating</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Carpetted</Description><Value>Carpetted</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Minibar</Description><Value>Minibar</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Hairdryer</Description><Value>Hairdryer</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Direct line telephone</Description><Value>Direct line telephone</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Satellite/cable TV</Description><Value>Satellite/cable TV</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Menu for children</Description><Value>Menu for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dietary menus (on request)</Description><Value>Dietary menus (on request)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bar / Coffee shop</Description><Value>Bar / Coffee shop</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Breakfast in room</Description><Value>Breakfast in room</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Parking in the street</Description><Value>Parking in the street</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Daily cleaning service</Description><Value>Daily cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Express check-in / check-out</Description><Value>Express check-in / check-out</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Laundry service</Description><Value>Laundry service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour reception</Description><Value>24 hour reception</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dry cleaning service</Description><Value>Dry cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Room service</Description><Value>Room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ironing service</Description><Value>Ironing service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Concierge service</Description><Value>Concierge service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Currency exchange</Description><Value>Currency exchange</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ticket Sales</Description><Value>Ticket Sales</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Invoices</Description><Value>Invoices</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fax / photocopy machine</Description><Value>Fax / photocopy machine</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fire extinguishers</Description><Value>Fire extinguishers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoke detectors</Description><Value>Smoke detectors</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security alarm</Description><Value>Security alarm</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour security</Description><Value>24 hour security</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security cameras</Description><Value>Security cameras</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoking prohibited throughout the entire accommodation</Description><Value>Smoking prohibited throughout the entire accommodation</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Lift</Description><Value>Lift</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Press</Description><Value>Press</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Indoor or covered pool</Description><Value>Indoor or covered pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Gym</Description><Value>Gym</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa / Wellness Center</Description><Value>Spa / Wellness Center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sauna</Description><Value>Sauna</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Massages</Description><Value>Massages</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>wheelchair accessible</Description><Value>wheelchair accessible</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Special health and safety measures are followed</Description><Value>Special health and safety measures are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Clients can choose not to use the accommodationÂ´s cleaning service</Description><Value>Clients can choose not to use the accommodationÂ´s cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Masks available to customers</Description><Value>Masks available to customers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Check-in and check-out without contact</Description><Value>Check-in and check-out without contact</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>You can pay without cash</Description><Value>You can pay without cash</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Mobile app for room service</Description><Value>Mobile app for room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Breakfast take away containers</Description><Value>Breakfast take away containers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business</Description><Value>Business</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family</Description><Value>Family</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa</Description><Value>Spa</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luxury</Description><Value>Luxury</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>No pets allowed</Description><Value>No pets allowed</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
36a16d11-3f4a-45fa-97bf-278e0de3f248|RestelSearch|Array dimensions exceeded supported range.|System.OutOfMemoryException: Array dimensions exceeded supported range.
   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
   at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
   at System.Linq.Enumerable.<TakeIterator>d__25`1.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at HotelSources.Restel.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Restel\Restel.cs:line 541|Restel|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fdbe2241-c1d7-44b8-8609-96bd81c5196c|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="fdbe2241-c1d7-44b8-8609-96bd81c5196c">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-28T00:00:00" End="2026-10-01T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="bbookholiday@gmail.com" Password="Punjab@1717" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fdbe2241-c1d7-44b8-8609-96bd81c5196c|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fdbe2241-c1d7-44b8-8609-96bd81c5196c|InfiniteSearch|supplier interation failed||Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fdbe2241-c1d7-44b8-8609-96bd81c5196c|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
fdbe2241-c1d7-44b8-8609-96bd81c5196c|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
fdbe2241-c1d7-44b8-8609-96bd81c5196c|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
fdbe2241-c1d7-44b8-8609-96bd81c5196c|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
fdbe2241-c1d7-44b8-8609-96bd81c5196c|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|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
fdbe2241-c1d7-44b8-8609-96bd81c5196c|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-08-11T06:47:37.5278498+01:00" Version="0" EchoToken="Search" TransactionIdentifier="fdbe2241-c1d7-44b8-8609-96bd81c5196c" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="572.67" OriginalAmount="567.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9496" Longitude="-3.218562" StarRating="3" HotelCode="154120|the_west_end_hotel" HotelName="The West End Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/09/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Palmerston Place, Edinburgh EH12 5AU, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c0/20c022bc38ddc7f88decb9f5155d552eaec1beea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="751.21" OriginalAmount="743.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="56.012521" Longitude="-3.611918" StarRating="3" HotelCode="|192253" HotelName="Richmond Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Linlithgow Road Bo'ness, West Lothian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/2/5/3/192253_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="847.95" OriginalAmount="839.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.3093399" Longitude="-85.9660918" StarRating="3" HotelCode="|276014" HotelName="Best Western Edinburgh/columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11780 North Highway 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/6/0/1/4/276014_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="963.31" OriginalAmount="953.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.3100605" Longitude="-85.9641138" StarRating="3" HotelCode="|282068" HotelName="Comfort Inn Near Indiana Premium Outlets" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11711 North U.S. 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/0/6/8/282068_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1034.24" OriginalAmount="1024.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.943820401005" Longitude="-3.1127081856727" StarRating="3" HotelCode="144358|aynetree_guest_house" HotelName="Aynetree Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Duddingston Crescent (Milton Road), Edinburgh EH15 3AS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/2e/6c2e347159c34c7e3b5c18aafc5bf3ffbce50650.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The range of services and facilities offered by the hotel ensures that travellers enjoy a comfortabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1083.59" OriginalAmount="1072.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.8865" Longitude="-3.50394" StarRating="3" HotelCode="|29558" HotelName="Mercure Livingston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Almondview</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/5/5/8/29558_abc5df01227.jpg</HotelPictures>
        <HotelDescription>HOTEL: Is ideal for holidays or business trips. SITUATION: It has good links to the motorway, Glasgow it is situated 35 minutes away from Edinburgh it is 20 minutes away from. FACILITIES: The establishment has modern conference rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1156.45" OriginalAmount="1145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.928067697292" Longitude="-3.1682384117842" StarRating="3" HotelCode="901382|northumberland_hotel" HotelName="Northumberland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Craigmillar Park, Edinburgh, Mid Lothian EH16 5PE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/91/b391bddd04f912bd2724b14bc031e66fdc8097a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1208.97" OriginalAmount="1197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.969002" Longitude="-3.165616" StarRating="3" HotelCode="408756|park_view_house_hotel" HotelName="Park View House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Hermitage Place, Edinburgh EH6 8AF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/95/c5953668089897f2e285d91b8c3c15c2902a82ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1218.06" OriginalAmount="1206" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413747-28512135/1254935831069704630/4071" HotelName="THE RICHMOND PARK HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2700000/2693600/2693516/210c5ef4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1336.11" OriginalAmount="1322.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.95007" Longitude="-3.22293" StarRating="3" HotelCode="|44605" HotelName="Britannia Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELFORD ROAD 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/0/5/44605_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel with air-conditioning, has 179 rooms and 2 floors. The establishment boasts a lobby with a reception, a lift, a cafÃ©, a bar, a restaurant, an indoor car park and a car park. SITUATION: This urban hotel is located near Water of Leith the river it is near the city centre, near the establishment, you will find The Forth Road Bridge the railway station, the Dean Gallery, Princes Street and Edinburgh Castle it is close to it is 20 minutes away from Murrayfield the rugby stadium of 15 minutes away from the establishment, you can find the city centre, is situated 16 kilometres away from the airport. ROOM: They have fitted carpets, a central heating system, a television, a coffee maker, a kettle and a bathroom with a shower or bath. OBSERVATIONS: Check-in is at 15:00 check-out is at 12:00. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast and a set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1345.32" OriginalAmount="1332" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|355775-18218358/1254935831069704630/9240" HotelName="THE NORTHUMBERLAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888700/888647/4d01de43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1351.38" OriginalAmount="1338.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.964727" Longitude="-3.179595" StarRating="3" HotelCode="36716|abbotsford_guest_house" HotelName="Abbotsford Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Pilrig Street, Edinburgh, EH6 5AL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9f/6b/9f6b8254bab5702ed2cf21ffee23f96472e639d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1354.89" OriginalAmount="1341.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.950659587454" Longitude="-3.2224327325821" StarRating="3" HotelCode="49323|100693" HotelName="Britannia Edinburgh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Belford Road, Edinburgh EH4 3DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1b/1c1bf498bbba756e9897399d5d04a833578942f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the banks of the Water of Leith in a quiet secluded area. The hotel d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1404.91" OriginalAmount="1391.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.966603" Longitude="-3.181791" StarRating="3" HotelCode="130227|edinburgh_house_hotel__bb" HotelName="Edinburgh House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90-92 Pilrig, Edinburgh, Midlothian EH6 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/c9/f5c9e60bdd7fbe946a7041e327f770c900087289.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just off Leith Walk, in a quiet neighbourhood. A choice of entertainment (rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1405.92" OriginalAmount="1392" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613362-27407094/1254935831069704630/9585" HotelName="PREMIER INN NEWBRIDGE - EDINBURGH APT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11910000/11900500/11900480/fa534484_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1407.94" OriginalAmount="1394" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|34588-28461956/1254935831069704630/1208" HotelName="PARKVIEW HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888600/888573/286adbc7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1483.69" OriginalAmount="1469.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.94848082" Longitude="-3.1904873" StarRating="0" HotelCode="437517|cowgate_tourist_hostel" HotelName="Cowgate Tourist Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Dining,Dry Cleaning,Internet,Kitchen,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>94-116 Cowgate, Edinburgh EH1 1JN, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/5a/215a730bb12847ed21711cfcc113e7e203803739.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Cowgate Tourist Hostel in Edinburgh (Old Town), you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1502.88" OriginalAmount="1488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.95082916" Longitude="-3.20445063" StarRating="0" HotelCode="669149|easyhotel_edinburgh" HotelName="easyHotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125a Princes Street</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/4b/424b4bd9fe99e7f3205cf92d4d24e9091fc1e1e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1532.17" OriginalAmount="1517.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.941726" Longitude="-3.205626" StarRating="3" HotelCode="144554|balmore_guest_house" HotelName="Balmore Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>34 Gilmore Place, Edinburgh, City of Edinburgh EH3 9NQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/8a/508a45dda4087d575e02f36839d7912aed7b06d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1577.37" OriginalAmount="1561.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9825444" Longitude="-3.1948167" StarRating="3" HotelCode="|167928" HotelName="Premier Inn Edinburgh Leith Waterfront" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Newhaven Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/2/8/167928_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers sea views and has a car park (free of charge). SITUATION: This establishment is near Ocean Terminal, and el Royal Yatch Britannia. It has excellent transport links to the business area and the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1602.87" OriginalAmount="1587" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1012098-28542076/1254935831069704630/4025" HotelName="EDINBURGHHOUSE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3150000/3144300/3144217/855516a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1635.19" OriginalAmount="1619" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1011496-28491287/1254935831069704630/3407" HotelName="TWIN LIONS HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2250000/2245600/2245539/7a7f2b24_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1639.23" OriginalAmount="1623" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.900609" Longitude="-3.233131" StarRating="2" HotelCode="82517|215513" HotelName="Travelodge Edinburgh Dreghorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Dreghorn Link, A720 City Bypass, Edinburgh, EH13 9QR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b1/c7b10e5eed22679fb9d6c1f12d5346dbee23bbe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1646.99" OriginalAmount="1630.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9544694" Longitude="-3.1999761" StarRating="3" HotelCode="|80916" HotelName="Travelodge Edinburgh Central Queen Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30-31 Queen Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/1/6/80916_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has a reception and a vending machine. The establishment is ideal for holidays or business trips. ROOM: Each room has a television, a kettle, a coffee maker and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1669.23" OriginalAmount="1652.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9491005" Longitude="-3.1858001" StarRating="0" HotelCode="|35299" HotelName="Aando Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLACKFRIARS STREET 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/2/9/9/35299_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers an electronic key, a concierge, a baggage room, a safety deposit box service, security cameras, a bicycle storage room and City-CafÃ©-Bar the bar. SITUATION: This establishment, the Royal Mile it is in it is located close to Waverley the Railway Station of near the establishment, guests will find the bus stop. ROOM: The establishment has 132 rooms with a bathroom with a safe, a hairdryer, an iron, complimentary bathroom items, anti-allergy sheets, mobile charging point, an electronic key, bunk beds, shampoo, etc. OBSERVATIONS: Check-in is at 15:00 and check-out is at 10:00. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1669.53" OriginalAmount="1653.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.917126" Longitude="-3.212686" StarRating="3" HotelCode="114331|best_western_braid_hills_hotel" HotelName="Best Western  Edinburgh South Braid Hills Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Braid Road, Edinburgh, Lothian EH10 6JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/42/b542e0aabc94da97761e1b34a2fc3836052dc563.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within a very close distance of the city centre, retaining a secluded and peac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1689.37" OriginalAmount="1672.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.953626" Longitude="-3.206185" StarRating="4" HotelCode="|445110" HotelName="Yotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-73 Queen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/1/0/445110_90520dd1124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1694.78" OriginalAmount="1678.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.928560387609" Longitude="-3.1684978773774" StarRating="4" HotelCode="150277|kildonan_lodge_hotel" HotelName="Kildonan Lodge Hotel" 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>27 Craigmillar Park, Edinburgh EH16 5PE, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/25/3825ef2f1f45c4fe1b7e4764bfb25179785deb69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1695.19" OriginalAmount="1678.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9665097" Longitude="-3.1814355" StarRating="3" HotelCode="|47500" HotelName="Edinburghhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PILRIG STREET 90-92.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/0/0/47500_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 27 traditional style rooms, a TV room, a bar and a breakfast room. ROOM: Each room has a bathroom, a hairdryer, a television and an iron.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1700.74" OriginalAmount="1683.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9559735" Longitude="-3.2798623" StarRating="4" HotelCode="|17849" HotelName="Leonardo Edinburgh Murrayfield" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CLERMISTON ROAD 187</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/9/17849_b75ff3c1323.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 3 floors, 111 rooms, 108 double rooms and 3 single rooms. The establishment has a bar, a breakfast room and internet. There are many services available at the establishment, including room service and a laundry service. Guests can also use the car park and the indoor car park. SITUATION: This hotel is on a hill. It is situated close to the airport. 8 kilometres away from the establishment, guests will find the city centre. 40 metres away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet and central heating. FACILITIES: Guests have access to a covered swimming pool, a sauna, a steam bath and a gym. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1709.93" OriginalAmount="1693.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.934764" Longitude="-3.317827" StarRating="3" HotelCode="263560|premier_inn_edinburgh_park" HotelName="Premier Inn Edinburgh Park (Airport) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Lochside Court, Edinburgh Park, Edinburgh EH12 9FX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/b8/7db8e9433e17f87ad656403a7cf777b0b544830e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1710.92" OriginalAmount="1693.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.937339" Longitude="-3.321117" StarRating="2" HotelCode="|445470" HotelName="Ibis Budget Edinburgh Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Edinburgh Business Park, 6 Lochside View</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/7/0/445470_b3d1b460803.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1712.72" OriginalAmount="1695.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.917385" Longitude="-3.2127828" StarRating="3" HotelCode="|72376" HotelName="Braid Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134 BRAID ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/3/7/6/72376_db0030b0502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1726.09" OriginalAmount="1709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.94927" Longitude="-3.185884" StarRating="4" HotelCode="61564|smart_city_hostels_edinburgh" HotelName="Safestay Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Blackfriars Street, Edinburgh EH1 1NE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b5/f5b5d46fcb36d7d9cf52bc140e6030452ea4be56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located on Edinburgh's historic “Royal Mile”, just a few minutes’ walk from Waverley r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1735.79" OriginalAmount="1718.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9281936" Longitude="-3.1685542" StarRating="4" HotelCode="|128191" HotelName="Kildonan Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Craigmillar Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/9/1/128191_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Kildonan Lodge is rated four stars, has a fireplace and high ceilings. SITUATION: It is located close to the centre of Edinburgh. It has excellent transport links to Castle Edinburgh, Roslyn Chapel, Princes Street, the Royal Mile and the tourist attractions. ROOM: The rooms have a flat-screen television, a DVD player and an iPod docking station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1741.31" OriginalAmount="1724.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9444199" Longitude="-3.0958854" StarRating="3" HotelCode="|25231" HotelName="Best Western Kings Manor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MILTON ROAD EAST 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/1/25231_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: It is situated in a great location, renovated in 2005 67 rooms, In the entrance, guests are offered an inviting hall, a lift, a cloakroom, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a conference room with internet and a bicycle storage room. There are many services available at the establishment, including a laundry service, a medical care service and room service. It also has a car park. SITUATION: It is inEdinburgh east it is 15 minutes away from the city centre, in the surrounding area, clients can find shops, leisure areas, is close to Portobello the beach in front of the hotel there is a public transport stop situated 20 minutes away from the airport. ROOM: The smart, comfortable rooms, They have a large bathroom, a shower, a bath, a hairdryer, a direct line telephone, satellite and cable TV, a radio, internet, central heating, fitted carpets and a double bed. FACILITIES: The establishment has a covered swimming pool, a jacuzzi, a sauna, a solarium, a steam bath and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1748.31" OriginalAmount="1731" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|907223-28538235/1254935831069704630/3504" HotelName="EASY EDINBURGH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/56000000/55180000/55171300/55171213/040d1fbf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1756.39" OriginalAmount="1739.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9317715" Longitude="-3.1718265" StarRating="4" HotelCode="143185|alexander_guest_house_2" HotelName="Alexander Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 20/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Mayfield Gardens, Edinburgh, Midlothian EH9 2BX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/67/3067753d8560edc3be11efc6f3fc8f1e59a2ea3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a friendly bed and breakfast that offers a good breakfast, clean rooms and excellent tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1769.52" OriginalAmount="1752.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.935044" Longitude="-3.094777" StarRating="3" HotelCode="152759|premier_inn_edinburgh_a1_newcraighall" HotelName="Premier Inn Edinburgh A1 Newcraighall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 Newcraighall Road, Newcraighall, Edinburgh EH21 8RX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/92/f7920310a7afca6c35c5b928439a94c92ca1a7e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With free parking, a 24-hour front desk and traditional restaurant, this Premier Inn is next to Newc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1770.53" OriginalAmount="1753" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="12.375572" Longitude="-69.157777" StarRating="3" HotelCode="0|65044-28553132/1254935831069704630/3380" HotelName="CRAIGIEBIELD HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Playa Kalki  1 Westpunt, CURACAO, C0</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21450000/21441400/21441355/0f2814c4_b.jpg</HotelPictures>
        <HotelDescription>KURA HULANDA LODGE GOES VILLAS RENTAL FOR INTERNATIONAL GUESTS TOO !
Located at the western part of the island, don't miss this different vacation setting where you can rent villas with kitchenette in a private and tranquil beachfront setting while enjoying the nature and the ocean. Minimum stay 2 nights and subject to governmental taxes. 
No restaurants on the premises. The Christoffel bar is open daily from 11am until 7.30pm. There is a beach snack bar that opens 5 times a week from 10am until 5.30pm for snacks, light meals and beverages.
On the premises we have various attractions like the #tomasito and indian cave while you can enjoy too of the two swimming pools, children playground and a modest gym.
Located right in front of the #playakalki beach you have direct access to the turquoise Caribbean sea and one of the best snorkeling / dive site “Alice in the Wonderland”.  A diving school – GoWest diving where you can rent diving gear and book shore and boot dive packages and sea excursions. The #sunset is the most amazing experience being the Lodge at the western site of Curaçao. 
Walking distance of the fisherman's bay where you can swim with the #turtles and only minutes away by car to various nature sites and the beautiful beaches of Curacao are, among others the well-known “Kenepa”, both large and small beach. 
There is not really a supermarket here in Westpunt but a small minimarket and various great restaurants. Rent a car and before you drive to the #kurahulandalodge, both at Tera Kora and at Barber neighborhood, there are minimarkets, ATMs and gas stations. Nevertheless, we advise you to try visiting a supermarket to go groceries shopping&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1782.65" OriginalAmount="1765.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.955763" Longitude="-3.279525" StarRating="3" HotelCode="33819|edinburgh_capital_hotel" HotelName="Leonardo Hotel Edinburgh Murrayfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>187 Clermiston Road, Edinburgh EH12 6UG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/8d/818d4917c78ae0733b8ce310d8e6b1588782c713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of the seven hills in Edinburgh, close to the airport and only 8 km from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1798.22" OriginalAmount="1780.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9349147" Longitude="-3.0947006" StarRating="3" HotelCode="|167926" HotelName="Premier Inn Edinburgh A1 (Newcraighall)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 Newcraighall Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/2/6/167926_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a car park (free of charge), a reception and a restaurant. SITUATION: This establishment is situated next to the Station of Newcraighall and 500 metres away from the commercial area Edinburgh Fort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1808.91" OriginalAmount="1791.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.944543" Longitude="-3.095752" StarRating="3" HotelCode="38271|best_western_kings_manor_hotel" HotelName="Best Western Kings Manor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Milton Road East, Edinburgh EH15 2NP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/df/89df7455f751cdd542c6ea02a25753a56fc374f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located in the east of Edinburgh, around 15 minutes away from the centre. A ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1831.82" OriginalAmount="1813.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.943315154538" Longitude="-3.2127660512924" StarRating="4" HotelCode="915108|182792" HotelName="West End Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>11 Brandfield Street, Edinburgh EH3 8AS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/40/454022068440861ba101abae3c6a0c5145342006.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Edinburgh.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1838.20" OriginalAmount="1820" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|186054-18143422/1254935831069704630/7468" HotelName="STAYCITY SERVICED APARTMENTS WEST END" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4440000/4435300/4435260/7080e612_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1840.22" OriginalAmount="1822" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|201623-22240973/1254935831069704630/7236" HotelName="GARNER EDINBURGH HAYMARKET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5590000/5589200/5589159/a095116c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1842.24" OriginalAmount="1824.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.94616" Longitude="-3.223103" StarRating="3" HotelCode="326333|apex_european_hotel" HotelName="Apex Haymarket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Haymarket Terrace, Edinburgh EH12 5LQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/c6/a0c614ebe6f3a0900b4561a490e0b6c544b43a13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in Edinburgh's business district in the ""West End"" of the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1846.28" OriginalAmount="1828" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|196416-18149477/1254935831069704630/7942" HotelName="TRAVELODGE EDINBURGH CENTRAL QUEEN STREET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/196416/20121125161232581.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1848.70" OriginalAmount="1830.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.949765" Longitude="-3.208857" StarRating="3" HotelCode="|162750" HotelName="Four Points Flex by Sheraton Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 - 33, Shandwick Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/7/5/0/162750_6e7466c0818.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near Waverley and Edimburgo Haymarket the underground station of Close to the tram.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1851.33" OriginalAmount="1833.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.967788605767" Longitude="-3.2347146280617" StarRating="4" HotelCode="311045|village_urban_resort_edinburgh" HotelName="Village Hotels Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" 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>140 Crewe Road South, Edinburgh EH4 2NY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7e/897eda3acc48f6ddbd6362a74281d0d6ecb4f711.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1854.32" OriginalAmount="1835.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9693643" Longitude="-3.1631103" StarRating="4" HotelCode="|167994" HotelName="Sandaig Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 East Hermitage Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/9/4/167994_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1878.60" OriginalAmount="1860" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613356-27403803/1254935831069704630/9381" HotelName="PREMIER INN EDINBURGH PARK (AIRPORT)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785430/7ded54f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1883.65" OriginalAmount="1865" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|197974-28446340/1254935831069704630/1983" HotelName="HAMPTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/197974/201212621516665.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1886.68" OriginalAmount="1868.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.949653678097" Longitude="-3.2186563877316" StarRating="4" HotelCode="428946|palmerston_suites" HotelName="Palmerston Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Central Heating,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Palmerston Place, Haymarket, Edinburgh, EH12 5AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/1c/d61c310dd7ad44eb542bfd145ba89893b523341d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern aparthotel is situated in the central area of Edinburgh, just a 5-minute walk from Hayma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1886.90" OriginalAmount="1868.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9459991" Longitude="-3.2224" StarRating="3" HotelCode="|17863" HotelName="Four Points by Sheraton Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 HAYMARKET TERRACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/3/17863_49ac4f71149.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel was built in 1960 4 floors and 66 double rooms. In the entrance, guests are offered a lobby with a lift and a reception with safety deposit boxes, The establishment has an Ã  la carte restaurant, a conference room, internet, room service and a car park. SITUATION: This urban hotel is situated in West End the shopping centre 200 metres away, guests will find restaurants, bars and clubs. it is situated 1 kilometre away from shops, nightclubs, is situated 5 kilometres away from a golf course, in front of the hotel there is a public transport stop. ROOM: The comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, a stereo, a radio and a satellite or cable television. Are also equipped with a fridge, internet, tiled floors, fitted carpets, central heating, a living room and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1891.73" OriginalAmount="1873.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.94963535545" Longitude="-3.2088768482208" StarRating="3" HotelCode="141072|cityroomz_edinburgh_2" HotelName="Cityroomz Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 - 33 Shandwick Place, Edinburgh EH2 4RG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/3e/243e769f6d654e8b2583285f8370466b4428b3c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre, only minutes away from Edinburgh's main attractions and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1897.67" OriginalAmount="1878.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.946026" Longitude="-3.218249" StarRating="3" HotelCode="260554|199055" HotelName="Haymarket Hub Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Clifton Terrace, Edinburgh EH12 5DR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/26/0526127a6a6aba7800f8e25deae0da9d64487302.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1904.86" OriginalAmount="1886.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.982355" Longitude="-3.400434" StarRating="4" HotelCode="23151|dakota_edinburgh" HotelName="Dakota Hotel Edinburgh" 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>Ferrymuir Retail Park 11, South Queensferry, Edinburgh EH30 9QZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/77/2e772d0c679085fb52683f25501081eb2eab6b64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1907.89" OriginalAmount="1889" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|34586-22239402/1254935831069704630/7089" HotelName="BRAID HILLS HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47900/47821/8cc0a7cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1930.68" OriginalAmount="1911.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.91189" Longitude="-3.31573" StarRating="4" HotelCode="|245500" HotelName="Courtyard By Marriott Edinburgh West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/5/0/0/245500_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1959.40" OriginalAmount="1940.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.94388466" Longitude="-3.36360118" StarRating="4" HotelCode="796863|moxy_edinburgh_airport" HotelName="Moxy Edinburgh Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Fairview Road, Edinburgh EH28 8AP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/d6/50d652672706fe033f1bb1460fa7dc37ba40f425.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1967.48" OriginalAmount="1948" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12435-18114587/1254935831069704630/9925" HotelName="DALMAHOY HOTEL &amp;amp; COUNTRY CLUB" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22000/21999/05372291_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1968.49" OriginalAmount="1949.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.950267619169" Longitude="-3.2173821330071" StarRating="3" HotelCode="97609|thistle_hotel" HotelName="Thistle The Original Edinburgh" 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,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Manor Place, Edinburgh EH3 7EG, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/b5/3ab54d62b30139ce3f32506c0bb2885113f5da77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is located in the prestigious, quiet residential West End area of the city....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1979.03" OriginalAmount="1959.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.946871032784" Longitude="-3.2132184851685" StarRating="0" HotelCode="795859|906407" HotelName="hub by Premier Inn Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Torphichen Street, Edinburgh EH3 8JB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/7e/dd7e4edcfe1d363aca25fb5bd61b97766f589a55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1998.50" OriginalAmount="1978.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.946175" Longitude="-3.210664" StarRating="3" HotelCode="|445437" HotelName="Point A Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/7/445437_0e3baa61806.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2004.17" OriginalAmount="1984.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9813995" Longitude="-3.1777" StarRating="3" HotelCode="|20669" HotelName="Holiday Inn Express Edinburgh - Leith Waterfront by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 BRITANNIA WAY, OCEAN DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/6/9/20669_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1999 145 rooms and 5 floors. This contemporary hotel, The establishment has a lobby with a reception, a lift, a bar, a car park, internet and a laundry service. SITUATION: Is situated inLeith Port Ocean Terminal it is close to close to the establishment, clients can find Edinburgh the shopping centre of it is close to the Scottish Government restaurants, bars and boutiques. Princes Street 2,5 kilometres away, you can find in front of the hotel there is a bus stop. ROOM: The comfortable, modern rooms, have a bathroom with a hairdryer, a direct line telephone, WiFi, a coffee maker, a kettle and a central heating system. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2005.86" OriginalAmount="1986.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.91143258" Longitude="-3.31584723" StarRating="4" HotelCode="571979|courtyard_by_marriott_edinburgh_west" HotelName="Courtyard Edinburgh West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South, The Avenue, Heriot-Watt University, Edinburgh EH14 4BA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/12/2f12fa1930f9f6d3236dded50b13376b5cfc9852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2011.92" OriginalAmount="1992.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.955900467928" Longitude="-3.2430052757263" StarRating="3" HotelCode="29493|holiday_inn_edinburgh_city_west" HotelName="Holiday Inn Edinburgh City - West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Queensferry Road, Edinburgh, Scotland EH4 3HL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/23/dc23283a3bc5216e0f4bd84d8634d3d90654c455.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 2 km from the inner city, this hotel enjoys fabulous views out over Edinburgh Castle. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2013.94" OriginalAmount="1994" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2424-22289568/1254935831069704630/6981" HotelName="HOLIDAY INN EXPRESS EDINBURGH CITY WEST" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13364/e2b90db2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2020.00" OriginalAmount="2000" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.944391626124" Longitude="-3.2012191414833" StarRating="3" HotelCode="337462|6974" HotelName="Leonardo Hotel Edinburgh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79 Lauriston Place, Edinburgh EH3 9HZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/27/d027a59d0b888d087fb78b3e9e86c7405e638be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The world famous Princes Street, situated below Edinburgh Castle, the Royal Mile and the resurgent '...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2020.32" OriginalAmount="2000.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9443016" Longitude="-3.2009001" StarRating="3" HotelCode="|22906" HotelName="Leonardo Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Lauriston Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/0/6/22906_697e67c0757.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This modern, traditional hotel, has 52 rooms, 1 suite and 3 rooms adapted for people with reduced mobility. This establishment is ideal for holidays or business trips, The establishment has air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, lifts, internet, a bar and a restaurant. There are many services available at the establishment, including room service and a laundry service. SITUATION: Princes Street It is located close to it is close to The Edinburgh Castle and Royal Mile pubs, boutiques, shops and restaurants. nearby, you will find the business area, The International Conference Centre It is situated 1,5 kilometres away from. ROOM: Customers can find modern and comfortable rooms, All the rooms have a bathroom with a hairdryer, a mini-bar, a satellite or cable television, a radio, a coffee maker and a kettle. PAYMENT METHODS: Customers can pay using American Express, Visa, Diners Club and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2029.09" OriginalAmount="2009" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.94610438" Longitude="-3.21027277" StarRating="3" HotelCode="966149|402580" HotelName="Point A Hotel Edinburgh Haymarket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street, Edinburgh EH3 8EB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/50/37507c2dd5d8e459741774cdfc4c715b48da6d36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2037.17" OriginalAmount="2017" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|300152-18246144/1254935831069704630/9573" HotelName="VILLAGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9140000/9131700/9131632/04e28cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2057.38" OriginalAmount="2037.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9455986" Longitude="-3.2002001" StarRating="3" HotelCode="|32411" HotelName="Premier Inn Edinburgh Central (Lauriston Place)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAURISTON PLACE 82</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/1/1/32411_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2003 and has 112 rooms, The establishment boasts a lobby with a reception, a safety deposit box service and a lift. The establishment has various facilities, such as a cafÃ©, a restaurant, meeting rooms, internet and a bar. SITUATION: This hotel Lauriston Place is situated in it is close to Princes Street the tourist attractions. ROOM: Customers have large, comfortable rooms with a bathroom, They have a hairdryer, bath gel, a direct line telephone, a television, a radio, a work space, internet, a kettle, a coffee maker, an iron, central heating, a safe and a king-size bed. Guests are offered 6 disabled access rooms. OTHERS: The establishment offers a buffet breakfast, a set-menu lunch and dinner and special dishes. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2062.42" OriginalAmount="2042" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|622463-27409201/1254935831069704630/7561" HotelName="POINT A EDINBURGH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37170000/37166300/37166264/692d5b4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2063.43" OriginalAmount="2043" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2407-18113626/1254935831069704630/7407" HotelName="BRUNTSFIELD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20800/20702/0c84d2d3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2073.53" OriginalAmount="2053" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|68535-28507044/1254935831069704630/3386" HotelName="EDINBURGH THISTLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2150000/2140300/2140226/d8b44acf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2086.66" OriginalAmount="2066.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.978847" Longitude="-3.179459" StarRating="3" HotelCode="25124|holiday_inn_express_edinburgh_waterfront" HotelName="Holiday Inn Express Waterfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Britannia Way/Ocean Drive, Leith, EH6 6JJ Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/33/fb339ce096407cad7a9ef47dc50c55a85425c9ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located by the historical harbour of Leith near the 'Ocean Terminal', Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2103.83" OriginalAmount="2083.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.938038769173" Longitude="-3.2059907913208" StarRating="4" HotelCode="27277|best_western_bruntsfield" HotelName="Best Western Plus Bruntsfield Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Bruntsfield Place, Edinburgh EH10 4HH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f7/b1f7fbd91340eb2be8e4a905b32aa8c1c9912782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The view over the leafy Bruntsfield Links Park and the proximity to the city centre make this hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2111.91" OriginalAmount="2091" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23385-22258260/1254935831069704630/7116" HotelName="HOLIDAY INN EXPRESS EDINBURGH - LEITH WATERFRONT" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/520000/519940/9db32c43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2114.18" OriginalAmount="2093.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.94697" Longitude="-3.217046" StarRating="4" HotelCode="|25232" HotelName="The Hoxton, Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GROSVENOR STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/2/25232_27df1e90727.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century, renovated in 2002, has a main 4-storey building, a 4-storey annexed building, 189 standard rooms and 3 suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a cafÃ©, a bar, a TV room, an Ã  la carte restaurant with highchairs, a conference room, internet, a bicycle storage room and a bicycle rental desk. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is situated in Grosvenor Street, 500 metres away from the city centre. 50 metres away, there is a public transport stop. It is 100 metres away from bars and restaurants. 300 metres away, guests will find the railway station. It is 1 kilometre away from shops and nightclubs. Is 9 kilometres from the sea. Close to the establishment, clients can find Princes Street and The Edinburgh Castle is 25 kilometres from Edinburgh Airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a king size or double bed, fitted carpets, an air-conditioning system and a central heating system. FACILITIES: It is 6 kilometres away from a golf course and a ski resort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2120.17" OriginalAmount="2099.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9444008" Longitude="-3.2549" StarRating="4" HotelCode="|17851" HotelName="Holiday Inn Edinburgh Zoo by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORSTOPHINE ROAD 132</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/1/17851_520a5351150.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 303 rooms and 5 floors. In the entrance, guests are offered an elegant hall with a lift, a reception and a safety deposit box service. The establishment boasts an inviting coffee shop, a bar, a restaurant with air-conditioning, conference rooms, internet and a car park. There are many services available at the establishment, including room service and a laundry service. SITUATION: This comfortable, urban hotel is situated in a peaceful area, is near Edinburgh the Zoo of near the establishment, guests will find shops, bars, restaurants, animated nightlife and the railway station. a few minutes walk away, there is a public transport stop, is situated 25 minutes away from the airport, is situated 9 kilometres away from the sea, a ski resort. ROOM: It has comfortable and spacious rooms, They have a hairdryer, a bathroom with a shower, a direct line telephone, a satellite television, a radio, internet, a mini-bar, a safety deposit box (available for a fee), central heating, a double bed, a kettle and a coffee maker. FACILITIES: It is 1,5 kilometres away from a golf course. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner. Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2132.59" OriginalAmount="2111.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.944868" Longitude="-3.199993" StarRating="3" HotelCode="60480|71550" HotelName="Premier Inn Edinburgh Central Lauriston Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 Lauriston Place, Edinburgh EH3 9DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/19/3719e9f8c89a3bd199b5e5a8f01d705b3e47f07c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Due to its central location on Lauriston Place, the hotel is only a few minutes on foot from Princes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2138.17" OriginalAmount="2117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.015808" Longitude="-95.883652" StarRating="3" HotelCode="0|255089-18197619/1254935831069704630/7357" HotelName="IBIS EDINBURGH CENTRE SOUTH BRIDGE - ROYAL MILE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8405 East 102nd Street South, Tulsa, 74133, OK, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6800000/6793500/6793484/4ffe5494_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 92. Suites: 22. Single-bedded accommodations: 41. Double bedrooms: 51. Smoking rooms: 0. Nonsmoking rooms: 92. Physically challenged rooms: 6. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- The Holiday Inn Express and Suites Tulsa South, Bixby is the newest hotel in contemporary styling. Conveniently located off Creek Turnpike &amp;amp; Memorial Dr. Located minutes from a variety of shopping, dining, and entertainment in the Woodland Hills area. Our 100% non-smoking hotel is within walking distance of the Transformation Church, B&amp;amp;B Starworld 20 Movie Theater as well as a short drive from the Riverspirit Casino, Downtown Tulsa, BOK Center, The Woodland Hills Mall, Tulsa International Airport, and Expo Square. Our modern, sophisticated design offers a plethora of amenities such as spacious guestrooms featuring luxurious new bedding, complimentary hot breakfast served daily, business center, fitness area, indoor heated pool, and whirlpool. 
Guests will appreciate our private boardroom, while our flexible meeting space can comfortably accommodate up to 100 people. With convenient access to I-44, Historical Route 66, and US Highway 75, our central location places you between Oklahoma City, Springfield, Little Rock, Dallas and Kansas City. Guests will enjoy being near ORU, Rhema Bible College, St Francis Heart Hospital, TU, Southcrest, Cancer Treatment Centers of America, Oklahoma Heart Institute, Haikey Creek All Star Sports Complexs, UMAC, Hardrock Hotel &amp;amp; Casino, TCC, Tulsa Zoo, OU, Woodland Hills Mall, Tulsa Air and Space Museum, and Oklahoma Aquarium.. Onsite facilities information- ParkingProperty was built in 2011. Hotel Currency: USD. Additional Addresses: Other: 8405 East 102nd Street South, Tulsa, 74133, OK, US. Additional Phone Numbers: Fax - Other: 19189706222. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2146.61" OriginalAmount="2125.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9585991" Longitude="-3.1824" StarRating="2" HotelCode="|25238" HotelName="Cairn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WINDSOR STREET 10-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/8/25238_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1910, renovated in 2005, has 52 rooms and 2 floors. In the entrance, you can find a cosy hall with a reception, The establishment has a bar, a restaurant, internet and a laundry service. SITUATION: This hotel is situated in Edinburgh the theatre district of it is a few minutes' walk away from the historic centre, 10 minutes away, you can find Waverley the train station it is 500 metres away from the city centre, public transport, shops, bars, restaurants and pubs. 1 kilometre away, you can find a nightclub, is situated 5 kilometres away from the sea, the beach, is situated 12 kilometres away from Edinburgh Airport. ROOM: All the rooms have a bathroom with a shower, a bath and a hairdryer. They have a direct line telephone, internet, a radio, satellite or cable TV, a double bed and a central heating system. Guests are offered non-smoking and disabled access rooms. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2155.34" OriginalAmount="2134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.951436725577" Longitude="-3.1833026744185" StarRating="2" HotelCode="597369|hub_by_premier_inn_edinburgh_royal_mile" HotelName="hub by Premier Inn Edinburgh Royal Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 East Market Street, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/8e/018ec9b8881cb83d26ded15daf1e7cb53f41c8ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2174.53" OriginalAmount="2153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.940041" Longitude="-3.312356" StarRating="4" HotelCode="31829|marriott_edinburgh" HotelName="Marriott Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Glasgow Road, Edinburgh EH12 8NF, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ef/68efb7a008f2f10bad7c012209dd1ea933c156e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Edinburgh just a stone's throw from links to the public transp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2177.69" OriginalAmount="2156.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.955797" Longitude="-3.2426105" StarRating="3" HotelCode="|17861" HotelName="Holiday Inn Express Edinburgh City West, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUEENSFERRY ROAD 107</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/1/17861_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning 6 floors and 101 rooms. Guests have access to a bar, a restaurant with air-conditioning and a car park. SITUATION: This hotel is situated 2 kilometres away from the city centre, the Edinburgh Castle with views of 3 kilometres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a kettle, a coffee maker, an air-conditioning system and a safe (available for a fee). FACILITIES: Clients can enjoy a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2178.57" OriginalAmount="2157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.07802" Longitude="-106.745439" StarRating="3" HotelCode="0|185925-28515446/1254935831069704630/1239" HotelName="ALBA HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>9910 Avalon Road Northwest, Albuquerque, 87121, NM, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9800000/9790300/9790291/08f620b1_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Hotel. Total rooms and suites: 49. Floors: 3. Property description- Relax at the consistently enjoyable Microtel Inn and Suites by Wyndham Albuquerque West conveniently located off Interstate 40 near Albuquerque Old Town, University of New Mexico, Albuquerque Convention Center, and Rio Grande Botanic Garden. Enjoy delicious seafood and traditional Mexican meals at Mariscos Altamar Restaurant nearby. Ideal for business or leisure, this lodging offers complimentary hot breakfast including, scrambled eggs, waffles, biscuits and gravy, complimentary wireless Internet access to send business emails or keep in touch with family, as well as copy and fax services. Complimentary parking for vehicle of all sizes, as well as shuttle service to Albuquerque International Sunport Airport is available for a nominal fee. Guest room amenities include desk and TV. Suites, smoke-free and handicapped-accessible rooms are also available. Pets are welcome at this lodging. There is no charge for children 17 and under with an adult.. Onsite facilities information- ParkingProperty was built in 1999. Hotel Currency: USD. Additional Addresses: Other: 9910 Avalon Road Northwest, Albuquerque, 87121, NM, US. Additional Phone Numbers: Fax - Other: 15059240298. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2181.60" OriginalAmount="2160" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2422-18113632/1254935831069704630/9737" HotelName="EDINBURGH GROSVENOR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11100/11044/10ea51e6_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2183.62" OriginalAmount="2162" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|622504-28518493/1254935831069704630/1204" HotelName="ARDENLEE GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11460000/11457900/11457884/b2e58fab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2185.64" OriginalAmount="2164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.948370915892" Longitude="-3.186845019869" StarRating="3" HotelCode="284650|ibis_edinburgh_south_bridge" HotelName="ibis Edinburgh Centre South Bridge - Royal Mile Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 South Bridge, Edinburgh EH1 1HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/fb/1bfb206eba8ba77e926f335cf35ba1859ccd9ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2187.66" OriginalAmount="2166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.956791950269" Longitude="-3.1894013725329" StarRating="3" HotelCode="464787|premier_inn_edinburgh_city_centre_york_place" HotelName="Premier Inn Edinburgh City Centre (York Place)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 York Place, Edinburgh, Scotland EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ee/14ee91abd6c38a625366a9c2f286ba64b06e7540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2209.12" OriginalAmount="2187.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9572983" Longitude="-3.1896" StarRating="4" HotelCode="|26973" HotelName="Ballantrae Albany" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ALBANY STREET 39-43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/7/3/26973_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1850 5 floors and 21 rooms. The establishment boasts a reception, a cloakroom and a bicycle storage room. There are many services available at the establishment, including room service and a laundry service. SITUATION: This attractive hotel is situated in Albany the street Edinburgh it is in near the establishment, you will find st James the shopping centre The Princess Street it is close to 200 metres away, there is a bus stop, is situated 500 metres away from Waverley the train station 500 metres away from the establishment, you can find shops, restaurants, bars, pubs and nightclubs. 8 kilometres away, you can find the beach, is situated 13 kilometres away from the airport. ROOM: The modern rooms, have a bathroom with a shower, a hairdryer, satellite and cable television and a radio. Are also furnished with a coffee maker, a kettle, a double bed, fitted carpets, a central heating system and a trouser press. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2209.88" OriginalAmount="2188" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0547245" Longitude="19.9446162" StarRating="3" HotelCode="0|96618-18267813/1254935831069704630/7628" HotelName="PREMIER INN EDINBURGH LAURISTON PLACE" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>32 Starowislna 32, Krakow, PL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785423/7173c6d6_b.jpg</HotelPictures>
        <HotelDescription>Located in the Kazimierz district, the Old Jewish Quarter of Krakow, the historic building located on Starowislna 32 street hosts 13  comfortable and fully equipped apartments. They all feature a kitchen and a private bathroom. There are studios, one-bedroom, two-bedroom and three-bedroom apartments that can hold up to 8 people, which make it the perfect choice for couples, families with children and groups of friends who seek to enjoy Krakow with total independence.
These apartments are located in central Krakow, next to the City's Old Town and within walking distance from the Main Market Square, the Town Hall and the Wawel Castle. On the surroundings guests can find numerous restaurants, bars and shops. The Galeria Kazimierz is a quick walk from the apartments.
Our guests have a plus of comfort given by the washing machine and dryer located in the building! 
The building is well connected by public transport to main tourist sites and to the railway station; at the reception guests can also hire a shuttle service to the airport, book the guided tours and get free maps and guides.
Breakfast available for a surcharge.
All apartments have access to free WiFi and the building located on Dietla street is also equipped with an elevator.
Check-in takes place at Main Square (Rynek Glówny 34) between 14:00 - 20:00 (weekdays) and 14:00 - 17:00 (weekends). For arrivals after the office working hours please contact emergency number +48 501 745 873.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2209.88" OriginalAmount="2188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.942576128332" Longitude="-3.2670700550079" StarRating="4" HotelCode="316789|holiday_inn_edinburgh" HotelName="Holiday Inn Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Corstorphine Road, Edinburgh EH12 6UA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/80/968082cd5a597a5048dce84b23698dac340c76b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant city hotel enjoys a peaceful inner city location within a short distance of Edinburgh Z...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2217.96" OriginalAmount="2196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.95075713146" Longitude="-3.2043104030411" StarRating="3" HotelCode="263559|premier_inn_edinburgh_princes_street" HotelName="Premier Inn Edinburgh City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>121/123 Princes Street, Edinburgh EH2 4AD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/f9/11f9167228d09424eb076376523d21a7d925db77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2220.99" OriginalAmount="2199" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|47476-28523197/1254935831069704630/832" HotelName="REGENT HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2070000/2064400/2064338/76569d54_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2225.56" OriginalAmount="2203.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.958427" Longitude="-3.182341" StarRating="2" HotelCode="18271|24878" HotelName="The Cairn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-18 Windsor Street, Edinburgh EH7 5JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/f3/e6f3f6cf55146c915f6a2fe44c647f8d5b39328e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Edinburgh's lively theatre district, just a few minutes on foot from the t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2237.15" OriginalAmount="2215.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.945549" Longitude="-3.243497" StarRating="3" HotelCode="337463|murrayfield_hotel" HotelName="Murrayfield Hotel &amp; Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Corstorphine Road, Murrayfield, Edinburgh EH12 6HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/10/5210527f5f7c6735c88d8ae4b8ac915c040b1125.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Corstophine Road area in the same neighbourhood as Murrayfield Rugby St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2245.23" OriginalAmount="2223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|375551-32594244/1254935831069704630/1686" HotelName="GLADSTONE HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11030000/11022200/11022126/79c23503_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2257.75" OriginalAmount="2235.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9458008" Longitude="-3.2423" StarRating="3" HotelCode="|20671" HotelName="Murrayfield" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORSTORPHINE ROAD 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/1/20671_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Building Victorian style and was built in the 19th Century. It has 33 rooms, The establishment has a reception, congress facilities, an animated bar, a restaurant and a car park. SITUATION: Is situated inCorstorphine Road the residential area of it is near Murrayfield the rugby stadium of 5 minutes away, you can find the city centre 10 minutes away fromEdinburgh Airport it is close to the bus stop. ROOM: The traditional-style rooms, have a direct line telephone, a television, a hairdryer, a trouser press and a welcome tray. FACILITIES: 6 kilometres away from the establishment, customers can enjoy a golf course. OTHERS: Guests can book bed and breakfast, The establishment serves a set-menu lunch and dinner, The establishment offers food for those with special dietary requirements.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2289.67" OriginalAmount="2267.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.956456467216" Longitude="-3.1900617288361" StarRating="4" HotelCode="178451|the_place_hotel" HotelName="The Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34-38 York Place, Edinburgh EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/12/6f120e4c326d9a2aba97421cedd02be3d2d077b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2294.46" OriginalAmount="2271.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9564775" Longitude="-3.1901635" StarRating="4" HotelCode="|78071" HotelName="The Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34-38 York Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/7/1/78071_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: Place is rated four stars. It has a restaurant and a bar. SITUATION: It is in the city centre of Edinburgh, close to Playhouse Theatre. ROOM: The rooms have luxurious bedding, windows and views of the city.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2313.99" OriginalAmount="2291.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9676861" Longitude="-3.2352376" StarRating="4" HotelCode="|186101" HotelName="Village Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>140 Crewe Road South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/1/186101_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2320.62" OriginalAmount="2297.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9432983" Longitude="-3.2111001" StarRating="2" HotelCode="|17860" HotelName="Brooks Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GROVE STREET 70-72</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/0/17860_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This small, modern hotel is Victorian style. It has a modern living room with internet and a breakfast room. SITUATION: This Scottish hotel is situated in a Victorian residential area of Edinburgh, 10 minutes away from Princes Street. Close to the establishment, clients can find the Royal Mile tourist points of interest, the castle and the historic centre. It has excellent transport links to the bus links. ROOM: The rooms have a bathroom with a hairdryer, a television, a direct line telephone, an iron and a courtesy tray. OTHERS: The establishment offers a breakfast service. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OBSERVATIONS: Check-in is at 15:00 and check-out is at 11:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2332.09" OriginalAmount="2309.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.943823487316" Longitude="-3.2093637192531" StarRating="4" HotelCode="316326|mercure_edinburgh_quay_opening_july_2015" HotelName="Mercure Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Gardners Crescent, Edinburgh EH3 8DQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/d2/73d24c84a46b8d6c0a1ae8bb2c8170dc22f65ffd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2333.22" OriginalAmount="2310.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.942554" Longitude="-3.212237" StarRating="3" HotelCode="|445436" HotelName="Hampton by Hilton Edinburgh West End" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Fountainbridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/6/445436_d47382b1836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2340.37" OriginalAmount="2317.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.946942" Longitude="-3.217138" StarRating="4" HotelCode="21205|16974" HotelName="Edinburgh Grosvenor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/09/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>Grosvenor Street, Haymarket, City of Edinburgh, Edinburgh EH12 5EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/28/28358bfee5616a93/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Edinburgh's West End and only a 5-minute walk from Princes Street, this hot...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2354.31" OriginalAmount="2331" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613352-27407059/1254935831069704630/8155" HotelName="PREMIER INN EDINBURGH CC (YORK PLACE)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/613352/201973192540131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2369.46" OriginalAmount="2346" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.951383905043" Longitude="-3.1839805068109" StarRating="3" HotelCode="467282|227146" HotelName="Premier Inn Edinburgh City Centre Royal Mile Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 East Market Street, Old Town, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/da/09dad602f403a4c2fcefd75685f56742fe314561.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2386.63" OriginalAmount="2363" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613346-27403802/1254935831069704630/8110" HotelName="PREMIER INN EDINBURGH (PRINCES STREET)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785431/d7805540_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2387.64" OriginalAmount="2364.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.957119734372" Longitude="-3.1862336397171" StarRating="3" HotelCode="33818|holiday_inn_express_edinburgh_city_centre" HotelName="Holiday Inn Express Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Picardy Place, Edinburgh EH1 3JT, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/01/c7017f231c47773e843f3f517fe512da46bc024e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located in a traditional Georgian building, on Picardy Place in t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2390.55" OriginalAmount="2366.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9482002" Longitude="-3.2219" StarRating="3" HotelCode="|24098" HotelName="Travelodge Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EGLINTON CRESCENT 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/9/8/24098_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant and urban building is Victorian style 55 rooms, The establishment has a reception with a lift, a bar, a garden, a cafÃ©, a restaurant and a car park (for a fee). SITUATION: This hotel is situated in a residential area, is in Edinburgh the western area of the Georgian New Town is situated in 10 minutes away from the establishment, clients can find Princes Street the city centre, Where you can find shops, bars, pubs and restaurants. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a double bed and heating. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2393.70" OriginalAmount="2370" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|185990-18160286/1254935831069704630/9529" HotelName="IBIS EDINBURGH CENTRE ROYAL MILE – HUNTER SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/200900/200875/cbe48ffc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2396.73" OriginalAmount="2373.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.943634" Longitude="-3.374916" StarRating="3" HotelCode="16298|quality_hotel_edinburgh_airport" HotelName="Holiday Inn Express Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>101 Ingliston Road, Edinburgh EH28 8AU, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/9d/1a9dfc048db2381d13c920b8ab99e7c093c6bbb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located at Edinburgh International Airport, only 2 minutes away by courtesy mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2408.12" OriginalAmount="2384.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9464934" Longitude="-3.136543" StarRating="3" HotelCode="|167927" HotelName="Premier Inn Edinburgh East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>228 Willowbrae Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/2/7/167927_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a car park (free of charge) and a restaurant. SITUATION: It has excellent transport links to the bus and the centre of Edinburgh.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2416.93" OriginalAmount="2393" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|464024-27407061/1254935831069704630/8047" HotelName="PREMIER INN EDINBURGH CITY CENTRE ROYAL MILE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40090000/40085000/40084945/e60ed9c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2432.08" OriginalAmount="2408.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.948134250945" Longitude="-3.1900128722191" StarRating="3" HotelCode="36431|central_hotel_27" HotelName="Stay Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Cowgate, Edinburgh EH1 1JS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a6/c2a694d2db0440c188a062be377de87af13a6d3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Old Town, just steps from the Royal Mile, Princes Street and the theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2439.15" OriginalAmount="2415" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|33360-21407556/1254935831069704630/530" HotelName="DOUBLETREE BY HILTON EDINBURGH - QUEENSFERRY CROSSING" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/679a9c28_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2446.22" OriginalAmount="2422.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.949589513952" Longitude="-3.1880790223186" StarRating="3" HotelCode="37504|ibis_edinburgh_centre_royal_mile_2" HotelName="ibis Edinburgh Centre Royal Mile - Hunter Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Hunter Square, Off Royal Mile, Edinburgh EH1 1QW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/13/4c1305a2955067b4bf3aa0d55b41b0842e9d6ba5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2464.40" OriginalAmount="2440.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.98604" Longitude="-3.18849" StarRating="3" HotelCode="835784|ocean_serviced_apartments" HotelName="Ocean Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2 Western Harbour Midway, Edinburgh EH6 6PN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/19/d319fca51b272bb13dc9ecf9517a21072a9ab95a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Edinburgh, approximately 7 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2464.96" OriginalAmount="2440.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9542279" Longitude="-3.1861056" StarRating="3" HotelCode="|20678" HotelName="Parliament House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALTON HILL 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/8/20678_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1700 4 floors, 53 rooms, 2 single rooms and 51 double rooms. The establishment boasts a lobby with a lift, a reception with safety deposit boxes and a cafÃ©. It also has a television room, an Ã  la carte restaurant and a conference room. There are many services available at the establishment, including room service and a laundry service. SITUATION: This elegant hotel, Calton Hill it is in The Scottish Parliament it is near Princes Street close to the establishment, clients can find it is situated close to Waverley Station the Railway Station of in the surrounding area of the establishment, guests can find restaurants, bars, pubs, nightclubs, shops and a public transport stop. it is situated 4 kilometres away from the sea. ROOM: The modern rooms, have a bathroom, a hairdryer, a direct line telephone, a television, internet, a mini-bar, a double bed, a central heating system, a kettle and a coffee maker. OBSERVATIONS: Check-in is at 14:00 check-out is at 11:00. PAYMENT METHODS: The establishment accepts American Express, Visa and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2467.43" OriginalAmount="2443" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|235492-28508880/1254935831069704630/1775" HotelName="BROOKS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/670000/662300/662253/ba653a35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2479.55" OriginalAmount="2455" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48373-22253218/1254935831069704630/7105" HotelName="HOLIDAY INN EXPRESS - EDINBURGH CITY CENTRE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1090000/1088300/1088215/9c868edc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2483.45" OriginalAmount="2458.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9458809" Longitude="-3.2291314" StarRating="4" HotelCode="|28705" HotelName="The Roseate Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HAMPTON TERRACE 5/WEST COATES 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/7/0/5/28705_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in a historic building, is surrounded by a beautiful garden 16 rooms and 2 floors. In the establishment entrance, guests will find a lobby, a reception and a lift. Some of the facilities that the establishment offers to guests include a bar, a conference room, a laundry service and a car park. SITUATION: This hotel West End it is in Edinburgh it is in Princes Street it is 15 minutes away from Where you can find shops and the shopping centre. The International Exhibition Centre 10 minutes away, you can find The Murrayfield Stadium it is 5 minutes away from it is situated 3 kilometres away from bars, nightclubs, a train station, a bus station, a public transport stop and the tourist area. 12 kilometres away from the establishment, guests will find Turnhouse Airport it is close to the bus stop. ROOM: The comfortable rooms, have a bathroom with a shower, with a hairdryer, a direct line telephone, a television, a kettle, a coffee maker, a double bed, fitted carpets and a central heating system. OTHERS: The establishment serves a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2484.60" OriginalAmount="2460" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|622633-22299653/1254935831069704630/7042" HotelName="HEETON CONCEPT APARTHOTEL EDINBURGH QUEEN STREET" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24160000/24151400/24151306/8a15bd2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2490.66" OriginalAmount="2466" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|96617-27064242/1254935831069704630/7309" HotelName="LEONARDO HOTEL EDINBURGH HAYMARKET" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4040000/4035400/4035314/389b4ad4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2494.70" OriginalAmount="2470" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|57171-28510134/1254935831069704630/4467" HotelName="OCEAN APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1510000/1501500/1501439/be886d84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2504.80" OriginalAmount="2480" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.945499" Longitude="-3.228747" StarRating="4" HotelCode="56606|56621" HotelName="The Dunstane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates &amp; 5 Hampton Terrace, Haymarket, Edinburgh, Schottland EH12 5JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d2/87d2eef0f591ac6a75151b2a768f3fe95cc58154.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh's West End, just 15 minutes' walk from the city's shopping and co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2508.43" OriginalAmount="2483.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9785004" Longitude="-3.1677001" StarRating="4" HotelCode="|20684" HotelName="Malmaison Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ONE TOWER PLACE, LEITH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/4/20684_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style hotel has 100 rooms, The establishment boasts a lobby with a reception, a currency exchange service, a cloakroom, a recently renovated restaurant, conference facilities and internet. It also has a bar. SITUATION: This elegant hotel is located close to Leith Port near the establishment, you will find Scottish Executive boutiques, restaurants, is situated 5 minutes away from Princes Street the historic centre. ROOM: The stylish rooms, have views of the port, a luxurious shower, a CD player, books, a satellite television and internet (free of charge), daily cleaning. FACILITIES: Guests can enjoy a gym, Guests are offered an entertainment programme. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2511.20" OriginalAmount="2486.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9571943" Longitude="-3.1862639" StarRating="3" HotelCode="|20680" HotelName="Holiday Inn Express - Edinburgh City Centre, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PICARDY PLACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/0/20680_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2002, renovated in 2004, 155 rooms and 5 floors. In the entrance, guests are offered a lobby with elevators and a reception with safety deposit boxes, The establishment boasts a bar, a restaurant and internet. There are many services available at the establishment, including room service and a laundry service. The establishment also has a car park and an indoor car park. SITUATION: This attractive urban hotel is in a Gregorian building, is in Picardy Place the city centre of the Royal Mile and Princess Street near the establishment, guests will find Where you can find shops, restaurants, bars, pubs, cafÃ©s, leisure areas and entertainment. it is close to public transport services, the establishment is 2 kilometres away from the beach, the sea. ROOM: The modern rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, internet, a coffee maker, a kettle and central heating. Some rooms have a sofa-bed. FACILITIES: It is 3 kilometres away from a golf course (available for a fee). OTHERS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2519.95" OriginalAmount="2495" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.952600183777" Longitude="-3.1977995959195" StarRating="0" HotelCode="795789|405396" HotelName="hub by Premier Inn Edinburgh City Centre (Rose Street)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rose Street, South Lane, Edinburgh EH2 2NN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ef/5fef847e649d45beafccae64d7ed17e70da47ea9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2521.97" OriginalAmount="2497" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.945426972364" Longitude="-3.2015337322193" StarRating="5" HotelCode="33820|55127" HotelName="The Knight Residence by Mansley Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Lauriston Street, Edinburgh, City of Edinburgh EH3 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/0d/160dedea4d72af51efcb77ab6ba42e0ff333d086.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2533.87" OriginalAmount="2508.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9463129" Longitude="-3.1837127" StarRating="4" HotelCode="|32437" HotelName="Ten Hill Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HILL PLACE 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/3/7/32437_b3192871135.jpeg</HotelPictures>
        <HotelDescription>HOTEL: Is ideal for holidays or business trips 5 floors and 78 rooms. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a lift and a cloakroom. The establishment has a bar, a dining room, conference rooms, room service, a laundry service and a car park. SITUATION: This hotel is in Edinburgh the historic area of Princes Street it is close to close to the establishment, clients can find tourist points of interest, shops and boutiques. Edinburgh Castle, Holyrood Palace and The Scottish Parliament it is 800 metres away from it is situated 10 minutes away from the commercial district, is well-connected with the airports. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, satellite and cable TV, a radio, internet (free of charge), a coffee maker, an iron, a double or king-size bed, an air-conditioning system, heating and a safety deposit box. FACILITIES: Clients can enjoy activities such as play golf, fishing, skeet shooting, darts, water-skiing, dry slope skiing, swimming, climbing, diving, tennis, paintballing, horse-riding, hiking and ice-skating. OTHERS: Regarding the food and beverage offering, clients can enjoy a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2535.10" OriginalAmount="2510" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2428-22240964/1254935831069704630/7508" HotelName="MOUNT ROYAL HOTEL EDINBURGH BY THE UNLIMITED COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/802200/802180/ca4d2ed0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2548.90" OriginalAmount="2523.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9502983" Longitude="-3.1842" StarRating="2" HotelCode="|25240" HotelName="Travelodge Edinburgh Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ST MARY'S STREET 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/4/0/25240_fb3ae5c1459.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers rooms with features that offer you the maximum level of comfort and a lobby. SITUATION: This establishment, is in Edinburgh the city centre of 50 metres away, guests will find a public transport stop, is located 100 metres away from restaurants, bars, 200 metres away from the establishment, you can find shops.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2567.42" OriginalAmount="2542.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.945584" Longitude="-3.214002" StarRating="4" HotelCode="36963|premier_inn_edinburgh_city_haymarket" HotelName="Premier Inn Edinburgh City Centre Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Morrison Link, Edinburgh EH3 8DN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f2/30f27055aa1f6929e422451e1097cc0d2ba809f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the historical heart of Edinburgh, right next door to Haymarket station and a vast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2569.44" OriginalAmount="2544" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1389289-27410107/1254935831069704630/8060" HotelName="PREMIER INN EDINBURGH CITY CENTRE (WAVERLEY) HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/55000000/54250000/54245900/54245895/w631h375x19y0-a4703999_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2571.46" OriginalAmount="2546" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|16864-28488769/1254935831069704630/1651" HotelName="STAY CENTRAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/800000/798100/798032/9c7a8f48_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2586.61" OriginalAmount="2561" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|205415-28512290/1254935831069704630/2992" HotelName="ELIZA HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5770000/5762000/5761962/1662ab94_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2593.07" OriginalAmount="2567.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.946364239557" Longitude="-3.1835567951202" StarRating="4" HotelCode="60144|69219" HotelName="Ten Hill Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Hill Palace, Edinburgh EH8 9DS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/66/966678c17cc386984a095779756a3b573ed9c465.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in Edinburgh's old town and is only a couple of steps away from Princes Street. It o...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2602.77" OriginalAmount="2577.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.977919426679" Longitude="-3.1685954332352" StarRating="4" HotelCode="316791|malmaison_edinburgh" HotelName="Malmaison" 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,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Tower Place, Edinburgh EH6 7BZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/df/57df89be240a15473f09a0f591ebecd4621e4e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This award-winning, stylish hotel is situated at the waterfront of the Port of Leith. The Ocean Term...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2610.85" OriginalAmount="2585" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|619959-21409162/1254935831069704630/439" HotelName="HAMPTON BY HILTON EDINBURGH AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31620000/31618600/31618511/9f64721f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2610.85" OriginalAmount="2585.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.956160316667" Longitude="-3.1919785166667" StarRating="3" HotelCode="76738|ballantrae_hotel" HotelName="Ballantrae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 York Place, Edinburgh, City of Edinburgh EH1 3EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/e5/61e5d4c6a78854bb5b875d4fbf490323ebcf62a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2613.88" OriginalAmount="2588.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.95261" Longitude="-3.194464" StarRating="3" HotelCode="258823|mercure_edinburgh_city__princes_street_hotel" HotelName="Mercure Edinburgh City Princes Street 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,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Sreet, Edinburgh EH2 2DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/94/53943557a294aa3872618c840348f9e7d76b552f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel offers guests superb views over the famous Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2617.99" OriginalAmount="2592.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9508973" Longitude="-3.1822508" StarRating="0" HotelCode="|215745" HotelName="Adagio Edinburgh Royal Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>231 Canongate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/4/5/215745_30630170924.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2634.77" OriginalAmount="2608.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.95063" Longitude="-3.18967" StarRating="3" HotelCode="|186092" HotelName="The Inn Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-30 Cockburn Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/9/2/186092_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2636.10" OriginalAmount="2610.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.945977626227" Longitude="-3.1832673053306" StarRating="3" HotelCode="915136|richmond_place_apartments" HotelName="Richmond Place Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place, Edinburgh EH8 9SS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b0/88b030d001bdbf2999c7eb025d7c28aa9db9e787.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2642.30" OriginalAmount="2616.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.95238" Longitude="-3.20509" StarRating="4" HotelCode="|446157" HotelName="Eden Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>127 George Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/1/5/7/446157_d677e701618.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2643.17" OriginalAmount="2617" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|907504-28536178/1254935831069704630/4163" HotelName="MOXY EDINBURGH FOUNTAINBRIDGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64460000/64450800/64450784/6d1b5a93_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2648.22" OriginalAmount="2622" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.95360704" Longitude="-3.20588695" StarRating="3" HotelCode="739629|282866" HotelName="Mode Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-77 Queen Street, Edinburgh EH2 4NF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/d8/1bd85bf85252adadc3b808c3108cd6b3b5fb3910.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2673.95" OriginalAmount="2647.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9526304" Longitude="-3.1938241" StarRating="4" HotelCode="|17856" HotelName="Mount Royal Edinburgh by The Unlimited Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 PRINCES STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/6/17856_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1860, renovated in 2000. It has 158 standard rooms and 6 floors. In the establishment entrance, guests will find a lobby with elevators, a reception and a safety deposit box service. The establishment boasts a beautiful coffee shop, a bar, a restaurant and a breakfast room. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is located in front of the Waverly Bridge. 5 minutes away, there is a railway station. 20 metres away, guests can find a public transport stop. It is just 12 kilometres away from Edinburgh Airport. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a radio, cable and satellite television with films (available at an additional charge), a kettle, a coffee maker, a double bed, central heating and a trouser press. Guests are offered non-smoking rooms. OBSERVATIONS: Check-in is at 14:00 and check-out is at 12:00. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner. Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2677.51" OriginalAmount="2651.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.950782" Longitude="-3.20793" StarRating="4" HotelCode="401739|angels_share_hotel" HotelName="Angels Share 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,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Hope Street, Edinburgh EH2 4EL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fa/b3fa80f809ffac6e108faeee49b4c887e76bd38b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of the city centre at Edinburgh's West End, this boutique hotel allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2678.95" OriginalAmount="2652.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9428" Longitude="-3.21034" StarRating="3" HotelCode="|445170" HotelName="Moxy Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Freer Gait</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/7/0/445170_b38fa361459.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2683.57" OriginalAmount="2657.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.951074" Longitude="-3.178405" StarRating="4" HotelCode="38005|holyrood_aparthotel" HotelName="Holyrood Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Nether Bakehouse, Holyrood, EH8 8PE Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/0e/750e1cf547169a9437a9fbc4392264b565cb9c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated apartment hotel is located within the heart of Edinburgh, only a stone's throw fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2699.73" OriginalAmount="2673.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.95417124" Longitude="-3.19861867" StarRating="4" HotelCode="429421|braid_apartments_by_mansley" HotelName="Braid Apartments by Mansley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Central Heating,Dining,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>27 Thistle Street, Edinburgh EH2 1DX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/a2/64a271f787e0b6b89b0af0aa8459cb52fa64dc30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Braid Apartments incorporates 20 modern and stylish apartments with a range of studio, 1 and 2 bedro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2701.75" OriginalAmount="2675" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.948012" Longitude="-3.194766" StarRating="3" HotelCode="59406|15169" HotelName="The Grassmarket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Grassmarket, Edinburgh EH1 2JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/00/eb/00eb04a781eb59093f04865601fabd58316773d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the splendid cosmopolitan and historic district of Grassmarket and is only a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2704.96" OriginalAmount="2678.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9462454" Longitude="-3.1833005" StarRating="0" HotelCode="|186036" HotelName="KM Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/3/6/186036_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2729.02" OriginalAmount="2702" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|431294-18193023/1254935831069704630/7966" HotelName="APARTHOTEL ADAGIO EDINBURGH ROYAL MILE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16290000/16282000/16281979/ef5dd8a3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2748.69" OriginalAmount="2721.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9478989" Longitude="-3.1954999" StarRating="3" HotelCode="|30997" HotelName="Grassmarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GRASSMARKET 94-96</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/9/9/7/30997_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: It is situated in a historic building 44 rooms and 5 floors. This hotel ideal for all kinds of travellers, The establishment boasts a lobby, a lift and Biddy Mulligans the pub. SITUATION: the Grassmarket It is in Princes Street and The Edinburgh Castle it is close to in the surrounding area, clients can find restaurants, bars, pubs, clubs, a public transport stop and shops. It is situated 12 kilometres away from the airport. ROOM: The traditional-style rooms, They have a bathroom with a hairdryer, a television, a direct line telephone, a coffee maker and a kettle. OTHERS: Regarding the food and beverage provision, the establishment offers breakfast and meal service in the pub.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2759.32" OriginalAmount="2732.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.938123" Longitude="-3.1714474" StarRating="3" HotelCode="902199|salisbury_green" HotelName="Salisbury Green Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/42/6a42e4e33e7adf63f2f249fb39c6cf3ebf2f848b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located on the south side of Edinburgh, next to Holyrood Park and Arthur's Seat, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2760.00" OriginalAmount="2732.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.953533" Longitude="-3.1900829" StarRating="3" HotelCode="|451288" HotelName="Motel One Edinburgh - Princes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-15 Princes Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/2/8/8/451288_ffe78b91127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2768.41" OriginalAmount="2741.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.950924573476" Longitude="-3.1908470278244" StarRating="3" HotelCode="199837|motel_one_edinburghroyal" HotelName="Motel One Edinburgh-Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-21 Market Street, Edinburgh EH1 1BL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/78/30781525d334c9caa117d74f34dc8a00fc2e0d57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2769.42" OriginalAmount="2742.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.949182" Longitude="-3.184547" StarRating="3" HotelCode="79014|holiday_inn_express_edinburgh_royal_mile" HotelName="Holiday Inn Express Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 Cowgate, Edinburgh EH1 1NA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d9/add9b7832a5907fa48d0926c9571993d9bd29528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quaint location in the Old Town in Edinburgh city centre just a 10-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2777.54" OriginalAmount="2750.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9335077" Longitude="-3.1736963" StarRating="4" HotelCode="|37022" HotelName="The Ben Doran " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 MAYFIELD GARDENS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/2/2/37022_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: elegant rooms, has high ceilings, big windows and an elegant dining room. SITUATION: It is situated 1,5 kilometres away from the city centre, this hotel Royal Mile, The Edinburgh Castle and The Holyrood Palace it is near It is situated 1 kilometre away fromWaverley the Railway Station of the bus station located close to The Edinburgh University and The Royal College of Surgeons shopping centres, restaurants, pubs, theatres, museums and the historic centre. ROOM: They have a television with free channels, a direct line telephone, a hairdryer, an alarm clock, complimentary bathroom items, tea, coffee, Some rooms have a bathroom and a king-size bed. with views of the city, the gardens. FACILITIES: In the surrounding area, guests can find an Olympic swimming pool, a gym, is situated close to a golf course, is 10 minutes away from tennis courts. OBSERVATIONS: Check-in is at 14:00 and check-out is at 10:30.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2780.06" OriginalAmount="2752.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.956349" Longitude="-3.188462" StarRating="4" HotelCode="|53202" HotelName="Indigo Edinburgh, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51-59 York Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/0/2/53202_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is quality and economical. SITUATION: It is inEdinburgh the historic area of. ROOM: The establishment has 57 single, double and family rooms, All the accommodation options have a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2780.51" OriginalAmount="2752.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9458008" Longitude="-3.2139001" StarRating="4" HotelCode="|25229" HotelName="Leonardo Royal Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 MORRISON LINK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/2/9/25229_e8572bc0748.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary style hotel 150 rooms and 5 floors. In the establishment entrance, guests will find a lobby with a reception and a lift. The establishment has East the bar a restaurant, congress facilities and a car park. SITUATION: West End It is in it is near Haymarket the Railway Station of near the establishment, guests will find Princes Street the tourist attractions near shops, bars, pubs, restaurants and nightclubs. a few minutes walk away, there is a public transport stop. ROOM: The large, comfortable rooms, They have a bathroom, bathroom items, a hairdryer, a direct line telephone, a television, internet, a writing desk, a central heating system, a king-size bed and courtesy tray. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2790.83" OriginalAmount="2763.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.953367964846" Longitude="-3.2008489966393" StarRating="4" HotelCode="12664|65569" HotelName="Frederick House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/09/2026" HotelFacility="Bar,Central Heating,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Frederick St, Edinburgh EH21EX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/a9/dca9beb4ee20bc586882df8e33ab83803bd9dbd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords a central location at the heart of Edinburgh. Princes Street is a few minutes' wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2792.65" OriginalAmount="2765" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|973130-28584107/1254935831069704630/640" HotelName="SOUTHSIDE GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15120000/15119500/15119488/da6bfece_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2800.73" OriginalAmount="2773" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.66597" Longitude="-117.297678" StarRating="4" HotelCode="0|172868-18985717/1254935831069704630/13242" HotelName="INDIGO EDINBURGH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>31573 Canyon Estates Drive, Lake Elsinore, 92532, CA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/900900/900860/83e37aa7_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 73. Suites: 17. Single-bedded accommodations: 0. Double bedrooms: 0. Smoking rooms: 0. Nonsmoking rooms: 73. Physically challenged rooms: 4. Floors: 3. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Lake Elsinore Hotel boasts prime location in Southern California. 

Welcome to the Holiday Inn Express Hotel &amp;amp; Suites in Lake Elsinore. You can enjoy our hotel's convenient Southern California location right off I-15 and only a few miles from I-215. Our Lake Elsinore hotel is 35 miles from Ontario International Airport and a couple miles from Skylark Airport. 

Leisure travelers to our Lake Elsinore, California hotel can enjoy the array of activities that the city has to offer. Lake Elsinore is sure to keep outdoor enthusiasts fully entertained with activities that include skydiving, hang-gliding, water skiing and wake boarding or other extreme sports. If you want to stay inside, you can visit one of the area casinos including Lake Elsinore, Pala Casino and Pachanga Casino. Other local attractions include Lake Elsinore Outlet Mall and Temecula Wine Country. 

Business travelers can make it to their meetings on time thanks to our hotel's close location to many area businesses and corporations. 3M, Chemicon, Abbot, Medtronic, IBM, Bank of America, Washington Mutual and PricewaterhouseCoopers are all within a half-hour of our hotel in Lake Elsinore, CA. 

Our Lake Elsinore, CA hotel provides choice amenities that include complimentary high-speed, wireless Internet access, a heated, indoor pool and fitness center. Book your reservations now at our Southern California hotel and enjoy the excellent deals and rates at this non-smoking hotel.. Onsite facilities information- Parking. Security information- No weapons allowed on propertyProperty was built in 2008. Hotel Currency: USD. Additional Addresses: Other: 31573 Canyon Estates Drive, Lake Elsinore, 92532, CA, US. Additional Phone Numbers: Fax - Other: 19516743111. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2817.90" OriginalAmount="2790.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.952870154213" Longitude="-3.1930840015411" StarRating="3" HotelCode="337465|old_waverley_hotel" HotelName="Old Waverley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Princes Street, Edinburgh EH2 2BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a6/1da6fa425b29e4299f6f8bad660c1f174c13fc56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Edinburgh's famous Princes Street with its shopping venues, restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2839.96" OriginalAmount="2811.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9529825" Longitude="-3.2049389" StarRating="4" HotelCode="|74147" HotelName="Stewart By Heeton Concept" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Young Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/1/4/7/74147_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2011, has 31 apartments and 3 floors. The establishment has a lobby with a reception, a safety deposit box service, a lift, a laundry service and a car park. SITUATION: It is inEdinburgh the historic centre of the Royal Mile it is 10 minutes away from It is 15 minutes away from Edinburgh Castle the railway station, is 5 minutes away from Prince Street gardens, Clients can find restaurants, bars, clubs and shops. 100 metres away, there is a public transport stop, Holyrood Palace It is situated 15 kilometres away from it is situated 2 kilometres away from Murrayfield the Stadium of it is situated 13 kilometres away from Edinburgh Airport. ROOM: boutique apartments, have a sitting room, a double bed, WiFi, Sky television, films, a bathroom with a shower, a hairdryer, a direct line telephone, a radio, a Hi-Fi and a safe. apartments, have a kitchen, with fridge, a hob, a microwave, a coffee maker, a kettle, a washing machine and an ironing set. All the apartments have heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2877.49" OriginalAmount="2849.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.95741487" Longitude="-3.18477187" StarRating="4" HotelCode="481530|courtyard_by_marriott_edinburgh" HotelName="Courtyard Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Baxters Place, EH1 3AF Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/42/45425cfaca8ae3ccf147f0bda7ed35168add3a59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2899.71" OriginalAmount="2871.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.953899" Longitude="-3.18691" StarRating="4" HotelCode="888202|apex_waterloo_place_hotel" HotelName="Apex Waterloo Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waterloo Place 23-27, EH1 3BH Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a5/eea5148b09a238fe0697a8a2e2431ec98308d7cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference and business hotel is situated on Waterloo Place, which is an extension of Princes S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2929.00" OriginalAmount="2900" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|173420-18139150/1254935831069704630/9232" HotelName="STEWART BY HEETON CONCEPT APARTHOTEL EDINBURGH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4210000/4206800/4206706/01576407_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2935.06" OriginalAmount="2906" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|375557-28572022/1254935831069704630/2685" HotelName="HAYMARKET APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12670000/12664400/12664341/86c4d09c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2973.44" OriginalAmount="2944.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.943675650009" Longitude="-3.1927943229675" StarRating="4" HotelCode="915128|residence_inn_by_marriott_edinburgh" HotelName="Residence Inn by Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Simpson Loan, Quartermile, Edinburgh EH3 9GG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/1f/cf1f9082e9398de56f143546c64263622abd574b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2979.50" OriginalAmount="2950.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.953052610437" Longitude="-3.2046617567539" StarRating="4" HotelCode="169545|fountain_court__stewart_apartments" HotelName="Fountain Court - Stewart Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Young Street, Edinburgh EH3 9JG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/c9/72c97134b47adbefb934b445b546349bef18675a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is set in the heart of historic Edinburgh, just 10 minutes' walk from The Royal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3028.54" OriginalAmount="2998.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9439011" Longitude="-3.3594999" StarRating="4" HotelCode="|17835" HotelName="Doubletree By Hilton Edinburgh Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EDINBURGH INTERNATIONAL AIRPORT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/5/17835_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, was renovated in 2000, is in a garden 150 rooms and 3 floors. In the entrance, you can find a lobby with a lift and a reception a currency exchange service, The establishment has a bar, a restaurant with highchairs, 22 conference rooms, internet, a bicycle storage room and a car park. Kids can enjoy a playground, There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is situated near Edinburgh Airport nearby, you will find the city centre, is 50 metres away from a public transport stop, is well-connected by the motorways. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a double bed, fitted carpets and central heating. FACILITIES: The establishment has a covered pool, a jacuzzi, a sauna, a solarium, a steam bath, a massage service and a gym. Clients can enjoy activities such as water aerobics.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3042.12" OriginalAmount="3012" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1012213-18920951/1254935831069704630/7055" HotelName="THE BEN DORAN GUEST HOUSE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/69100/69017/d3ec3ebd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3048.10" OriginalAmount="3017.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9510543" Longitude="-3.1784914" StarRating="0" HotelCode="|23391" HotelName="Holyrood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 NETHER BAKEHOUSE, HOLYROOD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/9/1/23391_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3060.30" OriginalAmount="3030" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48399-18114594/1254935831069704630/7601" HotelName="ROYAL SCOTS CLUB" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/900900/900862/f23a9959_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3060.30" OriginalAmount="3030.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.95628" Longitude="-3.197746" StarRating="3" HotelCode="17004|the_royal_scots_club_edinburgh" HotelName="The Royal Scots Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business 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>29-31 Abercromby Place, Edinburgh EH3 6QE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b2/46b272e47f2edeca503e8560bdb1ddeafde30b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of Edinburgh's Georgian streets. The nearest restaurants as well as links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3066.36" OriginalAmount="3036.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.926498819182" Longitude="-3.3111964166164" StarRating="4" HotelCode="74780|novotel_edinburgh_park" HotelName="Novotel Edinburgh Park" 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,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lochside Avenue, Hermiston Gait Retail Park, Edinburgh EH12 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/81/bd81a63a7033014fc0d52961d08281d852760d34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 300 m from Edinburgh Park railway station, just minutes from the city’s busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3071.21" OriginalAmount="3040.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.946237" Longitude="-3.216881" StarRating="4" HotelCode="|445083" HotelName="voco Edinburgh-Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Torphichen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/8/3/445083_a4d87461156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3074.44" OriginalAmount="3044" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|68544-28589136/1254935831069704630/627" HotelName="ANGEL’S SHARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1430000/1422900/1422868/bd663865_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3104.08" OriginalAmount="3073.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.95084" Longitude="-3.19154" StarRating="0" HotelCode="|224495" HotelName="Motel One Edinburgh - Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18-21 Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/4/9/5/224495_6dbe3ae2113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3104.74" OriginalAmount="3074" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|447923-28552905/1254935831069704630/3216" HotelName="COURTYARD BY MARRIOTT EDINBURGH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15720000/15710700/15710648/3962d8a3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3131.13" OriginalAmount="3100.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.940402" Longitude="-3.171291" StarRating="4" HotelCode="|448552" HotelName="The Scott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/5/5/2/448552_489312e1420.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3133.67" OriginalAmount="3102.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.943853" Longitude="-3.359998" StarRating="4" HotelCode="32868|14034" HotelName="DoubleTree by Hilton Hotel Edinburgh Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Bar,Bicycle Rental,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">
        <Address>
          <AddressLines>
            <AddressLine>100 Eastfield Road, Edinburgh International Airport, Edinburgh EH28 8LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/54/3e5412e3f334c6162f307006389e277cf996d73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside Edinburgh Airport. The centre of the city with its many touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3136.94" OriginalAmount="3105.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9511873" Longitude="-3.1855252" StarRating="4" HotelCode="|17844" HotelName="Leonardo Royal Hotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JEFFREY STREET 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/4/17844_46330b11434.jpg</HotelPictures>
        <HotelDescription>HOTEL: This large and modern hotel, has a spacious hall and a restaurant. SITUATION: This hotel is in the heart of Edimburgo (Royal Mile), close to the conference centre, el Castillo de Edimburgo and the tourist attractions. 300 metres away, there is a public transport stop. 5 kilometres away from the establishment, guests will find the beach. It is situated 6 kilometres away from a golf course. ROOM: Customers can find spacious and smart rooms. All the rooms have a welcome kit. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3183.52" OriginalAmount="3152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.958742234536" Longitude="-3.1795500177909" StarRating="4" HotelCode="319367|no_11" HotelName="No11 Boutique Hotel &amp; Brasserie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Brunswick Street, Edinburgh EH7 5JB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/d9/95d97522fd0abe6c9ed8dc48e185750db52a2d9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3202.00" OriginalAmount="3170.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.950784" Longitude="-3.20789" StarRating="4" HotelCode="|38284" HotelName="Angel's Share" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-11 HOPE STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/8/4/38284_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, has a bar and a nightclub. This hotel was built in 2006 30 rooms, In the entrance, you can find a lobby with a reception and a lift. There are many services available at the establishment, including room service and a laundry service. SITUATION: Is situated in the city centre, is close to restaurants, bars and a park. Princes Street nearby, you will find The Edinburgh Castle, The Royal Mile and The Holyrood Palace it is 20 minutes away from Glasgow 60 minutes away from the establishment, clients can find. ROOM: The contemporary style rooms, They have piped music, films (available on request), a mini-bar, internet, a bathroom with a shower or bath, a hairdryer, a direct line telephone, a radio, a coffee maker, a kettle, an iron, a double bed, heating and a safety deposit box. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3240.44" OriginalAmount="3208.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9450345" Longitude="-3.1997268" StarRating="4" HotelCode="|20679" HotelName="Novotel Edinburgh Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Lauriston Place, SCOTLAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/9/20679_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This bright hotel, was opened in 2004, has with air-conditioning, 8 floors, 180 rooms and 2 suites. The establishment boasts a bar, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. The establishment boasts a car park and an indoor car park. SITUATION: This hotel is situated 5 kilometres away from the beach. It is a few minutes walk away from Royal Mile, Edinburgh Castle and Princess Street the business area. 50 metres away, there is a public transport stop. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, a safety deposit box (available for a fee), central heating and an air-conditioning system. FACILITIES: Customers can enjoy a covered swimming pool, a swimming pool, a sauna and a gym. 2 kilometres away from the establishment, clients can find a golf course. It is 12 kilometres away from a ski resort. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3248.16" OriginalAmount="3216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="973467|mono_suites_3" HotelName="Mono Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>85 South Bridge, Edinburgh EH1 1HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/c8/14c8b5476744960852ee5494a9ae144bda903265.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3256.24" OriginalAmount="3224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.951215995389" Longitude="-3.1857857108116" StarRating="3" HotelCode="258995|jurys_inn_edinburgh" HotelName="Jurys Inn Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jeffrey Street, Edinburgh EH1 1DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/9a/3c9a3564464625df2feb1b1c097425ede7a50ce7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is in a fantastic location in the heart of Edinburgh, directly by the Royal Mile. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3272.40" OriginalAmount="3240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.950860826335" Longitude="-3.176856637001" StarRating="4" HotelCode="23049|macdonald_holyrood_hotel" HotelName="Macdonald Holyrood Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Holyrood Road, Edinburgh EH8 8AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3f/b73f7065bf379409c333bc7a2ede2c31c1cc9d1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The contemporary style of this hotel building harmonises well with the historical surroundings, whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3282.50" OriginalAmount="3250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.94587544" Longitude="-3.22908678" StarRating="4" HotelCode="765108|260322" HotelName="The Dunstane Houses - Dunstane House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Babysitting,Bar,Concierge,Conference Hall,Dry Cleaning,Garden,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates, Edinburgh, Schottland EH12 5JQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is an elegant town house which is just a short walk from Edinburgh city centre. The relaxed atm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3338.00" OriginalAmount="3304.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9459" Longitude="-3.2038" StarRating="4" HotelCode="|20681" HotelName="Doubletree By Hilton Edinburgh City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, Edinburgh EH3 9AF, United Kingdom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/1/20681_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This stylish hotel rooms 4 floors, 140 rooms, 136 double rooms and 4 suites. Guests have access to a lobby with a reception, a cocktail bar, a pub, a restaurant, internet and conference rooms. There are many services available at the establishment, including room service and a laundry service. SITUATION: This inviting hotel, the Edinburgh Castle it is located in front of it is near Princes Street the commercial area of the business area, Where you can find and the historic centre. in front of the hotel there is a public transport stop, is situated 13 kilometres away from Turnhouse Airport. ROOM: The minimalist in style rooms, have a bathroom with a hairdryer, toiletries, a direct line telephone, satellite or cable TV, central heating, internet, a kettle and a coffee maker. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3340.26" OriginalAmount="3307.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9476013" Longitude="-3.1952" StarRating="4" HotelCode="|17862" HotelName="Apex City Of Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 GRASSMARKET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/2/17862_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this modern hotel and was built in 1960. It has 4 floors, 119 rooms, 116 double rooms and 3 suites. In the entrance, you can find a lobby with an elevator and a reception with safety deposit boxes, The establishment has various facilities, such as a bar, an Ã  la carte restaurant with air-conditioning, a conference room, internet and a car park. There are many services available at the establishment, including room service. SITUATION: This urban hotel, the Grassmarket is situated in it is near shops, bars, nightclubs, monuments and tourist points of interest. in front of the hotel there is a public transport stop. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a stereo, a mini-bar, internet, a fridge and a double bed. Are also equipped with tiled floors, an air-conditioning system, fitted carpets, central heating and a safe. FACILITIES: It is 5 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3351.68" OriginalAmount="3318.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.940398" Longitude="-3.312711" StarRating="4" HotelCode="|17842" HotelName="Delta Hotels by Marriott Edinburgh" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GLASGOW ROAD 111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/2/17842_68b3cf21416.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and renovated in 2002. It has 4 floors, 245 rooms, 126 single rooms and 115 double rooms. The establishment has an indoor car park, a car park, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel Edinburgh it is in nearby, you will find public transport services, is situated 3 kilometres away from the airport, is situated 10 kilometres away from a ski resort, the establishment is 12 kilometres away from the beach. ROOM: The traditional-style rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar and central heating. FACILITIES: Customers can enjoy a covered pool, a swimming pool, a sauna, a solarium and a gym. it is 3 kilometres away from a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3360.27" OriginalAmount="3327.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.947154258879" Longitude="-3.2071870565414" StarRating="5" HotelCode="45056|sheraton_grand_hotel__spa_edinburgh" HotelName="Sheraton Grand Hotel &amp; Spa, Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Festival Square, Edinburgh EH3 9SR, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d010200ed39817659b3ff017e425f9b431f2d092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located close to Princes Street at the heart of Edinburgh within a short dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3362.29" OriginalAmount="3329" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1447407-30248365/1254935831069704630/7049" HotelName="ROOMZZZ EDINBURGH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3371.38" OriginalAmount="3338.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.947357" Longitude="-3.195477" StarRating="4" HotelCode="33817|apex_city_hotel_edinburgh" HotelName="Apex City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Grassmarket, Edinburgh EH1 2JF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/86/ce86b53f7b5304175bc7064afa3ede09b5eac32d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the historical city district of ""Grass Market"" and therefore lies i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3377.84" OriginalAmount="3344.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.976762" Longitude="-3.169695" StarRating="0" HotelCode="|451342" HotelName="Ocean Mist Leith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Shore</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/3/4/2/451342_c3a23cd1047.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3414.81" OriginalAmount="3381.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9559521" Longitude="-3.1934839" StarRating="4" HotelCode="|75722" HotelName="Thistle Suites Royal Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 York Buildings, Queen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/2/2/75722_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has luxury apartments, a lobby with a reception, express check-out, a lift and a car park. SITUATION: This apartment, is in the city centre, Queen Street it is in Princes Street it is 2 minutes away from this establishment, the Royal Mile it is 5 minutes away from nearby, you will find the tourist area, is situated 11 kilometres away from Edinburgh Airport it is 89 kilometres away from Glasgow Airport. ROOM: The apartments have a bathrobe, a shower, a bath, a hairdryer, a double bed, television room, a radio, internet, a safe, a kitchen with fridge, hot plates, a microwave, a coffee maker, a kettle, a dining room, an ironing set, a central heating system and an individual air-conditioning system. FACILITIES: The establishment has a well-equipped gym. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3431.13" OriginalAmount="3397.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.956741" Longitude="-3.207183" StarRating="4" HotelCode="|78091" HotelName="Nira Caledonia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Gloucester Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/9/1/78091_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Nira Caledonia Hotel is rated five stars, it offers room service and a restaurant. SITUATION: It is in New Town, near the establishment, guests will find Princess st and Nira Caledonia, ROOM: The rooms have a flat-screen television, a DVD player, an iPod docking station, WiFi (free of charge), Nespresso and garden views. Clients can find some rooms with jacuzzi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3439.01" OriginalAmount="3404.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.954519" Longitude="-3.1943719999999" StarRating="3" HotelCode="298480|419098" HotelName="ibis Styles Edinburgh Centre St Andrew Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Sant Andrew Square, Edinburgh EH2 1AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/4f/954f0bc336dc7242ad4a62cabcf070e34f828efb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3456.88" OriginalAmount="3422.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9335298" Longitude="-3.38597" StarRating="4" HotelCode="|44735" HotelName="Norton House and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>INGLISTON N/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/5/44735_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting,rural hotel, was built in 1843 and has 83 rooms, In the entrance, you can find a lobby with a reception, a safety deposit box service and a cloakroom. The establishment boasts Ushers the restaurant The Brasserie the restaurant It also has a lift, a bar, WiFi, internet, room service, a laundry service (for a fee), a car park and a bicycle rental desk. SITUATION: It is in a peaceful park, is situated 9,6 kilometres away from a beach, Edinburgh the city centre of Where you can find tourist points of interest, bars and pubs. The Royal Yatch Britannia and Livingston Designer Outlet 30 minutes away, guests can find It is 5 minutes away from the airport. ROOM: The rooms a bathroom with a shower or bath, They have bathroom items, a bathrobe, a hairdryer, a direct line telephone, a flat-screen television with satellite channels, a DVD player, a safety deposit box, an iron, a trouser press, a small fridge, a goodnight service, a coffee maker, a kettle, mineral water and internet (free of charge). FACILITIES: The establishment has a health club, a covered heated pool, a hydrotherapy swimming pool, a hydromassage shower, a sauna, a steam bath, a gym, a spa, spa treatments and a massage service. Guests can enjoy a snack bar, a sunbathing terrace and deck chairs. it is situated 10 minutes away from a golf course. OBSERVATIONS: Check-in is at 15:00 check-out is at 11:00. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Guests can book full-board or half-board, Regarding the food and beverage offering, clients can enjoy a continental or buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3459.25" OriginalAmount="3425" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|114881-18129180/1254935831069704630/9539" HotelName="NORTON HOUSE HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15500/15468/db94c630_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3464.30" OriginalAmount="3430.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.945817524735" Longitude="-3.2032817602158" StarRating="4" HotelCode="23050|the_point_hotel_edinburgh" HotelName="DoubleTree by Hilton Hotel Edinburgh City Centre" 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,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, EH3 9AF Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/27/da274c7a1cd92d0ac7afa7fbf1c3756e7feaed68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located in the shadow of Edinburgh Castle and is only a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3503.62" OriginalAmount="3468.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9518208" Longitude="-3.1773966" StarRating="4" HotelCode="|20010" HotelName="Edinburgh Holyrood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOLYROOD ROAD 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/0/20010_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, luxurious hotel, has a lounge bar, a library and a stylish restaurant. SITUATION: This establishment is in the surrounding area of the Scottish Parliament, The Holyrood House Palace and The Volcanic Mountain Arthur's Seat it is situated 2 minutes away from the Royal Mile ROOM: The modern rooms have a bathroom, a hairdryer, a direct line telephone, internet, a mini-bar, complimentary bathroom items, a writing desk with lamp and a welcome tray. FACILITIES: Guests can enjoy a covered swimming pool, a sauna, a solarium, a Turkish bath, a beauty centre and a gym. MEALS: The establishment serves a buffet breakfast. OBSERVATIONS: This establishment has a car park (for a fee). Check-in is at 16:00 and check-out is at 12:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3505.71" OriginalAmount="3471.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.950003" Longitude="-3.192019" StarRating="4" HotelCode="115013|fraser_suites_edinburgh" HotelName="Fraser Suites Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12-26 St Giles Street, Edinburgh, Scotland EH1 1PT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/ce/75ce929d315436ce75695cef598880edbd535cc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3530.96" OriginalAmount="3496" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2425-28569185/1254935831069704630/4195" HotelName="EDINBURGH MARRIOTT HOLYROOD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/546100/546065/21f1d2bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3590.55" OriginalAmount="3555.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.947078" Longitude="-3.196621" StarRating="4" HotelCode="10229|apex_international_hotel" HotelName="Apex Grassmarket 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,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Grassmarket, Edinburgh EH1 2HS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/af/5daf351658755d03030a404d8b43df636fdc1482.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Edinburgh's Old Town with a magnificent view of the castl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3595.05" OriginalAmount="3559.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.937613" Longitude="-3.202884" StarRating="3" HotelCode="|20769" HotelName="Black Ivy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ALVANLEY TERRACE, WHITEHOUSE LOAN 2-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/6/9/20769_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, was built in 1890, The establishment has a reception and a lobby. This renovated hotel in 2002 26 rooms and 2 floors. Guests can enjoy a cafÃ©, a bar and a restaurant with highchairs. SITUATION: It is near a peaceful park, is situated 1 kilometre away from the city centre, near the establishment, you will find restaurants, bars and a public transport stop. It is situated 20 kilometres away fromEdinburgh Airport. ROOM: The rooms have cosy, have a bathroom with a hairdryer, a direct line telephone, a television, a radio, a kettle, a coffee maker, fitted carpets and a central heating system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3629.11" OriginalAmount="3593.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9533005" Longitude="-3.1905999" StarRating="3" HotelCode="|17839" HotelName="Indigo Edinburgh - Princes Street, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES STREET 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/9/17839_1_1987.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has and 75 rooms, is ideal for holidays or business trips, The establishment has a restaurant, a reception, a safety deposit box service, a currency exchange service, a lift, conference facilities and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This establishment, is in the city centre, Princes Street is situated in opposite the establishment, you can find a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a television, a radio, internet, a safety deposit box (available for a fee), a trouser press and a welcome tray.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3639.90" OriginalAmount="3603.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9548" Longitude="-3.19402" StarRating="4" HotelCode="|445878" HotelName="Malmaison Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buchan House, 21-22 St Andrew Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/7/8/445878_84a4e4a1228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3714.30" OriginalAmount="3677.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.953214215418" Longitude="-3.1908262012234" StarRating="3" HotelCode="16971|6532" HotelName="Hotel Indigo Edinburgh - Princes Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Princes Street, Edinburgh EH2 2AN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/6c/8f6c3feedfe2667da3a336b7bb2c062eb6bfb05f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city on the famous Princes Street with views over Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3725.89" OriginalAmount="3689" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|98045-21407793/1254935831069704630/569" HotelName="HILTON EDINBURGH CARLTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1700/1648/02bcfc62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3763.26" OriginalAmount="3726" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|622610-28575187/1254935831069704630/2718" HotelName="HOUSE OF GODS ROYAL MILE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38210000/38206100/38206083/6bc46138_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3842.04" OriginalAmount="3804.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.94609320525" Longitude="-3.1901094305063" StarRating="4" HotelCode="142156|hotel_du_vin_edinburgh" HotelName="Hotel Du Vin Edinburgh" 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,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Bristo Place, Edinburgh EH1 1EZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/38/ae38a5f0087347b532f67b170f88d1041c53ac49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled deep in Edinburgh's Old Town, only a short walk away from the historic Royal Mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3876.49" OriginalAmount="3838.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9567049" Longitude="-3.1784455" StarRating="4" HotelCode="|17852" HotelName="Voco Edinburgh - Royal Terrace, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROYAL TERRACE 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/2/17852_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, close to the business areas and tourist points of interest. 5 minutes walk away, you can find Waverley Railway Station. HOTEL: This hotel has 107 standard rooms, 13 suites, conference facilities, a banquet hall and a reception. FACILITIES: There is a variety of facilities and services available at the establishment, including 3 conference rooms, a garden area and a car park. ROOM: All the rooms have a flat-screen television and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3907.77" OriginalAmount="3869.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.956784890393" Longitude="-3.1786268949509" StarRating="4" HotelCode="17007|8938" HotelName="Crowne Plaza Edinburgh Royal Terrace" Meals="BREAKFAST FOR TWO GUESTS" BedType="BREAKFAST FOR TWO GUESTS" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Royal Terrace, Edinburgh EH7 5AQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f6/33f654d6b616b523aa2774160778694faa8610a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Forming part of a prestigious Georgian Terrace, the hotel has a prime city centre location within ea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3949.10" OriginalAmount="3910" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|126439-18139151/1254935831069704630/9806" HotelName="DU VIN HOTEL &amp;amp; BISTRO EDINBURGH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7730000/7728300/7728219/ef74419f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3997.58" OriginalAmount="3958" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|2437-28593676/1254935831069704630/892" HotelName="SHERATON GRAND &amp;amp; SPA EDINBURGH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15600/15554/117b44a7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3998.59" OriginalAmount="3959" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2435-18114595/1254935831069704630/7542" HotelName="VOCO EDINBURGH - ROYAL TERRACE, AN IHG HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4900/4895/f2702a80_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4006.67" OriginalAmount="3967" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|648798-28574149/1254935831069704630/4046" HotelName="WILDE APARTHOTELS EDINBURGH GRASSMARKET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39830000/39822900/39822833/92258599_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4030.91" OriginalAmount="3991.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.95198257" Longitude="-3.20342311" StarRating="4" HotelCode="948804|edinburgh_castle_apartments_2" HotelName="Edinburgh Castle Apartments And Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Castle Street, Edinburgh EH2 3HT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/3c/663c1eb79503fbc83e4906596dddef998b9cd4f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4163.22" OriginalAmount="4122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.3444" Longitude="-87.9029" StarRating="4" HotelCode="0|478940-28572941/1254935831069704630/2894" HotelName="THE RUTLAND APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4101 FOUNTAIN SQUARE PL, WAUKEGAN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2950000/2942200/2942183/4306a36d_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at SpringHill Suites by Marriott Waukegan/Gurnee in Waukegan (Waukegan - Gurnee), you'll be close to Six Flags Great America.&lt;br /&gt; This hotel is within the vicinity of Visual Arts Center and Rosalind Franklin University of Medicine and Science.&lt;br /&gt;   Rooms   Make yourself at home in one of the 120 air-conditioned rooms featuring refrigerators and flat-panel televisions. Your pillowtop bed comes with cotton sheets, and all rooms are furnished with double sofa beds. Wired and wireless Internet access is complimentary, while 37-inch high-definition televisions with cable programming provide entertainment. Bathrooms feature shower/tub combinations, complimentary toiletries, and hair dryers.&lt;br /&gt;   Rec, Spa, Premium Amenities   Don’t miss out on recreational opportunities including an indoor pool and a fitness facility. This hotel also features complimentary wireless Internet access, gift shops/newsstands, and a television in the lobby.&lt;br /&gt;   Dining   At the end of the day, relax with your favorite drink at a bar/lounge. A complimentary hot/cold buffet breakfast is served daily.&lt;br /&gt;   Business, Other Amenities   Featured amenities include business services, audiovisual equipment, and express check-out. Planning an event in Waukegan? This hotel has facilities measuring 346 square feet (32 square meters), including a meeting/conference room. Free self parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go   This hotel has a smoke-free policy.   Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets not allowed   Check-out time is noon  Check-in time starts at 3 PM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4205.64" OriginalAmount="4164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.94987908" Longitude="-3.20775749" StarRating="4" HotelCode="568021|the_rutland_hotel" HotelName="The Rutland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/21/152168342ca7d59020c3d5209d0ab46301070c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4217.76" OriginalAmount="4176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.956678" Longitude="-3.185501" StarRating="5" HotelCode="27030|the_glasshouse_autograph_collection" HotelName="The Glasshouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Greenside Place, Edinburgh EH1 3AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e750776521479d3edb45d7a89e7ea407c375ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of Edinburgh, this hotel is 5 minutes from Princes Street, North Bridg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4229.88" OriginalAmount="4188" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9587-18113625/1254935831069704630/9661" HotelName="BONHAM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/116000/115961/c69febe7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4288.46" OriginalAmount="4246" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|402002-28581682/1254935831069704630/1240" HotelName="24 ROYAL TERRACE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3750000/3746200/3746199/158b2bee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4301.59" OriginalAmount="4259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.95134448" Longitude="-3.19017162" StarRating="0" HotelCode="955747|market_street_hotel" HotelName="Market Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/ff/11ff9cb69461c73cedeb73bc1eaa587288a1e0be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4360.17" OriginalAmount="4317.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.951395" Longitude="-3.215875" StarRating="5" HotelCode="11137|the_bonham" HotelName="Bonham Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Drumsheugh Gardens, Edinburgh EH3 7RN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/97/0b97e050300cdab8c8b07a3fb1a41a69a6b3c8b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the centre of Edinburgh meaning that guests can easily reach the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4373.50" OriginalAmount="4330.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9502358" Longitude="-3.1867679" StarRating="4" HotelCode="|17859" HotelName="Radisson Blu , Edinburgh City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/9/17859_d12707f1413.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 7 floors, 238 rooms and 10 suites. The establishment has a bar and a restaurant. SITUATION: It is inthe Royal Mile a central area of the Edinburgh Castle and Holyrood Palace it is between near the establishment, guests will find the business area, monuments situated 1 kilometre away fromWaverly the Station of public transport services, is situated 11,5 kilometres away from Edinburgh Airport. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a mini-bar and a safety deposit box (available for a fee). FACILITIES: Guests can enjoy a covered swimming pool, a sauna, a sunbathing terrace and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4429.08" OriginalAmount="4385.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.954742" Longitude="-3.190145" StarRating="5" HotelCode="|449960" HotelName="W Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 ST JAMES SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_da881151130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4521.77" OriginalAmount="4477.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.95404379" Longitude="-3.1973612" StarRating="4" HotelCode="572530|hanover_71_suites" HotelName="Hanover 71 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>71 Hanover Street, New Town, Edinburgh EH2 1EE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/15/cf157cdaf211a8d86b41d229a283600c489dd205.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas. Those arriving in their own veh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4552.07" OriginalAmount="4507" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2410-22356235/1254935831069704630/7244" HotelName="RADISSON BLU HOTEL, EDINBURGH CITY CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4300/4270/1d08b1f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4587.42" OriginalAmount="4542" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|181402-28594762/1254935831069704630/2214" HotelName="PRINCES STREET SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2480000/2473800/2473717/1ce16bcb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4588.43" OriginalAmount="4543.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.94757336" Longitude="-3.1916587" StarRating="4" HotelCode="475072|no1_apartments_george_iv_bridge" HotelName="Destiny Scotland - George IV Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 George IV Bridge, Edinburgh, EH1 1EN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/48/1548ac01f361c4c6be4649ead46fd936fd435a0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4596.79" OriginalAmount="4551.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9513847" Longitude="-3.2148982" StarRating="4" HotelCode="|20013" HotelName="The Bonham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DRUMSHEUGH GARDENS 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/3/20013_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 1997 5 floors, 48 rooms, 10 single rooms, 36 double rooms and 2 suites. In the establishment entrance, guests will find a lobby with elevators, shops, a car park, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has an Ã  la carte restaurant and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This urban hotel is situated near Edinburgh the city centre of in the surrounding area of the establishment, guests can find monuments, tourist points of interest and the tourist attractions. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a radio, a stereo and internet. They also have an open-plan kitchen, fitted carpets, a central heating system and a safety deposit box (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service, all meals in a buffet form and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4621.49" OriginalAmount="4575.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.950901" Longitude="-3.1884" StarRating="4" HotelCode="|17845" HotelName="The Scotsman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NORTH BRIDGE 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/5/17845_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a bar, a restaurant and a beauty centre. SITUATION: This hotel is in North Bridge around the establishment, clients can find Princes Street and shops. It is 25 minutes away from the airport. ROOM: All the rooms have a DVD player, a television, a direct line telephone with an answering machine, WiFi, board games, an ironing set and a trouser press. Guests are offered deluxe rooms with double beds. It also offers a mini-bar, a coffee maker, a kettle, complimentary bathroom items and room service. FACILITIES: The establishment has a beauty centre, a swimming pool, a sauna and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a bar and a restaurant. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: Check-in is at 14:00 and check-in is at 11:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4661.15" OriginalAmount="4615" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="980456|487653" HotelName="Fingal Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Leith, Edinburgh EH6 7DX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/6f/696f3efca14f3c2baa2d5cd1aec98d3e802623d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4661.15" OriginalAmount="4615" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.949407592212" Longitude="-3.208184162635" StarRating="4" HotelCode="903826|408414" HotelName="The Rutland Hotel &amp; Luxury Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/21/152168342ca7d59020c3d5209d0ab46301070c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4694.22" OriginalAmount="4647.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9471016" Longitude="-3.2076001" StarRating="5" HotelCode="|17838" HotelName="Sheraton Grand and Spa, Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FESTIVAL SQUARE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/17838_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4747.00" OriginalAmount="4700.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.950095" Longitude="-3.186915" StarRating="4" HotelCode="29276|radisson_blu_edinburgh" HotelName="Radisson Blu Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile, Edinburgh EH1 1TH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/dc/77dcd0d884195d5673f951331719637c9c82df62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located along the Royal Mile between Edinburgh Castle and Holyrood Palace, this hotel lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4749.02" OriginalAmount="4702" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|21276-18114596/1254935831069704630/7067" HotelName="SCOTSMAN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/570900/570820/50026325_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4790.62" OriginalAmount="4743.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.950806" Longitude="-3.191435" StarRating="4" HotelCode="|445836" HotelName="Market Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/3/6/445836_6f4a8f30823.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4837.15" OriginalAmount="4789.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.979651" Longitude="-3.169117" StarRating="5" HotelCode="|451122" HotelName="Fingal - A Luxury Floating Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Historic Port of Leith</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/2/2/451122_026066e1038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4847.00" OriginalAmount="4799.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.94809" Longitude="-3.192508" StarRating="5" HotelCode="|445438" HotelName="Virgin Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 India Buildings</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/8/445438_1a39b391850.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4998.49" OriginalAmount="4949" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401441-27410738/1254935831069704630/9316" HotelName="VIRGIN HOTELS EDINBURGH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74640000/74635500/74635444/0d5e8457_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5158.07" OriginalAmount="5107" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|25133-28599591/1254935831069704630/3737" HotelName="THE GLASSHOUSE, AUTOGRAPH COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910800/910777/810c3f62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5338.97" OriginalAmount="5286.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.949501" Longitude="-3.2070999" StarRating="5" HotelCode="|25239" HotelName="The Caledonian Edinburgh, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/9/25239_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 1903, was renovated in 2005, has 251 rooms, 21 suites and 7 floors. The establishment has a reception, a concierge, a currency exchange service, a car park, WiFi in communal areas, 2 restaurants, 2 bars and a health centre with a swimming pool. With views of Edinburgh Castle. SITUATION: This luxurious hotel is in the city centre, is situated in the western area of Princes Street. Close to the establishment, clients can find bars, restaurants, shops, monuments and public transport services. It is situated 10 minutes away from Waverly Station, 20 minutes away from the airport. It is 10 minutes away from The Murrayfield Stadium and International Conference Centre, ROOM: The luxurious, elegant rooms have a bathroom, a hairdryer, coat, slippers, a direct line telephone, cable television (available for a fee), internet, data connection, a writing desk, a mini-bar, an iron, a coffee maker and a kettle. Some rooms have views of Edinburgh Castle. They also have a launderette. FACILITIES: The establishment boasts a health club, a swimming pool with views of the castle, deck chairs, a steam bath, a spa, a multipurpose sports complex, a beauty centre and a massage service. It is 6 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5550.96" OriginalAmount="5496.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.949775" Longitude="-3.207238" StarRating="5" HotelCode="11319|waldorf_astoria_edinburgh_the_caledonian" HotelName="Waldorf Astoria Edinburgh - The Caledonian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Street, EH1 2AB Edinburgh, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c4/cec4ab2e1dd46a6edc071a5952a73e443aa4713b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies in the heart of the city, at the west end of Princes Street. Just a stone’s th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5600.32" OriginalAmount="5544.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.950558" Longitude="-3.185556" StarRating="5" HotelCode="|450033" HotelName="Cheval Old Town Chambers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Royal Mile 329 High Street Edinburgh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/3/3/450033_9681e671026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5663.07" OriginalAmount="5607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|186086-28436595/1254935831069704630/3179" HotelName="EDINBURGH CASTLE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14680000/14671300/14671268/016de019_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5793.36" OriginalAmount="5736.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.95409493" Longitude="-3.1919043" StarRating="5" HotelCode="636656|the_edinburgh_grand" HotelName="The Edinburgh Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>42 Saint Andrew Square, New Town, Edinburgh EH22AD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/b8/7db8e9433e17f87ad656403a7cf777b0b544830e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6143.83" OriginalAmount="6083.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.950075" Longitude="-3.1911210000001" StarRating="5" HotelCode="296651|old_town_chambers" HotelName="Old Town Chambers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roxburgh's Court, 323 High Street, Edinburgh EH1 1LW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/34/86348c7841a3940e9568df7b5daca6a935347aa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6462.41" OriginalAmount="6398.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9356088" Longitude="-3.1665945" StarRating="5" HotelCode="|29552" HotelName="Prestonfield House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Priestfield Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/5/5/2/29552_1_2670.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Prestonfield House (only Atlas) is rated five stars. It has a restaurant, bicycles (free of charge) and a car park (free of charge). SITUATION: This establishment is situated 3 kilometres away from la Royal Mile, close to gardens and a golf course. 5 minutes away from the establishment guests have the bus stop. ROOM: Each room has internet, a television, a mini-bar and garden views. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6499.47" OriginalAmount="6435.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="639271|636447" HotelName="Blackfriars Lofts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Blackfriars Street</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5a/b55a4fa99aa568656666868f5ce7df7e4d28a30f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6533.16" OriginalAmount="6468.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.9499898" Longitude="-3.2079193" StarRating="4" HotelCode="|167993" HotelName="The Rutland and Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Steet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/9/3/167993_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6738.72" OriginalAmount="6672.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.948162775" Longitude="-3.217971" StarRating="3" HotelCode="37553|ballantrae_hotel_at_the_west_end" HotelName="Grosvenor Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Diet Meals,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Grosvenor Crescent, Edinburgh, Midlothian EH12 5EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/fa/47fa03b74b6084931a7ab13e01c79fc0c5c4a196.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive guesthouse enjoys a peaceful location and is located in one of the most elegant area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7525.51" OriginalAmount="7451" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1376430-28598554/1254935831069704630/1690" HotelName="GLENEAGLES TOWNHOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1376430/2023918101435231.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7800.67" OriginalAmount="7723.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="55.953173496597" Longitude="-3.1896561384201" StarRating="5" HotelCode="10630|CAG695900" HotelName="The Balmoral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Princes Street, Edinburgh EH2 2EQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/7e/7e7e7b6147815d10faa900ed85735dff0670af0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated in an exclusive location and offers a beautiful view ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8299.17" OriginalAmount="8217" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48435-28510140/1254935831069704630/686" HotelName="BALLANTRAE WEST END" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1510000/1509900/1509805/066e1400_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3964.95" OriginalAmount="3925.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="0" Longitude="0" StarRating="3" HotelCode="|95014" HotelName="LINKS &amp;amp BAR" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-6 Alvanley Terrace, Whitehouse Loan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>SITUATION: It is inEdinburgh the city centre of it is 8 kilometres away from the airport situated 1 kilometre away fromWaverley the Railway Station of. ROOM: Clients can find 26 rooms with a bathroom, a hairdryer, a television, a direct line telephone, a coffee maker, a kettle, an iron and heating. FACILITIES: The establishment boasts a car park, a bar and a games room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Bicycle Rental,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,Air Conditioning,Golf,Heated Pool,Lounge,Nightclub,Shopping Arcade,Wheelchair Access,Kitchen,Garden,Spa,Babysitting,Concierge,Dry Cleaning,Meeting Room,Parking,Pets allowed,24 Hour Power Supply,Dining,Luggage Storage,24 Hour Security</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>AIRPORT HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,CITY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HOTEL,ECO HOTEL,APARTHOTEL,SPA HOTEL,APARTMENT HOTEL,HOSTEL,VILLAGE,GUEST HOUSES,APARTMENT</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
fdbe2241-c1d7-44b8-8609-96bd81c5196c|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="fdbe2241-c1d7-44b8-8609-96bd81c5196c">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-28T00:00:00" End="2026-10-01T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="23050|the_point_hotel_edinburgh" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="bbookholiday@gmail.com" Password="Punjab@1717" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|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
fdbe2241-c1d7-44b8-8609-96bd81c5196c|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fdbe2241-c1d7-44b8-8609-96bd81c5196c|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
fdbe2241-c1d7-44b8-8609-96bd81c5196c|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
fdbe2241-c1d7-44b8-8609-96bd81c5196c|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="fdbe2241-c1d7-44b8-8609-96bd81c5196c" TimeStamp="0001-01-01T00:00:00" HotelName="DoubleTree by Hilton Hotel Edinburgh City Centre" HotelCode="23050|CAT625700" StarRating="4" GTCityId="41120" CountryCode="GB" CityName="Edinburgh" CountryName="United Kingdom" Address="34 Bread Street, EH3 9AF Edinburgh, Scotland" PostCode="EH3 9AF" PhoneNo="+441312215555" FaxNo="+441312219929" Email="enquiries@pointhoteledinburgh.co.uk" CheckInTime="15:00" CheckOutTime="12:00" Latitude="55.945817524735" Longitude="-3.2032817602158" SourceId="1" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" RoomType="Room 1: Double room (twin beds)|Room 2: Double room (twin beds)|Room 3: Double room (twin beds)|Room 4: Double room (twin beds)" RoomTypeCode="h-bd0bf6a2-7c15-5e87-b081-362cca4449e5|63|MzQzMC4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3430" TotalPrice="3464.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 137.20-- city tax is included in the room rate.&lt;br/&gt;GBP 548.80-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3464.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room|Room 2: Twin room|Room 3: Twin room|Room 4: Twin room" RoomTypeCode="310325310|1|3524|27|MzUyNHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3524" TotalPrice="3559.24" 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="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T06:48:25.9945753+01:00" End="2026-10-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3524" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" RoomType="Room 1: Accessible Double room (full double bed) (bed type is subject to availability, handicap accessible)|Room 2: Accessible Double room (full double bed) (bed type is subject to availability, handicap accessible)|Room 3: Accessible Double room (full double bed) (bed type is subject to availability, handicap accessible)|Room 4: Accessible Double room (full double bed) (bed type is subject to availability, handicap accessible)" RoomTypeCode="h-05b942b9-27c7-52d1-a3cb-89a4e13742c4|63|MzUzMC4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3530" TotalPrice="3565.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 141.20-- city tax is included in the room rate.&lt;br/&gt;GBP 564.80-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3565.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" RoomType="Room 1: Accessible Double room (full double bed) (handicap accessible)|Room 2: Accessible Double room (full double bed) (handicap accessible)|Room 3: Accessible Double room (full double bed) (handicap accessible)|Room 4: Accessible Double room (full double bed) (handicap accessible)" RoomTypeCode="h-96db6ee2-7006-5067-b6d8-a2aef39372ad|63|MzYwMS4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3601" TotalPrice="3637.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 144.04-- city tax is included in the room rate.&lt;br/&gt;GBP 576.16-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3637.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" RoomType="Room 1: Double room (full double bed) (bed type is subject to availability)|Room 2: Double room (full double bed) (bed type is subject to availability)|Room 3: Double room (full double bed) (bed type is subject to availability)|Room 4: Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-918c7353-5c0c-58c7-8ebd-cba6a7be4fb5|63|MzY1MC4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3650" TotalPrice="3686.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 146.00-- city tax is included in the room rate.&lt;br/&gt;GBP 584.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3686.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double/Double|Room 2: Double/Double|Room 3: Double/Double|Room 4: Double/Double" RoomTypeCode="310309427|1|3664|27|MzY2NHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3664" TotalPrice="3700.64" 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="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T06:48:26.1393607+01:00" End="2026-10-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3664" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" RoomType="Room 1: Deluxe Castle view room|Room 2: Deluxe Castle view room|Room 3: Deluxe Castle view room|Room 4: Deluxe Castle view room" RoomTypeCode="h-37e6b71e-8686-5b81-a8e1-34614ca055bd|63|MzcwMS4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3701" TotalPrice="3738.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 148.04-- city tax is included in the room rate.&lt;br/&gt;GBP 592.16-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3738.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" RoomType="Room 1: Double room (full double bed)|Room 2: Double room (full double bed)|Room 3: Double room (full double bed)|Room 4: Double room (full double bed)" RoomTypeCode="h-9dc3b87a-51f5-5b98-b578-a68271d6eb1e|63|MzcyNC4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3724" TotalPrice="3761.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 148.96-- city tax is included in the room rate.&lt;br/&gt;GBP 595.84-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3761.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Double room (twin beds)|Room 2: Double room (twin beds)|Room 3: Double room (twin beds)|Room 4: Double room (twin beds)" RoomTypeCode="h-c0faa7a6-2c1c-5cf7-923e-1799edca321e|63|Mzc3Mi4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3772" TotalPrice="3809.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 150.88-- city tax is included in the room rate.&lt;br/&gt;GBP 603.52-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3809.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" RoomType="Room 1: Deluxe Castle view Double room (full double bed) (king size bed)|Room 2: Deluxe Castle view Double room (full double bed) (king size bed)|Room 3: Deluxe Castle view Double room (full double bed) (king size bed)|Room 4: Deluxe Castle view Double room (full double bed) (king size bed)" RoomTypeCode="h-12f1adcb-2fb3-53e6-a531-78d03da85003|63|Mzc3OS4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3779" TotalPrice="3816.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 151.16-- city tax is included in the room rate.&lt;br/&gt;GBP 604.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3816.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed - De Luxe - Castle view|Room 2: Double room King bed - De Luxe - Castle view|Room 3: Double room King bed - De Luxe - Castle view|Room 4: Double room King bed - De Luxe - Castle view" RoomTypeCode="310291828|1|3803|27|MzgwM3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3803" TotalPrice="3841.03" 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="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T06:48:26.9899747+01:00" End="2026-10-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3803" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" RoomType="Room 1: Accessible Deluxe Castle view Double room (full double bed) (bed type is subject to availability, handicap accessible)|Room 2: Accessible Deluxe Castle view Double room (full double bed) (bed type is subject to availability, handicap accessible)|Room 3: Accessible Deluxe Castle view Double room (full double bed) (bed type is subject to availability, handicap accessible)|Room 4: Accessible Deluxe Castle view Double room (full double bed) (bed type is subject to availability, handicap accessible)" RoomTypeCode="h-62466171-609f-56b8-9a48-f3baf039d561|63|MzgwOS4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3809" TotalPrice="3847.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 152.36-- city tax is included in the room rate.&lt;br/&gt;GBP 609.44-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3847.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin room|Room 2: Twin room|Room 3: Twin room|Room 4: Twin room" RoomTypeCode="310362710|3|3876|27|Mzg3NnxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3876" TotalPrice="3914.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="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T06:48:25.9945753+01:00" End="2026-10-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3876" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Accessible Double room (full double bed) (bed type is subject to availability, handicap accessible)|Room 2: Accessible Double room (full double bed) (bed type is subject to availability, handicap accessible)|Room 3: Accessible Double room (full double bed) (bed type is subject to availability, handicap accessible)|Room 4: Accessible Double room (full double bed) (bed type is subject to availability, handicap accessible)" RoomTypeCode="h-0ff5dd6f-2af1-5f21-93ba-76857213564d|63|Mzg4Mi4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3882" TotalPrice="3920.82" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 155.28-- city tax is included in the room rate.&lt;br/&gt;GBP 621.12-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3920.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" RoomType="Room 1: Accessible Double room (full double bed) (king size bed, handicap accessible)|Room 2: Accessible Double room (full double bed) (king size bed, handicap accessible)|Room 3: Accessible Double room (full double bed) (king size bed, handicap accessible)|Room 4: Accessible Double room (full double bed) (king size bed, handicap accessible)" RoomTypeCode="h-b7d0a4eb-fbdc-51c3-b172-ab521fd13dfa|63|Mzg4Ni4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3886" TotalPrice="3924.86" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 155.44-- city tax is included in the room rate.&lt;br/&gt;GBP 621.76-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3924.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" RoomType="Room 1: Accessible Deluxe Castle view Double room (full double bed) (handicap accessible)|Room 2: Accessible Deluxe Castle view Double room (full double bed) (handicap accessible)|Room 3: Accessible Deluxe Castle view Double room (full double bed) (handicap accessible)|Room 4: Accessible Deluxe Castle view Double room (full double bed) (handicap accessible)" RoomTypeCode="h-6c09ff3d-dd22-592a-b18a-c370a21e6164|63|Mzg4Ny4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3887" TotalPrice="3925.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 155.48-- city tax is included in the room rate.&lt;br/&gt;GBP 621.92-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3925.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin Guest Room Two Single Beds|Room 2: Twin Guest Room Two Single Beds|Room 3: Twin Guest Room Two Single Beds|Room 4: Twin Guest Room Two Single Beds" RoomTypeCode="20260928$20261001$W$163$15026$TWN.GR$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~22910b3~356472249~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK00750062000908208f6b^20260928$20261001$W$163$15026$TWN.GR$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~22910b3~356472249~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK00750062000908208f6b^20260928$20261001$W$163$15026$TWN.GR$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~22910b3~356472249~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK00750062000908208f6b^20260928$20261001$W$163$15026$TWN.GR$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~22910b3~356472249~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK00750062000908208f6b|8|Mzk0Ny4wOHxHQlB8MjAyNi0wOS0xNw==" OriginalAmount="3947" TotalPrice="3986.55" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-17T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3947.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: King Accessible Guest Room|Room 2: King Accessible Guest Room|Room 3: King Accessible Guest Room|Room 4: King Accessible Guest Room" RoomTypeCode="20260928$20261001$W$163$15026$DBL.KG$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~22910b3~1525758923~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK00750062000908208f6b^20260928$20261001$W$163$15026$DBL.KG$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~22910b3~1525758923~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK00750062000908208f6b^20260928$20261001$W$163$15026$DBL.KG$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~22910b3~1525758923~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK00750062000908208f6b^20260928$20261001$W$163$15026$DBL.KG$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~22910b3~1525758923~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK00750062000908208f6b|8|Mzk0Ny4wOHxHQlB8MjAyNi0wOS0xNw==" OriginalAmount="3947" TotalPrice="3986.55" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-17T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3947.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Accessible Double room (full double bed) (handicap accessible)|Room 2: Accessible Double room (full double bed) (handicap accessible)|Room 3: Accessible Double room (full double bed) (handicap accessible)|Room 4: Accessible Double room (full double bed) (handicap accessible)" RoomTypeCode="h-0ccba63f-280b-504d-91ff-0653ada5b089|63|Mzk2MC4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3960" TotalPrice="3999.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 158.40-- city tax is included in the room rate.&lt;br/&gt;GBP 633.60-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3999.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: TWIN GUEST ROOM TWO SINGLE BEDS, WIFI/COFFEE-TEA FACILITIES/LAPTOP SAFE, MINI FRIDGE/37 INCH SAT TV/IRON-BOARD/AIRCON|Room 2: TWIN GUEST ROOM TWO SINGLE BEDS, WIFI/COFFEE-TEA FACILITIES/LAPTOP SAFE, MINI FRIDGE/37 INCH SAT TV/IRON-BOARD/AIRCON|Room 3: TWIN GUEST ROOM TWO SINGLE BEDS, WIFI/COFFEE-TEA FACILITIES/LAPTOP SAFE, MINI FRIDGE/37 INCH SAT TV/IRON-BOARD/AIRCON|Room 4: TWIN GUEST ROOM TWO SINGLE BEDS, WIFI/COFFEE-TEA FACILITIES/LAPTOP SAFE, MINI FRIDGE/37 INCH SAT TV/IRON-BOARD/AIRCON" RoomTypeCode="00001|288cdc4e-9548-11f1-8ea4-1d03f37b6c7a$xjkTP8aoGO8eoU--FXm0r0nbPBOjWcK0c6PNq2CUsso6k0S1gigGRfGN-K9P_QA6fiijOnALy1be3yqWOQHPNfSPZzW-ztSzbTOsTpG555zA7hzGp5R87EPN_5zIl_8oYsW_0U4Hun2SbtIqYSwMJtwgB632vYOJRgHZ9dpWG3kBizbZZZ81uaOQQPJQ11bxREwm_i1gmcRdQnAg-NfWAnvr68_HENaJN-tEsHKmyBTshSx7dDOBv-YNWftQ5aggweYCnCEOaRP-1dh6zAkJmdXizbxTYMNKGKWvRIYoa97WtPoZx34PlX0nV70w5yXQHNpc5T56PPk|997.03^00001|288cdc4e-9548-11f1-8ea4-1d03f37b6c7a$xjkTP8aoGO8eoU--FXm0r0nbPBOjWcK0c6PNq2CUsso6k0S1gigGRfGN-K9P_QA6fiijOnALy1be3yqWOQHPNfSPZzW-ztSzbTOsTpG555zA7hzGp5R87EPN_5zIl_8oYsW_0U4Hun2SbtIqYSwMJtwgB632vYOJRgHZ9dpWG3kBizbZZZ81uaOQQPJQ11bxREwm_i1gmcRdQnAg-NfWAnvr68_HENaJN-tEsHKmyBTshSx7dDOBv-YNWftQ5aggweYCnCEOaRP-1dh6zAkJmdXizbxTYMNKGKWvRIYoa97WtPoZx34PlX0nV70w5yXQHNpc5T56PPk|997.03^00001|288cdc4e-9548-11f1-8ea4-1d03f37b6c7a$xjkTP8aoGO8eoU--FXm0r0nbPBOjWcK0c6PNq2CUsso6k0S1gigGRfGN-K9P_QA6fiijOnALy1be3yqWOQHPNfSPZzW-ztSzbTOsTpG555zA7hzGp5R87EPN_5zIl_8oYsW_0U4Hun2SbtIqYSwMJtwgB632vYOJRgHZ9dpWG3kBizbZZZ81uaOQQPJQ11bxREwm_i1gmcRdQnAg-NfWAnvr68_HENaJN-tEsHKmyBTshSx7dDOBv-YNWftQ5aggweYCnCEOaRP-1dh6zAkJmdXizbxTYMNKGKWvRIYoa97WtPoZx34PlX0nV70w5yXQHNpc5T56PPk|997.03^00001|288cdc4e-9548-11f1-8ea4-1d03f37b6c7a$xjkTP8aoGO8eoU--FXm0r0nbPBOjWcK0c6PNq2CUsso6k0S1gigGRfGN-K9P_QA6fiijOnALy1be3yqWOQHPNfSPZzW-ztSzbTOsTpG555zA7hzGp5R87EPN_5zIl_8oYsW_0U4Hun2SbtIqYSwMJtwgB632vYOJRgHZ9dpWG3kBizbZZZ81uaOQQPJQ11bxREwm_i1gmcRdQnAg-NfWAnvr68_HENaJN-tEsHKmyBTshSx7dDOBv-YNWftQ5aggweYCnCEOaRP-1dh6zAkJmdXizbxTYMNKGKWvRIYoa97WtPoZx34PlX0nV70w5yXQHNpc5T56PPk|997.03|23050|CAT625700|1|Mzk4OC4xMnxHQlB8MjAyNi0wOS0xOA==" OriginalAmount="3988" TotalPrice="4028.00" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 18/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-18T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4028.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Double room (full double bed) (bed type is subject to availability)|Room 2: Double room (full double bed) (bed type is subject to availability)|Room 3: Double room (full double bed) (bed type is subject to availability)|Room 4: Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-ef48615b-8884-5270-9332-697a27f7203c|63|Mzk5OS4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="3999" TotalPrice="4038.99" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 159.96-- city tax is included in the room rate.&lt;br/&gt;GBP 639.84-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4038.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" RoomType="Room 1: Accessible Deluxe Castle view Double room (full double bed) (king size bed, handicap accessible)|Room 2: Accessible Deluxe Castle view Double room (full double bed) (king size bed, handicap accessible)|Room 3: Accessible Deluxe Castle view Double room (full double bed) (king size bed, handicap accessible)|Room 4: Accessible Deluxe Castle view Double room (full double bed) (king size bed, handicap accessible)" RoomTypeCode="h-7900764f-00e9-503f-bfe8-6e166c8cacdb|63|NDAxMi4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="4012" TotalPrice="4052.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 160.48-- city tax is included in the room rate.&lt;br/&gt;GBP 641.92-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4052.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double/Double|Room 2: Double/Double|Room 3: Double/Double|Room 4: Double/Double" RoomTypeCode="310328799|3|4014|27|NDAxNHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="4014" TotalPrice="4054.14" 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="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T06:48:26.1393607+01:00" End="2026-10-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4014" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Castle view room|Room 2: Deluxe Castle view room|Room 3: Deluxe Castle view room|Room 4: Deluxe Castle view room" RoomTypeCode="h-d473d677-8ff3-576e-add1-41d7f760b0e2|63|NDA0MS4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="4041" TotalPrice="4081.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 161.64-- city tax is included in the room rate.&lt;br/&gt;GBP 646.56-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4081.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, TWIN BEDS|Room 2: GUEST ROOM, TWIN BEDS|Room 3: GUEST ROOM, TWIN BEDS|Room 4: GUEST ROOM, TWIN BEDS" RoomTypeCode="0|0|1296347925|1786427298083298B2035B3||no^1|0|1296347925|1786427298083298B2035B9||no^2|0|1296347925|1786427298083298B2035B15||no^3|0|1296347925|1786427298083298B2035B21||no|1017388|16|NDA3OC40NHxHQlB8MjAyNi0wOS0yMw==" OriginalAmount="4078" TotalPrice="4119.22" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/09/2026"><AdditionalDetails>Semi Flex Short. Best Rate Available. Depending on the hotel’s policy extra charge for children’s Stay and Breakfast is applicable and payable at hotel. Rates include all taxes which are charged by law ; however, rates exclude any taxes/fees which are payable directly to the hotel by the client upon arrival such as city tax, resort fee, facility fees, residence fee, environmental tax, urban fees, service charge, etc.&lt;br/&gt;Semi Flex Short. Best Rate Available. Depending on the hotel’s policy extra charge for children’s Stay and Breakfast is applicable and payable at hotel. Rates include all taxes which are charged by law ; however, rates exclude any taxes/fees which are payable directly to the hotel by the client upon arrival such as city tax, resort fee, facility fees, residence fee, environmental tax, urban fees, service charge, etc.&lt;br/&gt;Semi Flex Short. Best Rate Available. Depending on the hotel’s policy extra charge for children’s Stay and Breakfast is applicable and payable at hotel. Rates include all taxes which are charged by law ; however, rates exclude any taxes/fees which are payable directly to the hotel by the client upon arrival such as city tax, resort fee, facility fees, residence fee, environmental tax, urban fees, service charge, etc.&lt;br/&gt;Semi Flex Short. Best Rate Available. Depending on the hotel’s policy extra charge for children’s Stay and Breakfast is applicable and payable at hotel. Rates include all taxes which are charged by law ; however, rates exclude any taxes/fees which are payable directly to the hotel by the client upon arrival such as city tax, resort fee, facility fees, residence fee, environmental tax, urban fees, service charge, etc.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-19T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4119.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen/Queen|Room 2: Queen/Queen|Room 3: Queen/Queen|Room 4: Queen/Queen" RoomTypeCode="281265143|1|4087|27|NDA4N3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="4087" TotalPrice="4127.87" 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="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T06:48:27.1030744+01:00" End="2026-10-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4087" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Double room (full double bed)|Room 2: Double room (full double bed)|Room 3: Double room (full double bed)|Room 4: Double room (full double bed)" RoomTypeCode="h-169fd16f-3382-5c21-92aa-aa3ad9eea4cb|63|NDA5Ni4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="4096" TotalPrice="4136.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 163.84-- city tax is included in the room rate.&lt;br/&gt;GBP 655.36-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4136.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Two Double Beds Guest Room|Room 2: Two Double Beds Guest Room|Room 3: Two Double Beds Guest Room|Room 4: Two Double Beds Guest Room" RoomTypeCode="20260928$20261001$W$163$15026$DBL.GR-1$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~240115c~-417644665~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082201007^20260928$20261001$W$163$15026$DBL.GR-1$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~240115c~-417644665~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082201007^20260928$20261001$W$163$15026$DBL.GR-1$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~240115c~-417644665~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082201007^20260928$20261001$W$163$15026$DBL.GR-1$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~240115c~-417644665~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082201007|8|NDEwMy4zMnxHQlB8MjAyNi0wOS0xNw==" OriginalAmount="4103" TotalPrice="4144.35" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-17T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4103.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Castle view Double room (full double bed) (king size bed)|Room 2: Deluxe Castle view Double room (full double bed) (king size bed)|Room 3: Deluxe Castle view Double room (full double bed) (king size bed)|Room 4: Deluxe Castle view Double room (full double bed) (king size bed)" RoomTypeCode="h-07c2b361-1890-56e1-8c57-9e1019314a69|63|NDEyNy4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="4127" TotalPrice="4168.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 165.08-- city tax is included in the room rate.&lt;br/&gt;GBP 660.32-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4168.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room King bed - De Luxe - Castle view|Room 2: Double room King bed - De Luxe - Castle view|Room 3: Double room King bed - De Luxe - Castle view|Room 4: Double room King bed - De Luxe - Castle view" RoomTypeCode="310286339|3|4153|27|NDE1M3xHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="4153" TotalPrice="4194.53" 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="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T06:48:26.9899747+01:00" End="2026-10-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4153" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Accessible Deluxe Castle view Double room (full double bed) (bed type is subject to availability, handicap accessible)|Room 2: Accessible Deluxe Castle view Double room (full double bed) (bed type is subject to availability, handicap accessible)|Room 3: Accessible Deluxe Castle view Double room (full double bed) (bed type is subject to availability, handicap accessible)|Room 4: Accessible Deluxe Castle view Double room (full double bed) (bed type is subject to availability, handicap accessible)" RoomTypeCode="h-42fbe22c-1de4-5af9-9752-33d8b7308486|63|NDE2NC4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="4164" TotalPrice="4205.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 166.56-- city tax is included in the room rate.&lt;br/&gt;GBP 666.24-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4205.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Accessible Double room (full double bed) (king size bed, handicap accessible)|Room 2: Accessible Double room (full double bed) (king size bed, handicap accessible)|Room 3: Accessible Double room (full double bed) (king size bed, handicap accessible)|Room 4: Accessible Double room (full double bed) (king size bed, handicap accessible)" RoomTypeCode="h-09f23790-9d4f-5d47-971b-d6f02766d78f|63|NDI0My4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="4243" TotalPrice="4285.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 169.72-- city tax is included in the room rate.&lt;br/&gt;GBP 678.88-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4285.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Accessible Deluxe Castle view Double room (full double bed) (handicap accessible)|Room 2: Accessible Deluxe Castle view Double room (full double bed) (handicap accessible)|Room 3: Accessible Deluxe Castle view Double room (full double bed) (handicap accessible)|Room 4: Accessible Deluxe Castle view Double room (full double bed) (handicap accessible)" RoomTypeCode="h-d31489da-eaf9-5a0e-86f5-77db758a1867|63|NDI0NC4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="4244" TotalPrice="4286.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 169.76-- city tax is included in the room rate.&lt;br/&gt;GBP 679.04-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4286.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: King Deluxe Room With Castle View|Room 2: King Deluxe Room With Castle View|Room 3: King Deluxe Room With Castle View|Room 4: King Deluxe Room With Castle View" RoomTypeCode="20260928$20261001$W$163$15026$DBL.WV$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~2561205~1110339332~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090823610a3^20260928$20261001$W$163$15026$DBL.WV$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~2561205~1110339332~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090823610a3^20260928$20261001$W$163$15026$DBL.WV$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~2561205~1110339332~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090823610a3^20260928$20261001$W$163$15026$DBL.WV$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~2561205~1110339332~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090823610a3|8|NDI1OS41MnxHQlB8MjAyNi0wOS0xNw==" OriginalAmount="4260" TotalPrice="4302.12" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-17T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4259.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: King Accessible Deluxe Room With Castle View|Room 2: King Accessible Deluxe Room With Castle View|Room 3: King Accessible Deluxe Room With Castle View|Room 4: King Accessible Deluxe Room With Castle View" RoomTypeCode="20260928$20261001$W$163$15026$DBL.KG-1$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~2561205~81466021~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090823610a3^20260928$20261001$W$163$15026$DBL.KG-1$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~2561205~81466021~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090823610a3^20260928$20261001$W$163$15026$DBL.KG-1$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~2561205~81466021~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090823610a3^20260928$20261001$W$163$15026$DBL.KG-1$ID_B2B_26$RO$OG12SF$4~2~0$$N@07~A-SIC~2561205~81466021~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090823610a3|8|NDI1OS41MnxHQlB8MjAyNi0wOS0xNw==" OriginalAmount="4260" TotalPrice="4302.12" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-17T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4259.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST|Room 2: BED AND BREAKFAST|Room 3: BED AND BREAKFAST|Room 4: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin Guest Room Two Single Beds|Room 2: Twin Guest Room Two Single Beds|Room 3: Twin Guest Room Two Single Beds|Room 4: Twin Guest Room Two Single Beds" RoomTypeCode="20260928$20261001$W$163$15026$TWN.GR$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001234~-562700771~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090820d10ce^20260928$20261001$W$163$15026$TWN.GR$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001234~-562700771~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090820d10ce^20260928$20261001$W$163$15026$TWN.GR$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001234~-562700771~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090820d10ce^20260928$20261001$W$163$15026$TWN.GR$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001234~-562700771~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090820d10ce|8|NDMwMi4xMnxHQlB8MjAyNi0wOS0xNw==" OriginalAmount="4302" TotalPrice="4345.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-17T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4302.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST|Room 2: BED AND BREAKFAST|Room 3: BED AND BREAKFAST|Room 4: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: King Accessible Guest Room|Room 2: King Accessible Guest Room|Room 3: King Accessible Guest Room|Room 4: King Accessible Guest Room" RoomTypeCode="20260928$20261001$W$163$15026$DBL.KG$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001234~1325447755~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090820d10ce^20260928$20261001$W$163$15026$DBL.KG$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001234~1325447755~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090820d10ce^20260928$20261001$W$163$15026$DBL.KG$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001234~1325447755~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090820d10ce^20260928$20261001$W$163$15026$DBL.KG$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001234~1325447755~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090820d10ce|8|NDMwMi4xMnxHQlB8MjAyNi0wOS0xNw==" OriginalAmount="4302" TotalPrice="4345.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-17T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4302.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Accessible Deluxe Castle view Double room (full double bed) (king size bed, handicap accessible)|Room 2: Accessible Deluxe Castle view Double room (full double bed) (king size bed, handicap accessible)|Room 3: Accessible Deluxe Castle view Double room (full double bed) (king size bed, handicap accessible)|Room 4: Accessible Deluxe Castle view Double room (full double bed) (king size bed, handicap accessible)" RoomTypeCode="h-e510dd9c-e445-50f4-88ca-4fc5d43a58de|63|NDM4Mi4wMHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="4382" TotalPrice="4425.82" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 175.28-- city tax is included in the room rate.&lt;br/&gt;GBP 701.12-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4425.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST|Room 2: BED AND BREAKFAST|Room 3: BED AND BREAKFAST|Room 4: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Two Double Beds Guest Room|Room 2: Two Double Beds Guest Room|Room 3: Two Double Beds Guest Room|Room 4: Two Double Beds Guest Room" RoomTypeCode="20260928$20261001$W$163$15026$DBL.GR-1$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~20012e0~-1465583442~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090825c116c^20260928$20261001$W$163$15026$DBL.GR-1$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~20012e0~-1465583442~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090825c116c^20260928$20261001$W$163$15026$DBL.GR-1$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~20012e0~-1465583442~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090825c116c^20260928$20261001$W$163$15026$DBL.GR-1$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~20012e0~-1465583442~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090825c116c|8|NDQ2MC45MnxHQlB8MjAyNi0wOS0xNw==" OriginalAmount="4461" TotalPrice="4505.53" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-17T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4460.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Queen/Queen|Room 2: Queen/Queen|Room 3: Queen/Queen|Room 4: Queen/Queen" RoomTypeCode="281265143|3|4478|27|NDQ3OHxHQlB8MjAyNi0wOC0xMQ==" OriginalAmount="4478" TotalPrice="4522.78" 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="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T06:48:27.1030744+01:00" End="2026-10-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4478" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Room RUN OF HOUSE|Room 2: Room RUN OF HOUSE|Room 3: Room RUN OF HOUSE|Room 4: Room RUN OF HOUSE" RoomTypeCode="20260928$20261001$W$163$15026$ROO.RO-2$ID_B2B_70$RO$B2B$4~2~0$$N@07~A-SIC~20211ac~1924918449~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090820211ac^20260928$20261001$W$163$15026$ROO.RO-2$ID_B2B_70$RO$B2B$4~2~0$$N@07~A-SIC~20211ac~1924918449~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090820211ac^20260928$20261001$W$163$15026$ROO.RO-2$ID_B2B_70$RO$B2B$4~2~0$$N@07~A-SIC~20211ac~1924918449~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090820211ac^20260928$20261001$W$163$15026$ROO.RO-2$ID_B2B_70$RO$B2B$4~2~0$$N@07~A-SIC~20211ac~1924918449~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090820211ac|8|NDUyNC4wMHxHQlB8MjAyNi0wOS0xOA==" OriginalAmount="4524" TotalPrice="4569.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 18/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-18T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4524.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST|Room 2: BED AND BREAKFAST|Room 3: BED AND BREAKFAST|Room 4: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: King Deluxe Room With Castle View|Room 2: King Deluxe Room With Castle View|Room 3: King Deluxe Room With Castle View|Room 4: King Deluxe Room With Castle View" RoomTypeCode="20260928$20261001$W$163$15026$DBL.WV$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001388~180602916~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082021208^20260928$20261001$W$163$15026$DBL.WV$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001388~180602916~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082021208^20260928$20261001$W$163$15026$DBL.WV$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001388~180602916~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082021208^20260928$20261001$W$163$15026$DBL.WV$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001388~180602916~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082021208|8|NDYxNi4wMHxHQlB8MjAyNi0wOS0xNw==" OriginalAmount="4616" TotalPrice="4662.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-17T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4616.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST|Room 2: BED AND BREAKFAST|Room 3: BED AND BREAKFAST|Room 4: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: King Accessible Deluxe Room With Castle View|Room 2: King Accessible Deluxe Room With Castle View|Room 3: King Accessible Deluxe Room With Castle View|Room 4: King Accessible Deluxe Room With Castle View" RoomTypeCode="20260928$20261001$W$163$15026$DBL.KG-1$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001388~-848270395~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082021208^20260928$20261001$W$163$15026$DBL.KG-1$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001388~-848270395~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082021208^20260928$20261001$W$163$15026$DBL.KG-1$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001388~-848270395~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082021208^20260928$20261001$W$163$15026$DBL.KG-1$ID_B2B_26$BB$OG12BF$4~2~0$$N@07~A-SIC~2001388~-848270395~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082021208|8|NDYxNi4wMHxHQlB8MjAyNi0wOS0xNw==" OriginalAmount="4616" TotalPrice="4662.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-17T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4616.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE DELUXE KING BED|Room 2: DOUBLE DELUXE KING BED|Room 3: DOUBLE DELUXE KING BED|Room 4: DOUBLE DELUXE KING BED" RoomTypeCode="20260928$20261001$W$163$15026$DBL.DX-KG$ID_B2B_70$RO$B2B$4~2~0$$N@07~A-SIC~2181258~-46702140~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082181258^20260928$20261001$W$163$15026$DBL.DX-KG$ID_B2B_70$RO$B2B$4~2~0$$N@07~A-SIC~2181258~-46702140~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082181258^20260928$20261001$W$163$15026$DBL.DX-KG$ID_B2B_70$RO$B2B$4~2~0$$N@07~A-SIC~2181258~-46702140~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082181258^20260928$20261001$W$163$15026$DBL.DX-KG$ID_B2B_70$RO$B2B$4~2~0$$N@07~A-SIC~2181258~-46702140~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082181258|8|NDY5Ni4yNHxHQlB8MjAyNi0wOS0xOA==" OriginalAmount="4696" TotalPrice="4743.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 18/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-18T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4696.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE Accesible Deluxe |Room 2: DOUBLE Accesible Deluxe |Room 3: DOUBLE Accesible Deluxe |Room 4: DOUBLE Accesible Deluxe " RoomTypeCode="20260928$20261001$W$163$15026$DBL.H6-DX$ID_B2B_70$RO$B2B$4~2~0$$N@07~A-SIC~2181258~-1247882778~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082181258^20260928$20261001$W$163$15026$DBL.H6-DX$ID_B2B_70$RO$B2B$4~2~0$$N@07~A-SIC~2181258~-1247882778~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082181258^20260928$20261001$W$163$15026$DBL.H6-DX$ID_B2B_70$RO$B2B$4~2~0$$N@07~A-SIC~2181258~-1247882778~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082181258^20260928$20261001$W$163$15026$DBL.H6-DX$ID_B2B_70$RO$B2B$4~2~0$$N@07~A-SIC~2181258~-1247882778~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK007500620009082181258|8|NDY5Ni4yNHxHQlB8MjAyNi0wOS0xOA==" OriginalAmount="4696" TotalPrice="4743.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 18/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-18T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4696.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST|Room 2: BED AND BREAKFAST|Room 3: BED AND BREAKFAST|Room 4: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Room RUN OF HOUSE|Room 2: Room RUN OF HOUSE|Room 3: Room RUN OF HOUSE|Room 4: Room RUN OF HOUSE" RoomTypeCode="20260928$20261001$W$163$15026$ROO.RO-2$ID_B2B_70$BB$B2B$4~2~0$$N@07~A-SIC~21a1336~-185445226~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090821a1336^20260928$20261001$W$163$15026$ROO.RO-2$ID_B2B_70$BB$B2B$4~2~0$$N@07~A-SIC~21a1336~-185445226~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090821a1336^20260928$20261001$W$163$15026$ROO.RO-2$ID_B2B_70$BB$B2B$4~2~0$$N@07~A-SIC~21a1336~-185445226~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090821a1336^20260928$20261001$W$163$15026$ROO.RO-2$ID_B2B_70$BB$B2B$4~2~0$$N@07~A-SIC~21a1336~-185445226~N~~~NOR~~6346ABC31A7B47F178642725762705AAUK0075006200090821a1336|8|NDkxOC4yNHxHQlB8MjAyNi0wOS0xOA==" OriginalAmount="4918" TotalPrice="4967.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 18/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-18T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4918.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - De Luxe - Castle view|Room 2: Double room - De Luxe - Castle view|Room 3: Double room - De Luxe - Castle view|Room 4: Double room - De Luxe - Castle view" RoomTypeCode="179261969|3|5042|27|NTA0MnxHQlB8MjAyNi0wOS0yMw==" OriginalAmount="5042" TotalPrice="5092.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-19T00:00:00" End="2026-09-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5042" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/da/27/da274c7a1cd92d0ac7afa7fbf1c3756e7feaed68.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/be/7a/be7a200b3683877d3b465033047e4ab0f9630266.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/86/c9/86c982dd2e1397e47c9b1a5f54a71072242aafc9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7b/15/7b155af4739d32c7701a15402f48e3847fc505da.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/73/38/73383a4a5cddca012a55c5998363e633ea35df0f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/8c/e8/8ce83703628fc98297b308e0dc0245e7dd9d9832.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ab/88/ab88f9f93d289f41f3911117a468ef08e6aabe61.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/19/47/1947b0511743062f0fba886faf1745daccd7a5bb.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d6/e9/d6e9c54ea5cc64f063a0e66661d24305a28abea6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/29/39/29391095917f569812f90839e39aeeb7205c6965.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/75/93/75934f0fc1a425250152dcf847eb0fd8f4f28758.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/59/c9/59c99086fa584a445678c3d3d32f5a42f0efde58.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/61/ab/61ab70d6b9fa560b2cf83b15f83bf86666013324.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0f/5e/0f5eb416629696efbb2c2e74da05eb9d858b55b0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/51/90/51901ca6f4c06e8ed03abb8945c1e671f5ebdf7b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/fe/d4/fed4162835a97a285f0f310977c3947516454cb0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/bc/7b/bc7b1ef7fac9d802e57c1e40206a276f6ba1a6aa.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/01/fa/01fa351ec54aaa65c72a7453cb4c1ae90a866df3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/86/c4/86c4bb517f86daea3eb9d418741836d6a039273e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2f/5f/2f5fbbe2105f504a7cd576d8b6f2d81dbc1ed2b4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d5/d2/d5d2814abfcf0abe1753fe17f5a4572618c6d78c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9b/62/9b62bac2dcf81c69f5461186477c951352b018ab.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6d/a7/6da770f1a9fd1580fe9b7dbf78348abfecbc0cdb.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/95/d1/95d184088c4bc4ef162fa94d83b3661efc8f4cf5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d5/08/d5084f4361ad141300891cf688f35fd267fe0c5d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/19/d8/19d85a8f82f134df301561ac7a394703af992204.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/85/09/85094de5109e46f651113756f0a04ecd85a628a6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b1/24/b124da4fa1db3fa3872a4356945b05c55d62a0a6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a1/69/a169cec52e82d7cb7b3d567af4b84b4a2c5b3449.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/14/7d/147d4849c4d29006229759ef0e9380856a728e8d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ab/58/ab588a6161b2e3e11ce8c6a397e1350711dc4054.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fa/09/fa09f58aecb3f854a16ba52b9576aa7ca6e08688.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8d/4a/8d4a57adf8d438a458a0804bd302dc5b343323a9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7e/11/7e113441a3e88c66bce05480cbf65258be5b2372.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e7/31/e731482e21a6a8748bb0303bed811cd958ef5121.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d0/46/d046f247da154327dd2b12c2a235821f7dd32861.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4e/ef/4eefcc734dd83f6c72b4e1542efd6c5c7004a0ed.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7b/3d/7b3d6791205df7ac81dbe37d7eb8e951db6e2b8d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4c/6e/4c6eef5e7f1cc0e2dab99a64e77ea0d634cfc9a3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8e/56/8e56880712b4de0ff4eec3a0b4bc6e3f19b38788.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ba/6b/ba6b327ce3f5ac857a3b0bb4d0f238ccbcfdb518.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6b/09/6b09c24a90560f2fc90a63b4e4a55100a9178832.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/12/90/1290e3d3e2c8be822fb01be9f85209da5d413def.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/df/11/df1157fbf3dc7b1d2e9424647dd8baf6f72c2fcc.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/bf/97/bf97f6f19c8f229458cb35cd026fe1fb396d0e51.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e9/7f/e97f24bd99d92c64b19a9374112c4b8289539251.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/83/0f/830f0c97993351357e889db7818e5e468eff0bfa.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3c/de/3cde0f047cb0d3ae1fe23ffc55429ce1dc2b3171.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/41/60/4160d792d1f958ebd94c7e74bf38556e657db424.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/88/41/88417646b538fff8d9799653712953ce7e8c5391.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This welcoming hotel is located in the shadow of Edinburgh Castle and is only a few minutes from the Princes Street shopping area, Edinburgh's financial centre with the Edinburgh International Conference Centre, and the historic city centre. It is ideally located for those wishing to explore the sights and rich cultural heritage of Edinburgh. There is a public transport stop directly in front of the hotel, while it is approximately 13 km to Turnhouse airport.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;139 non-smoking rooms, including 3 suites, single rooms and 135 double rooms, are located on 4 storeys and can be reached by lift. Staffed 24 hours a day, the reception desk makes check-in and check-out easy. A currency exchange service, room service, a laundry service, a conference room and a business centre are available. Internet access in public areas allows guests to stay in touch while on holiday. Wheelchair-accessible facilities are available. There are also a number of shops that make for great strolling and browsing. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and individually adjustable heating ensure that rooms maintain comfortable temperatures. All rooms are carpeted and have a double bed or a king-size bed. A safe, a minibar and a desk are also available. A mini fridge and a tea/coffee station are standard features. An ironing set is provided for guests' convenience. A direct dial telephone, a television with satellite/cable channels, a radio and WiFi are provided as well. 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;After an eventful day, guests can work out and recharge in the gym. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Catering options available at the hotel include bed and breakfast and half board. Guests can choose to book options such as breakfast, lunch or dinner. Staff are also happy to provide special dietary cuisine.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the establishment: American Express, VISA, Diners Club and MasterCard.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 13.95 GBP per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast available free of charge for children.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Early check-in and/or late check-out is available for an additional fee. Cost: 10.00 GBP.&lt;br /&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable parking available. Cost: 12.00 GBP per day.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-131-2219929</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-131-2215555</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1995</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>139</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>135</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour check-in</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</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>Shops</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 high-chairs</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</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>Restaurant(s) with smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half Board</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>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Special Diet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Continental Breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bars / Pubs</Description><Value>500 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>5 Meters</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
dcbb37c0-1888-49aa-9750-0ba823e91cce|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="dcbb37c0-1888-49aa-9750-0ba823e91cce">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47161" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-10T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="4.0" MaxRating="5.0" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="" Password="" RequestedCurrency="USD" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
dcbb37c0-1888-49aa-9750-0ba823e91cce|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-08-11T06:49:13.9567221+01:00" Version="0" EchoToken="Search" TransactionIdentifier="dcbb37c0-1888-49aa-9750-0ba823e91cce" Currency="USD">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.734530603847" Longitude="115.16625290142" StarRating="2" HotelCode="398659|swandewi_homestay" HotelName="Swandewi Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Samudra 06, Jalan Kartika Plaza, Kartika Plaza, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b5/89b595e14ed111e4412e116df355b51daa46e304.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71817541" Longitude="115.17038772" StarRating="2" HotelCode="553989|segara_sadhu_inn" HotelName="Segara Sadhu Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang I 3, Jalan Poppies II, Legian, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/91/9f913fa0eff4175219579cc8460f55f8b0ff45fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant and room service, for a c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71663748" Longitude="115.17340309" StarRating="1" HotelCode="594427|budget_door_legian_inn" HotelName="Budget Door Legian Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies 2, Gang Gora 7, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/84/a7844ad1d14807ff7266b311cbf908f9b609089a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73535459" Longitude="115.16842224" StarRating="2" HotelCode="522675|mertha_jati_hotel" HotelName="Mertha Jati Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="24 Hour Power Supply,Airport Transfer (on Demand),Garden,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar 8, Tuban-Kuta, Kuta 13220, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/5e/105e034b8a4083d423580ff626c2b6cce7736f47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Mertha Jati Hotel is simply furnished rooms come with a TV and either air conditioning or a fan with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7166091" Longitude="115.17256858" StarRating="2" HotelCode="491645|cempaka_3_inn" HotelName="Cempaka 3 Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies II, Jalan Benesari, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/68/7968f9a05f6c308b6bc0f9a083bd49a94551cc34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7232900630948" Longitude="115.1754316833" StarRating="2" HotelCode="324627|kuta_sari_house" HotelName="Kuta Sari House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bunisari 14b, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/77/1177c1a83b60c1aaae4bd606135987ea4a3d3949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71788245" Longitude="115.17634491" StarRating="2" HotelCode="492456|pondok_3_mertha" HotelName="Pondok 3 Mertha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mataram 69, Samuan Tiga II, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa962294aa419ecd386b6418e1c5fbeef857da51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72057391" Longitude="115.17174934" StarRating="2" HotelCode="435008|pesona_beach_inn" HotelName="Pesona Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies I 31, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/14/1f140404b24f19cc8258f977bf889b066c738ab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7265232" Longitude="115.17690049" StarRating="3" HotelCode="878782|gana_inn_legian" HotelName="Puri Dibia Hotel by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Raya Kuta 20X, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/57/85579e865758e5ea41dbdfd3aa4458ccf6004c91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.723639341167" Longitude="115.17333626747" StarRating="2" HotelCode="915194|guest_house_matahari" HotelName="Guest House Matahari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tegal Wangi No 14, Kuta Tuban 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/4e/e34e45b6866d81383194969817326ad58d987e13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71917462" Longitude="115.17341897" StarRating="3" HotelCode="497892|the_kubu_hotel" HotelName="The Kubu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gang Sorga, Jalan Poppies 1, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/6e/8a6e13959e784d9279635c18f2e2ef8c2f416e7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7175169515149" Longitude="115.17391254541" StarRating="2" HotelCode="489045|mahendra_beach_inn" HotelName="Mahendra Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies II, Gang Ronta, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b9/92b9d84baae8c347d2572fe12fc012ddbb08a85e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71196342" Longitude="115.17409913" StarRating="3" HotelCode="522260|the_legian_777_guest_house" HotelName="The Legian 777 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Patimura 777, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/be/30be685aa4e6f5e04049cebaf4e881d4304b2803.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73242" Longitude="115.171386" StarRating="2" HotelCode="915190|sapta_petala" HotelName="Sapta Petala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar No 27, Tuban 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/e4/53e462323f27490fe62530852d38a1a5c1c093f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7236605506032" Longitude="115.1752781868" StarRating="2" HotelCode="915187|hotel_s8_2" HotelName="S 8 Suardana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Massage Centre,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Buni Sari 14 A, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/84/b684085a510acb6f22855cf6e0e814fa8dde47ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7433221147686" Longitude="115.17245178323" StarRating="2" HotelCode="334943|airport_kuta_hotel_and_residences" HotelName="Airport Kuta Hotel And Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Elang 5, Komplek Burung, Tuban, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/0e/f90e534837dd5b79dd72c87e42897a5eb26bc38a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.711476" Longitude="115.171682" StarRating="3" HotelCode="292317|the_aromas_of_bali_hotel__residence" HotelName="Aromas of Bali and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Legian No 191, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1a/b01a996e756396df04ab39506eddfa33d96b8949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71363045" Longitude="115.17114163" StarRating="2" HotelCode="407781|ayu_lili_garden_cottages" HotelName="Ayu Lili Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Legian, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/0d/6b0daa32df987a8fa4c973309791d2b3ebfed5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71466789" Longitude="115.17224347" StarRating="2" HotelCode="481345|reddoorz_benesari_2" HotelName="RedDoorz @ Benesari 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Lebak Bene, Kuta Bali Benesari, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/b4/a2/b4a21f97f023f5dd9726fe98a7963789f51d9ab1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7106874490939" Longitude="115.17876947885" StarRating="3" HotelCode="915192|everyday_smart_hotel" HotelName="Everyday Smart Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Patih Jelantik 12/12A, Central Park, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/14/61147c06d066e2d68a305dd762340608514ac8ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="0" HotelCode="963027|reddoorz_legian_street" HotelName="Keola Hotel Legian by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian, Gang Cempaka 3, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/74/9a7493f67fd9873e8190f3bf5ed7be03f30d23db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7075759288043" Longitude="115.18359314068" StarRating="2" HotelCode="333225|al_isha_hotel" HotelName="Al Isha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Mertasari  27, Sunset Road, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/4d/c54d70c110770ca80220973c231a3816548b42d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73515448" Longitude="115.17392404" StarRating="2" HotelCode="504168|rabasta_graha_weda_suite_" HotelName="RaBaSTa Graha Weda Suite @ Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bhineka Jati Jaya IV 3, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/4a/194ad97b9ebd2cbfc46535ab9dffc12353b169a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rabasta Graha Weda Suite @ Kuta is perfectly located for both business and leisure guests in Bali. B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.682915" Longitude="115.166789" StarRating="3" HotelCode="292748|the_sunset_point_hotel" HotelName="The Sunset Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 88-99, Seminyak, Kuta Utara, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/1e/c01ee16c649aa48a792cdb425a4ebffe0c984560.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7157015758267" Longitude="115.17380162812" StarRating="3" HotelCode="113522|simpang_inn" HotelName="Simpang Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 133, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9b/139bc7baca09e8c75ee8b69b28f0a541ed041a94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7112887" Longitude="115.18126648" StarRating="2" HotelCode="333532|rabasta_taxa_inn_kuta_raya_" HotelName="Taxa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 77, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/1b/fa1b0b70f6b80e2cdd42e3650b03c9d493ee20cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Rabasta Taxa Inn  in Kuta, you'll be minutes from S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7187524134592" Longitude="115.17261516102" StarRating="3" HotelCode="380286|waringin_homestay" HotelName="Waringin Home Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies 1, Gang Sorga 9, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/1f/301fa25bae93c23a7df7ade2107d3af5a25d266f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71852137" Longitude="115.17184338" StarRating="2" HotelCode="38549|sorga_cottages" HotelName="Hotel Sorga Cottages Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies 1, Gang Sorga Kuta, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2b/85/2b85533c10566594c43453b19cbaa92e507c0d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Pantai Kuta Street, the hotel is just 20 minutes' drive from the Bali International Airpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71850159" Longitude="115.17382363" StarRating="3" HotelCode="334174|gemini_star_hotel" HotelName="Gemini Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies II, Gang Ronta, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/be/e0beb604f94dd584cc1cb14c62619c78998c8e37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71251938" Longitude="115.17115012" StarRating="3" HotelCode="490415|kondra_premiere_" HotelName="Kondra Premiere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Arjuna 1, Jalan Benesari, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4e/974e33cf3db66218a9b882b3230f1290e559b776.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71735569" Longitude="115.17880709" StarRating="3" HotelCode="488424|teges_inn" HotelName="Teges Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Majapahit 39, Gang Teges, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/zz/f4ad3c318c49724928d28828cd505435c7ee7924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Teges Inn in Kuta (Raya Kuta), you'll be minutes from Mall Bali Gal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7337926000522" Longitude="115.16894525666" StarRating="3" HotelCode="325323|taman_sari_cottage_ii" HotelName="Taman Sari Cottage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza Gang, Pudak Sari 1, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/77/28775cfae69f3a9e984719c7bbc5649440e58ed8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.712003" Longitude="115.172905" StarRating="2" HotelCode="67188|restu_bali_hotel" HotelName="Restu Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian 113, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/5b/5f5bea3986e2e4589cfb7695df22f356ece830a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Kuta, around a 20-minute drive from Ngurah Rai International Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7225268" Longitude="115.1746149" StarRating="3" HotelCode="641321|dpande" HotelName="D'Pande" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta 15, Banjar Pande Mas, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/dd/7bdd9b477b53e80175a321e07b13711f41ea9764.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71426126" Longitude="115.17190553" StarRating="2" HotelCode="761893|sari_indah_cottages" HotelName="Sari Indah Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/41/614188add3d377ee65e3811c4a9939ba075ebc23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.81280843" Longitude="115.15771994" StarRating="1" HotelCode="820765|taste_of_bali_hostel" HotelName="Taste Of Bali Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Uluwatu, Gang Ambara 1, Ungasan, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/29/652908ac827f256b6689fe8a0815da4155f3147f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73141457" Longitude="115.17090928" StarRating="2" HotelCode="382887|the_tirtha_inn_pondok_anyar" HotelName="Pondok Anyar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Gang Kingkong I 2, Kuta, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/00/37008d56a95211085b26ea4b97287cb83fcfb0d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and amenities are available to guests in the complex. A theatre hall is among th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71735798" Longitude="115.17210669" StarRating="2" HotelCode="492176|palm_garden_kuta_hotel" HotelName="Palm Garden Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Popies II 19, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/97/0f97f27742501ddbfb1768e7d368ea666144f701.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="2" HotelCode="113524|puri_dibia_hotel" HotelName="Puri Dibia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Raya Kuta 20X, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/31/6e313458fb4279c4a2c6a851f4840d6ab003c25d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuta in Bali, this hotel enjoys a strategic location, as it is situated close to many res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73466401" Longitude="115.16651009" StarRating="2" HotelCode="327784|agus_beach_inn" HotelName="Agus Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza gang Samudra 77x, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/64/0f64149fd46dfa5a86938d088656bea637b31917.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.725614" Longitude="115.174744" StarRating="3" HotelCode="900061|bakung_sari_resort_and_spa_2" HotelName="Bakungsari Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Garden,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Singasari, P.O. Box 1044, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/db/03db1d8ccae1fa4f5d382cf00f4f51844b5145bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a short walk from the white sandy beach of Kuta and only 2 km from Denpasar Internation...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.705714" Longitude="115.177668" StarRating="3" HotelCode="173540|spazzio_bali_hotel" HotelName="Spazzio Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri No. 20, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/6a/dd6a9898505e659a07d4e8f6e30cfa1cdc26506d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Kuta area of Bali just 200 m from Central Park and some 500 m from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71062325" Longitude="115.1704255" StarRating="1" HotelCode="113530|sayang_maha_mertha" HotelName="Sayang Maha Mertha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Bicycle Rental,Business Centre,Concierge,Currency Exchange,Dry Cleaning,Elevator,Garden,Internet,Laundry,Lounge,Luggage Storage,Massage Centre,Parking,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Melasti, Lebak Bene, Legian Klod, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/bb/18bb9140048e2bd76f9d7827fa574148f7ba86ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sayang Maha Mertha Hotel welcomes you to Bali the island of Gods. Hotel is located in the famous vil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7223473333333" Longitude="115.17569066667" StarRating="2" HotelCode="199847|bemo_corner_guest_house" HotelName="Bemo Corner Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai 10 A, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e9/97e9fa9113d58a55bc03dd2c5c909062036d985d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities for a comfortable stay. A theatre hall is available to guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.734603" Longitude="115.166776" StarRating="3" HotelCode="327939|dedy_beach_inn_kuta" HotelName="Dedy Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Samudra 55, Jalan Kartika Plaza, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/35/4335a42732ba14d8317b2ec8f64165a3234059b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.80206" Longitude="115.122845" StarRating="4" HotelCode="900051|new_kuta_hotel" HotelName="New Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. New Kuta Condotel, Kawasan Pecatu Indah Resort, Pecatu, Kuta Selatan, 80364 Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/21/1b211080789de41a2160be95e84288baeab63634.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.717458" Longitude="115.175946" StarRating="3" HotelCode="402224|kamini_hotel_legian" HotelName="Transera Kamini Legian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian, Gang Troppozone, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/ce/9bce38a792e6e77bbbb98080165f3fb8e1746f39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7235563336003" Longitude="115.17344280731" StarRating="2" HotelCode="335600|rabasta_angkul_angkul_beach_inn_kuta" HotelName="Angkul Angkul Beach Inn Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tegal Wangi 21, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/19/5719538e8741dcfc7cf43dbe06c87615c3dd0fd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72275308" Longitude="115.17330604" StarRating="2" HotelCode="625759|cara_cara_inn" HotelName="Cara Cara Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Khayangan Suci, Lingkungan Pande Mas, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/53/f353473e04931799bd58f2aa242a8a5eab1fe3cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="0" HotelCode="983621|santhi_graha_kuta" HotelName="Guna Graha Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bakung Sari, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/25/e925876083e3ee9450f8f2a8cc9e08e4e033d55d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.715887" Longitude="115.181141" StarRating="2" HotelCode="292327|grandmashotels_kuta" HotelName="J Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 88D, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/29/8a29cf159b28319361d85a7e36418388e6cc1fdc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71090904" Longitude="115.17066455" StarRating="3" HotelCode="350246|amaris_hotel_lebak_bene__kuta" HotelName="Amaris Lebak Bene Kuta - Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Bene, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/6f/f76f5cddd0089e5c3893a522db540edc69cedfca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7183986669913" Longitude="115.17450557427" StarRating="3" HotelCode="113521|maxi_hotel__spa" HotelName="Maxi Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Legian Street 83A, Badung, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/1d/001dfba974f9c9d40a0734e58ba6561ba25cb39e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7027053297995" Longitude="115.16766749144" StarRating="3" HotelCode="113515|grand_sinar_indah" HotelName="Grand Sinar Indah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Padma Utara, Legian Tengah, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/bd/f8bd1f622d3dc18cf4b8dd2cdc218e7d7d6a61bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.736487" Longitude="115.177144" StarRating="2" HotelCode="177875|pondok_sari_kuta_bali" HotelName="Pondok Sari Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nyangnyang Sari 7B, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/25/9625f9810c1174997e392b1d9aa660c542c87f5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuta, this hotel is a 10-minute drive from the popular Kuta Beach, Pepito su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.734741" Longitude="115.165557" StarRating="2" HotelCode="371848|bakung_beach_resort_3" HotelName="Bakung Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Tuban, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/f1/baf11cbc6f8a639bd96eb5c043013fe14d1f415d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 100 metres from Kuta beach, 10 minutes' walk from the art market and only 5 min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72581674" Longitude="115.18113122" StarRating="3" HotelCode="594879|kimono_hotel" HotelName="Kimono Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 38, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/77/dd77522817267b436a8a0b1eae083a83ebbe7d33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7335335635773" Longitude="115.1720878458" StarRating="2" HotelCode="334982|my_home__bali" HotelName="My Home @ Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bhineka Jatijaya XI/27, Kubu Anyar, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/3e/5a3ed763ecebe9cd34bc32075c0ba61e27129862.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72287487" Longitude="115.17480837" StarRating="2" HotelCode="553786|kuta_ecostay" HotelName="Kuta EcoStay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Gang Lotring 12, Kuta 80361, Kabupaten Badung</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/9c/2d9cc5d610e41e7f72dca91117b3d720577792ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.70481" Longitude="115.181329" StarRating="3" HotelCode="932444|sun_royal_bali_2" HotelName="Sun Royal Hotel Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 6, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/c3/d9c3a0542816ee033ffce30b29eac362570b7b76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72465569" Longitude="115.17351044" StarRating="3" HotelCode="594395|ab_hotel_kuta" HotelName="AB Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bakung Sari, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0f/ac0fef996941be33cc0d49b6aa0071ae9bb7c2b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="1" HotelCode="778959|dbeds_hostel_by_soscomma" HotelName="Dbeds Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai, Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/ac/73ac8fbdb84ad982945777fa01fba56039f4831b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located at jalan Pantai Kuta where Kuta beach and all the amenities and eateries, enter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.718435" Longitude="115.180774" StarRating="3" HotelCode="221718|rhadana_hotel_2" HotelName="Rhadana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl Raya Kuta 88, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/29/4829b614758d36eb0a35a5e7f63dec0d5a779c33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.728742" Longitude="115.168859" StarRating="2" HotelCode="65747|flamboyan_hotel" HotelName="Flamboyan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza Kuta, P.O. Box 2030, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/32/89321035e65ff8dbbb762559eb732ee9e8a3a58f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Surrounded by luscious tropical gardens, this hotel is located in the popular holiday resort of Kuta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7327034732404" Longitude="115.16923380185" StarRating="3" HotelCode="335384|rabasta_beach_resort_kuta" HotelName="Rabasta Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Pudaksari Lane 3, 83061 Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/54/c854df5325a73fbcfa082c4129ea8ec93dab5ef0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7173508193859" Longitude="115.17319904556" StarRating="2" HotelCode="504173|gora_beach_inn_" HotelName="Gora Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian, Gang Poppies II, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/a1/efa19a9a04160ffb8d172a67466de9f1794ef5d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6719404845451" Longitude="115.16028802943" StarRating="3" HotelCode="936770|hotel_neo_seminyak__petitenget" HotelName="Hotel Liberta Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget No. 2, Kerobokan, 80361 Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/3a/ee3a352894de1f63612c1e52b004433f8262d01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.724482" Longitude="115.178335" StarRating="3" HotelCode="292314|alron_hotel" HotelName="Alron Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Blambangan 10, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/b2/25b29d4a9d8b126f37180104ecdf83d134631a17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="0" HotelCode="837167|summer_homestay_bali" HotelName="Summer Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Gubug Sari 1B</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/50/cc5015cc788617fc648cab9153fee23bebf12944.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71453732" Longitude="115.17208561" StarRating="3" HotelCode="491607|mekar_jaya_bungalows" HotelName="Mekar Jaya Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/6a/246aad64f3c935cf4e4ed167816e9263fd3ff625.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.812482" Longitude="115.157578" StarRating="3" HotelCode="292332|maxonehotels_bukit_jimbaran_hotel" HotelName="MaxOneHotels.com @ Bukit Jimbaran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Uluwatu, Desa Ungasan, Kuta Selatan, 80363 Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/73/4f/734fb40178b417bdc830f05d48dbead9c77024fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7108452904884" Longitude="115.18530147155" StarRating="2" HotelCode="335213|amaris_hotel_sunset_road" HotelName="Amaris Hotel Sunset Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 20/10/2026" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 57, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/69/806900317e5eba9412a94b148aee881227019a2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is in Kuta/ Legian. There are a total of 89 guests rooms at Amaris Sunset Road. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.70618578" Longitude="115.17786371" StarRating="3" HotelCode="347646|amaris_hotel_dewi_sri" HotelName="Amaris Hotel Dewi Sri - Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Dewi Sri No. 88x, 80361 Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/23/7d23b61533d3e503496134efefb28de84d319466.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.728051" Longitude="115.17691376" StarRating="3" HotelCode="348915|hadi_poetra_hotel" HotelName="Hadi Poetra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 323/378, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/c9/87c9f8d19d748176aa711031cd912fa267e44723.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7199029" Longitude="115.18030516998" StarRating="4" HotelCode="310417|grand_zuri_kuta_bali" HotelName="Grand Zuri Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kuta 81, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/37/7d37e8601ba91e9feb69063f3f0288b03041be0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71594438" Longitude="115.17225496" StarRating="2" HotelCode="560961|suka_beach_inn" HotelName="Suka Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari Kuta, Gang Poppies II, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/1a/091a4cb7ccde5a525f8b413f30cfe624b49e999e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71425559" Longitude="115.17638917" StarRating="3" HotelCode="593600|tom_guest_house" HotelName="Tom Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mataram 37, Badung, Bali, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/41/fc4115b6f9cab9f8a9c6b995a374638423508be9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71542185" Longitude="115.17153825" StarRating="0" HotelCode="666769|le_lima" HotelName="Le Lima" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Popies 2, Gang Mangga, Kuta 80361, Badung</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a3/5aa360e76a82ac6eb72d3a9f8ce69aeef6ff8289.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.65484" Longitude="115.216645" StarRating="3" HotelCode="187929|inna_bali" HotelName="Inna Bali Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Veteran 3, Banjar Lelangon, Denpasar 80111, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/8b/f88b43c764836875538ebde694ea081d70c6896b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73793556" Longitude="115.16581194" StarRating="0" HotelCode="948647|jepun_segara_guest_house_" HotelName="Jepun Segara Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara 7, Gang Segara Mertha, Depan Banjar Segara, Tuban, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/a1/57a122af400737b43b243cd3624119e6fa782c25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7107969361235" Longitude="115.17900502447" StarRating="4" HotelCode="173625|kuta_central_park_hotel" HotelName="Kuta Central Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Patih Jelantik, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/90/6e903b163480568a0a9704cb2525595fccba65f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the midst of Kuta's Central Park area on the pulse of all goods things in Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7001735219644" Longitude="115.17609302024" StarRating="2" HotelCode="327514|grey_boutique_inn" HotelName="The Grey Boutique Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri II, Grand Kuta Lane, Seminyak, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b2/aab2895a72f53f4a21cc9ea7703393985912bd10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73712874" Longitude="115.16553866" StarRating="3" HotelCode="328222|solaris_hotel_kuta_bali" HotelName="Hotel Solaris Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jenggala, Ex Wana Segara, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/01/3601372f06a8972bc02ede92f9e31b32494b09be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities include room service, a conference room and a business centre. Wireless inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7225961762837" Longitude="115.17326674594" StarRating="3" HotelCode="933483|kuta_angel_hotel" HotelName="Kuta Angel Hotel Luxurious Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta 33, Banjar Pande Mas, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d2/01d249b1fbe85daa2ed357c0d5eda43236aebe17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="0" HotelCode="669314|arthur_suites_bali" HotelName="Arthur Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sri Kresna 939</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/bd/e4bd29a4f4e584d81cc48f1deab7343922c8badc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72039913" Longitude="115.18508098" StarRating="3" HotelCode="349981|hotel_bayt_kaboki" HotelName="Bayt Kaboki Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Griya Anyar 27, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/2b/0d2b27ea0b8fe6a9d544ab214674a0ca18f7e496.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7246029072427" Longitude="115.17445357673" StarRating="3" HotelCode="113502|hotel_the_flora_kuta_bali" HotelName="Hotel The Flora Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bakung Sari 13 A, Badung, Kuta 80364, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/52/fb5204be2181f35be91e29f03cc02f0d000234de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at Jalan Bakung Sari Kuta, around 25 minutes’ drive from Bali International Air...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72690767" Longitude="115.17998143" StarRating="3" HotelCode="339636|natya_hotel" HotelName="Natya Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 9, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/29/7b29a500808339db32b6e25772b70324b6da7dbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72043414" Longitude="115.17157873" StarRating="3" HotelCode="328644|kedins_inn" HotelName="Kedin's Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Line I, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/32/18329f79559cde9389e08b27585dcfef17c09176.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7295170841708" Longitude="115.16825890838" StarRating="3" HotelCode="936677|radha_bali_hotel" HotelName="Radha Bali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 2, Gang Puspa Ayu, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/19/bb19be4fdf49ff86997cd44fd52f53dea5686964.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73893462" Longitude="115.16731384" StarRating="3" HotelCode="547257|the_kutaya" HotelName="The Kutaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jlalan Kartika Plaza, Gang Nusa Indah, Gang Satelit 5, Tuban, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/61/066194a7a60ad5e701ae43956bc00b572c09109f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.730738" Longitude="115.167738" StarRating="2" HotelCode="113504|hotel_karthi" HotelName="Karthi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Kuta Beach, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/bb/d7bb3d045f2df0ef4dd84331ebed0eb09de5c576.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach club resort is 15 minutes' drive from the Ngurah Rai International Airport (roughly 5 km a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.725600266682" Longitude="115.17558139975" StarRating="3" HotelCode="292333|ohana_hotel" HotelName="Ohana Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar 20, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/1f/ad1f40ccd7ab0c2fa1d44e3cbb7b28685f5ebe19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.708072952305" Longitude="115.17902792604" StarRating="3" HotelCode="263569|ibis_styles_bali_kuta_legian" HotelName="Grand Livio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 17, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/59/f759c1310a27f18a065d5ae8318231370e06dd70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.709768" Longitude="115.181694" StarRating="3" HotelCode="935432|holiday_inn_express_bali_raya_kuta" HotelName="Holiday Inn Express Bali Raya Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta no. 39, Kuta, Badung, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/54/da540656686e5ca67b534426cda968be5c5ef081.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7235167864946" Longitude="115.17290009837" StarRating="3" HotelCode="933578|holiday_inn_express_bali_kuta_square" HotelName="Hotel ZIA Bali - Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ciung Wanara 17, Banjar Tegal, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b2/a2b2bfda2dc2556f277c6e3bc371586b5305f74d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7172753078523" Longitude="115.17664797322" StarRating="2" HotelCode="65602|dewi_sri_hotel" HotelName="Dewi Sri Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/02/1402744fc2912ae57af485ee180f84c22b44e18b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Legian Street in the heart of Kuta and within walking distance of the famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69802071" Longitude="115.1773933" StarRating="3" HotelCode="308156|berry_biz_hotel" HotelName="Berry Biz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 99, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/f5/34f5ba6d038aa4c6ec63f6d1d8c0a61761cb4212.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.737274" Longitude="115.176962" StarRating="3" HotelCode="98685|aston_inn_tuban" HotelName="Permata Kuta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 21/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kediri No. 5, Tuban, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/cc/98cc02e132684c03da832421c962c08437ffe9f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Tuban area of Kuta. It is situated within easy reach of all of South Bal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7264731590803" Longitude="115.17001981036" StarRating="3" HotelCode="68173|melasti_kuta_beach_bungalows__spa" HotelName="Melasti Kuta Bungalows &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Free CXL until 31/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/6f/d96f4af744e11febbd85ab6779baef911584d076.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located at Jl. Cendrawasih No. 9 Peti Tenget, Seminyak - Kuta, Bali, approximately 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7371212945217" Longitude="115.16597440411" StarRating="2" HotelCode="398594|wana_kubu_homestay_" HotelName="Wana Kubu Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara, Gang Wana Mertha 7, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/be/6bbe2e9af0b796f46c0b37328255cc697cf73bd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7416420462906" Longitude="115.1692136914" StarRating="2" HotelCode="333490|balira_airport_hotel" HotelName="Balira Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/73/a373d2136cc5cb0849335a1f13f0ef7307df861d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.721402" Longitude="115.185349" StarRating="4" HotelCode="189241|grand_mega_resort__spa_bali" HotelName="Grand Mega Resort &amp; Spa Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai  234, Simpang Siur, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/1d/441d8b2346e65e44fb3255ce7fcd22d9a021f9e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is on the main road of the Ngurah Rai Simpang Siur bypass, 50 metres from the famous De...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7332890313386" Longitude="115.16788208598" StarRating="4" HotelCode="292325|eden_hotel_kuta_bali" HotelName="Eden Hotel Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 42, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/46/0046d5d270ab5508ed5f32a791573429310a56da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.65665563" Longitude="115.14751536" StarRating="1" HotelCode="425966|airy_kuta_utara_pantai_berawa_37_canggu_bali" HotelName="Matra Bali Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Berawa 37, Br Pelambingan, Tibubeneng, Kuta Utara, Canggu, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/a9/1ba925164d45778998ecdb596fe4de22327eaa34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and facilities await guests of the hotel, ensuring a comfortable stay. Room serv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7175" Longitude="115.1761" StarRating="2" HotelCode="497851|swissbelexpress_kuta" HotelName="Swiss-Belexpress Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian Gang Troppozone, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/5c/305c0251561b31010dc033f5f0f04a45be52d341.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71419131" Longitude="115.17263924" StarRating="3" HotelCode="441705|bendesa_accommodation" HotelName="Bendesa Accommodation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian, Kuta/Legion 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/23/c3235c65e2050a4a350989efb68a88cfc866245b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7247157185323" Longitude="115.17038583756" StarRating="4" HotelCode="915185|the_royal_eighteen_resort__spa" HotelName="Royal Singosari Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Singosari 18, PO Box 1051, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/76/c376f38e32aa6631d86dcaf594e5ac55bba8cdab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7210065359571" Longitude="115.17273225033" StarRating="2" HotelCode="909024|la_walon_hotel" HotelName="La Walon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian Poppies 1, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/44/f844ebb46b5d77d49ed77d58957e2376f515eec1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7228230635737" Longitude="115.17589690873" StarRating="3" HotelCode="292337|the_pavilion_kuta" HotelName="The Pavilion Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kuta Theater 8, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d7/0ed7340dc96e18040a462138f3b67bcd37decaad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7213506223098" Longitude="115.18645716064" StarRating="4" HotelCode="317157|mega_boutique_hotel__spa_bali" HotelName="Mega Boutique Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 259, Simpang Siur, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/48/e8483adbc08c2f92a2e2a1de40d5380e95ab270b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuta. For guests who appreciate a stylish ambience, it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7076095388077" Longitude="115.1789425043" StarRating="3" HotelCode="173593|the_sunset_hotel_bali" HotelName="The Sunset Hotel &amp; Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 11a, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/20/b92037680012b8847eba2ff4d72035a3a842a90f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71782708" Longitude="115.17112597" StarRating="3" HotelCode="187555|balisandy_resort" HotelName="Bali Sandy Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pantai Kuta Poppies Lane II, Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/a7/f7a7c55549d7d435daaa9034e6e38481490a2e1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta, near a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7120163889974" Longitude="115.1674246788" StarRating="2" HotelCode="187669|bali_bungalo" HotelName="Bali Bungalo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta Gang Wina, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/73/1c734f7dcf0289da610ecf4bef04b09d954fc5ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a restaurant, a bar and a transfer service are available to guests of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7036609425237" Longitude="115.18051106554" StarRating="4" HotelCode="324601|the_atanaya_hotel__managed_by_century_park" HotelName="The Atanaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sunset Road 88A, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/56/0b563292dcd047eb9a29b9e5362a39f6de2cff68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7371442056897" Longitude="115.16686275601" StarRating="3" HotelCode="113512|j_boutique_hotel" HotelName="J Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza No. 20, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/e2/45e2bfb6523a1b9bfc9c5521913437f6adff23e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just 1 km from the Ngurah Rai International airport, this hotel is an ideal place to stay fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71337373" Longitude="115.17342836" StarRating="4" HotelCode="308155|sun_island_hotel_legian_2" HotelName="Sun Island Hotel &amp; Spa Legian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 123, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/8b/688b84ef358f47683a4c115f7d2ba5e358a17ba2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71387437" Longitude="115.18479546" StarRating="0" HotelCode="839932|cyloam_residence_" HotelName="Cyloam Residence @ Lv 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Merdeka Raya IX 88X, Level 2, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/8b/248bc3646c9f7894a96455f1068e1107959dde78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.717779" Longitude="115.180738" StarRating="4" HotelCode="161177|harris_hotel__residences_riverview_kuta" HotelName="HARRIS Hotel &amp; Residences Riverview Kuta - Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Club Resort" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 62A, Badung, Katu, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/32/dc3233addf1b62502a8b8c331c4538c5edb32cb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the centre of Kuta (15 minutes' walk). Guests will find restaurants, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.717048" Longitude="115.170511" StarRating="3" HotelCode="909080|suji_bungalow" HotelName="Suji Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuta Beach Street, Poppies Lane I, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/95/d99505705ecf325d183834f312f3d1affce8686c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.715707" Longitude="115.18109" StarRating="3" HotelCode="292335|primebiz_kuta" HotelName="PrimeBiz Kuta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta, Banjar Anyar, Kuta, 80316 Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/50/4f509ebe36c8b969934c722971a0602f62fc4062.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.733291" Longitude="115.176467" StarRating="4" HotelCode="189441|best_western_kuta_villa" HotelName="Best Western Kuta Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nyang Nyang Sari 2, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/48/7b48d3198ed0d80286194c894017e41b08cb7217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 2 km from the centre of Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7133860423721" Longitude="115.17358017599" StarRating="2" HotelCode="129818|matahari_bungalow" HotelName="Matahari Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 118, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/ed/74ed6dc0890b126c58ab3db3b05de3dc71e9f107.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated in the central part of Legian, Kuta, just a few minutes from the beach. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.707529" Longitude="115.183888" StarRating="3" HotelCode="207399|sun_boutique_hotel" HotelName="Sun Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 23, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d5/5cd5d3bcaff097bdf6da39ca04fe1a4f79410905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Kuta. Its setting is especially ideal for guests who ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71094516" Longitude="115.17182081" StarRating="3" HotelCode="631605|palm_57_guest_house" HotelName="Palm 57 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian, Gang Tan Poh 355C, Legian City-Centre, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/ae/22ae6c04ebbad29f7d6c78ff963ccca9b5add332.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72009359" Longitude="115.16948198" StarRating="3" HotelCode="364865|kutabex_beach_front_boutique_hotel" HotelName="Kutabex Beach Front Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pantai Kuta, Banjar Pande Mas, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/55/18552b01a4d8af55a7da8b8504724ab8fe5ad492.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Kuta/ Legian. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.702553" Longitude="115.166877" StarRating="3" HotelCode="36426|melasti_beach_resort_spa" HotelName="Melasti Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Padma Utara, Legian Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f2/40f29d410621b5ad4e79b08e5781447b4ae81e50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach club resort is located in the heart of Legian, with a prime beach front location, set amon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7174381806081" Longitude="115.17241626978" StarRating="3" HotelCode="68568|barong_bali_hotel__formerly_barong_hotel" HotelName="Grand Barong Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane II, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/97/03978d41bed8fac7d8e7b5973740108d0a7a2385.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.690386" Longitude="115.159356" StarRating="3" HotelCode="130480|sarinande_hotel_2" HotelName="Sarinande Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sarinande No. 15, Abimanyu, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/7a/b87aae12fdbae23a3da84cee2ede2fd04d0ca49f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 5 minutes' walking distance from the beach. The famous surfing challenge ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73039541" Longitude="115.16766" StarRating="3" HotelCode="468990|favehotel_kuta_kartika_plaza_2" HotelName="favehotel Kuta Kartika Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 45X, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/9d/819dadba764c887c5a72de664ab6e24c8f3cbf76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73736012" Longitude="115.1666218" StarRating="4" HotelCode="431353|bedrock_hotel" HotelName="Bedrock Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Wana Segara 21, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/57/a457fb9baf52ad637dac25fd7582a31163f2bdbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7418218804197" Longitude="115.18153459648" StarRating="2" HotelCode="321507|grandmashotelscom__tuban" HotelName="Grandmas Plus Hotel Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 99, Tuban, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/83/19839babdf8991665b4e47f22225c6d0db92f61a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69338475" Longitude="115.16778611" StarRating="3" HotelCode="406955|vansari_hotel" HotelName="Vansari Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln. Raya Seminyak No 31, Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/6c/f76c4b998e5e9996d81ee070fa632d9be7708739.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.734639" Longitude="115.167333" StarRating="4" HotelCode="177421|grand_whiz_hotel_kuta" HotelName="Grand Ixora Kuta Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 92, Kuta Bali, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/a9/15a95e3a9b98e13ac874fae0c1303026b1ce0e68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 100 m from Kuta town centre and the Bali Mall Galeria shops. The Kuta Ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7181831737001" Longitude="115.17034292221" StarRating="3" HotelCode="908999|dekuta_hotel_2" HotelName="Dekuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane 2 No. 8, Kuta Beach</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/10/fb10fd9087d37e9da1707cdbc9150c9b4473a612.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73676356" Longitude="115.16709023" StarRating="3" HotelCode="933576|the_tusita_hotel" HotelName="The Tusita Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 9X, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/07/14074447c02f0a1982c5b8dff4ec092ab8ad08b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.654214" Longitude="115.162933" StarRating="3" HotelCode="113526|bali_merita_villas" HotelName="Bali Merita Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Tegal Cupek 67, Anyar Kelod, Kerobokan, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/0f/7d0f82e596ebc13d1796d7db32e3bb189eefa775.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Kerobokan area, north of Kuta. It is only some 3 km or about 10 minutes'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.708602" Longitude="115.184328" StarRating="4" HotelCode="260575|swissbelhotel_rainforest" HotelName="Swiss-Belhotel Rainforest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road No.101, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/57/735708013398aeade072568e562a46e835b142d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7337" Longitude="115.177562" StarRating="3" HotelCode="915210|ibis_bali_kuta" HotelName="Hotel ibis Bali Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 77, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/a6/99a6d52002aae325323d6c2f0e4bf541de3cfc59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the Kuta area, less than 1 km from Ngurah Rai International Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6978180449627" Longitude="115.16460337816" StarRating="3" HotelCode="552010|hotel_kumala_bali_grand_kumala" HotelName="Hotel Kumala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Werkudara, Legian Kaja, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/32/3732d3f9512f7a4bbf6c509aa4546f1126aeca68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a safe, a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.721545" Longitude="115.181012" StarRating="4" HotelCode="300235|the_kana_kuta_hotel" HotelName="The Kana Kuta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Setiabudi 8, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a9/f0a93e437387144d746115d765f2862c1719383f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.734643" Longitude="115.164291" StarRating="3" HotelCode="98648|palm_beach_hotel_bali_3" HotelName="Palm Beach Hotel Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jenggala 1, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/e1/fde12677423819a7bba8e4d80caed156a8b4e353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a pleasant 5-minute walk along the sandy beach from the heart of Kuta. Den...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6767506574075" Longitude="115.15560827645" StarRating="3" HotelCode="65746|bali_ayu_hotel_and_villas" HotelName="Bali Ayu Hotel &amp; Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 99X, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/ba/b8ba59b68caf812b47dda66e2facc1bbd1bd1c24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the quiet village of Petitenget in Kerobokan, Kuta. This village is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.730681" Longitude="115.178724" StarRating="2" HotelCode="285110|favehotel_bypass_kuta" HotelName="Crystal Kuta Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bypass I Gusti Ngurah Rai 999, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/45/d645c92e03c9fa07ca6412718e51c0955493b7c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7249172075465" Longitude="115.17218962312" StarRating="3" HotelCode="79990|kuta_beach_club" HotelName="Sol House Bali Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Bakung Sari No. 81, P.O.Box 3226, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/0f/c90f94d9d6a5d20c98c00f1bbcac6261a4930e8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7315891124415" Longitude="115.1675056608" StarRating="2" HotelCode="68703|green_garden_hotel_2" HotelName="Green Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 9, South Kuta Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/50/6750e43c3d4f5d2415a686e67d42da01c93700cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel enjoys a central location at South Kuta Beach. The establishment is just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7077034780941" Longitude="115.18703990559" StarRating="4" HotelCode="176733|harris_hotel__residences_sunset_road" HotelName="Harris Hotel &amp; Residences Sunset Road" 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>Jalan Pura Mertasari, Sunset Road, Kuta, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/54/2554fa54c9fd249d1d0fac0b7c8648297d5d5cb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the crossroads of Kuta and Seminyak, the hotel guarantees easy access to Bali's major ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7374295" Longitude="115.16801375" StarRating="0" HotelCode="985227|interconnection_hostel" HotelName="Interconnection Kuta Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 17X, Badung, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b7/bab7a19934a481a7e3d77cca2779c03ccb34e3bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7133619791202" Longitude="115.1705634963" StarRating="4" HotelCode="296375|the_bene_hotel" HotelName="The Bene Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/aa/f6aab279ecc49a9dbf1ad4914365911919d6cb87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta, about 400 m from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="3" HotelCode="19406|wina_holiday_villa" HotelName="Wina Holiday Villa Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/68/85688144d32b8451e7c18ae503fc0a0429ad49f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the middle of a tropical garden and only 2 minutes away from the broad beach. Legi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71286271775" Longitude="115.1731102229" StarRating="4" HotelCode="199849|the_akmani_legian" HotelName="The Akmani Legian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Club Resort,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Legian Raya 91, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1c/5d1c1ee393857c37b87a044050b7f80acbf5bbb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is elegantly situated in Bali's most vibrant shopping avenue in Legian, the home of lifest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67467422" Longitude="115.15385812" StarRating="3" HotelCode="867922|rumah_akira" HotelName="Rumah Akira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih 12, Kerobokan Kelod, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/19/f819308f0d6f69b5f43bbf7ecf14f4ea9678c022.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72008372" Longitude="115.1737522" StarRating="4" HotelCode="420935|kuta_townhouse_apartments" HotelName="Kuta Townhouse Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Currency Exchange,Garden,Golf,Housekeeping,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies Lane 1, Agung Art Market, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/7c/487cb5a53b9467f0ce54014662002194b0a05aee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled between Poppies Lane 1 and 2, Kuta Town Houses is located in the very heart of Kuta with bot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.713591" Longitude="115.173127" StarRating="3" HotelCode="65759|adi_dharma_cottages" HotelName="Adi Dharma Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 155, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/75/2475cadaf644d646cd6cfc2ae668674927c81317.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on bustling Legian Street, just a short walk from shopping centres, entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7211849800637" Longitude="115.17302158309" StarRating="3" HotelCode="328026|fat_yogi_cottages" HotelName="Fat Yogi Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies 1, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/b7/f0b7541d990e386725bc92b93f9580bc78c90190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73352" Longitude="115.16766" StarRating="4" HotelCode="207308|rani_hotel_spa_2" HotelName="The Rani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/a1/04a1795eb6f53f5760382b689ea939fd803ad17b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just minutes away from the vibrant beach and shopping heart of South Kuta. Ngu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7039246496378" Longitude="115.17062723637" StarRating="3" HotelCode="909090|three_brothers_bungalows_" HotelName="Three Brothers Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Legian, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b5/89b595e14ed111e4412e116df355b51daa46e304.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.718862" Longitude="115.174103" StarRating="4" HotelCode="300234|harper_kuta" HotelName="Harper Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 73, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/2d/302de03e8b598a6a79878ae0ee578a893098bd0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.715746" Longitude="115.173967" StarRating="3" HotelCode="167863|hotel_santika_kuta_bali_2" HotelName="Santika Kuta - Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kuta No. 98, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/eb/29ebd0f6b773927d1d3e1b68d5e86561480ee1a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuta’s vibrant shopping and restaurant district, the property is just minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7096318867592" Longitude="115.17892831657" StarRating="2" HotelCode="307878|pop_legian_dewi_sri" HotelName="POP! Hotel Legian Dewi Sri Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 1A, Legian, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/11/4e119a1e985fde0c3f4ce0e4c2569f401839cc44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.713949" Longitude="115.170557" StarRating="3" HotelCode="168184|adhi_dharma" HotelName="Adi Dharma Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/3f/1b3f735677eeb3091457d40847a227bbd417d212.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the area of Legian, just a few minutes’ walk from the shopping centre, ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.721901" Longitude="115.186258" StarRating="4" HotelCode="934377|harris_hotel_kuta_galleria" HotelName="Harris Hotel Kuta Galeria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai no.1, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/53/b353cd5318d70ebf7085163802ae13e8ddad8359.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7326730669594" Longitude="115.16760063558" StarRating="3" HotelCode="68707|febris_hotel__spa" HotelName="Febri's Hotel Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, South Kuta Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/3e/033e463e06b1a6b440b28add9e58059bd9ade451.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on Kartika Plaza Street, the main street of South Kuta Beach, also k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7226610546139" Longitude="115.17206221819" StarRating="3" HotelCode="98653|yulia_beach_inn" HotelName="Yulia Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta 43, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/11/07117ef46592f928b822069148fc58490dcc582c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.709396" Longitude="115.172164" StarRating="3" HotelCode="68237|kuta_lagoon_resort_and_pool_villas" HotelName="Kuta Lagoon Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian No. 363, 80361 Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/80/f280db442d55e44cc416baf5c28e37e338e20361.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located in the Legian area, just 10 minutes' walk from the beach. Ngurah Rai Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.70878" Longitude="115.1694" StarRating="3" HotelCode="908963|fourteen_roses_beach_hotel" HotelName="Fourteen Roses Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Melasti, Intan Lane 1, Legian, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/6e/dd6e28338b786c0016d87f38bd57ed67d173024b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Canggu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68616" Longitude="115.167" StarRating="4" HotelCode="113503|desamuda_village" HotelName="Desamuda Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Basangkasa, Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/30/f43063f704cfc539120b122448e66d3dd39a1706.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;These villas enjoy a prime location in Seminyak, close to the famous restaurants and up-market fashi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71204891" Longitude="115.16743166" StarRating="3" HotelCode="602802|easy_surf_camp" HotelName="Easy Surf Camp" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai, Komala Indah 2, Badung, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/0e/f00ea069549e9296bca683f39556320358663a8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69707283" Longitude="115.16380116" StarRating="3" HotelCode="36424|sari_bunga_hotel" HotelName="Sari Bunga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Double Six, Legian Kaja, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/1f/9f1f5a81ca1ff8d877a059eb679a2e771cef75ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7222260714117" Longitude="115.184872" StarRating="3" HotelCode="213229|ibis_styles_bali_kuta_circle" HotelName="D Varee Diva Kuta Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl By Pass Ngurah Rai No 99, Kuta 80362, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/47/fc476ce83c8c45f9bda010103e637b969c41923b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.8390840913025" Longitude="115.18138483136" StarRating="3" HotelCode="540496|puri_pandawa_resort_hotel" HotelName="Puri Pandawa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Pandawa, Banjar Jaba Pura Kutuh, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/56/f856331d6fe35ce16919fcf53f5e3496f77c545b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.730008" Longitude="115.168139" StarRating="4" HotelCode="933551|bali_rani_hotel" HotelName="Bali Rani Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/09/ac09f14b8bbc45bde301a506c651c2123230641d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta, just 150 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.716367" Longitude="115.174693" StarRating="3" HotelCode="94777|the_niche_bali" HotelName="The Niche Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 190, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/9e/b89e92118254de289dda9341c91d7477e89f75f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located in Jalan Legian Kuta, Bali and right near to the best shops, restaurants, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73662822" Longitude="115.16461392" StarRating="3" HotelCode="594508|sulis_beach_hotel_and_spa" HotelName="Sulis Beach Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/7e/207e7f9f8be2a1d457bfad5c0097640feafca2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71809" Longitude="115.170836" StarRating="3" HotelCode="900062|satriya_cottages" HotelName="Satriya Cottage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane II, Kuta Beach, Bali, P.O.BOX 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/8c/aa8c3e605f3b85fa830fd6da770a55af2edf98f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is situated at Poppies Lane II, a mere 100 metres from the famous Kuta beach. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.735888" Longitude="115.167511" StarRating="4" HotelCode="933882|the_edelweiss_boutique_hotel_kuta_2" HotelName="The Edelweiss Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kartika Plaza street 108, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/97/6b97c8d5ce3401bd944d4e57cc628fc389ad74b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Kuta. Its setting is especially ideal for guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73709744" Longitude="115.16731346" StarRating="2" HotelCode="668202|airy_kuta_kartika_plaza_120i_bali" HotelName="Prima Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 120, Satu Lokasi Dengan Mutiara Super Restaurant, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/bb/4d/bb4d8adcbd6edbbe04b82e77952110c90d495d12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73225862" Longitude="115.16982532" StarRating="2" HotelCode="626178|pudak_sari_unizou_hostel" HotelName="Pudak Sari Unizou Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Gang Pudak Sari 2, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/41/c44162c0b029eefdcbb7264fe76147e1fab6b081.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71478852" Longitude="115.16913334" StarRating="3" HotelCode="434954|coast_boutique_apartments" HotelName="Coast Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Gang Wina, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/4b/0b4b39d5ca1343280f42d75fa24d1bf075bb585d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6645563" Longitude="115.14212854" StarRating="4" HotelCode="383049|villa_berawa" HotelName="Villa Berawa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 20/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Berawa, Banjar Berawa, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/75/f1750137109880828c9c73aadb5599b1b9fb792b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7091371073071" Longitude="115.17211318016" StarRating="2" HotelCode="904651|fourteen_roses_legian" HotelName="Fourteen Roses" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 153, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/04/bb04077e23d4ac0d3e726ee91c177fe043f358fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6540926516714" Longitude="115.13046805026" StarRating="3" HotelCode="933893|frii_bali_echo_beach" HotelName="Frii Bali Echo Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl Munduk Catu No.32, Batu Bolong, 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/51/5951d2922e27f6864282df4d3a30a0724002f25a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7324593968799" Longitude="115.16897225662" StarRating="4" HotelCode="292312|18_suite_villa_loft_at_kuta" HotelName="18 Suite Villa Loft @ Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza Pudak Sari, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/3e/e03ee7ace2f28dec99532c74b61e43934164b48b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6983415000922" Longitude="115.16913676085" StarRating="3" HotelCode="421403|ibis_bali_legian_street" HotelName="Hotel Ibis Bali Legian Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian 456 U, Legian, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e2/4ce20704741a04ad19ed22627369aa5db0f689cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Commissioned in May 2016, ibis Bali Legian Street is an economy hotel, 20 minutes from Ngurah Rai In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.730302474232" Longitude="115.16785276304" StarRating="4" HotelCode="934375|bintang_kuta_hotel" HotelName="Bintang Kuta Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/5c/9c5cdad61ed1e7d301e83438eb70f01135072d13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7040609258538" Longitude="115.17686478197" StarRating="4" HotelCode="262222|fontana_hotel_bali_2" HotelName="Fontana Hotel Bali, a PHM Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 68, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b4/df/b4df4a45dfc41529257db0cd114c836b06adbe91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Kuta, this hotel is approximately 1.5 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.736685" Longitude="115.165201" StarRating="4" HotelCode="37114|risata_bali_resort_and_spa" HotelName="Risata Bali Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara, South Kuta Beach, Tuban Sub-District, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/16/4e16287b0ce8f417d440de4e3ec6d29031c9e189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is located within walking distance of all the main shops, the Discovery Shopping Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.719903" Longitude="115.170112" StarRating="2" HotelCode="68172|kuta_puri_bungalow" HotelName="Kuta Puri Bungalows" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane 1, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/a2/2da25b2c42d1d4da306d67a5951109b9b3d6a1b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex warmly welcomes guests on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.70812377" Longitude="115.17198674" StarRating="4" HotelCode="308157|mercure_bali_legian" HotelName="Mercure Bali Legian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 328, Legian Kelod Kuta, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/01/bb011e9f502090403d20ef7cb7d1a92a747b4e56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.729346" Longitude="115.168511" StarRating="3" HotelCode="113519|adhi_jaya_hotel" HotelName="Adhi Jaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, St. Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/96/d296389b92f0c5375d10b29ff50055e00a4eca5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Kuta, this hotel is not far from a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7202696766958" Longitude="115.16986012459" StarRating="4" HotelCode="915186|the_kuta_playa_hotel_villas" HotelName="Wyndham Garden Kuta Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta No. 99X, Badung, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/35/933518fd2b923841e46f564f22c5db0c61e1c982.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71265564" Longitude="115.17011411" StarRating="0" HotelCode="504147|uns_hotel" HotelName="Un's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari 16, Legian, P.O. Box 2025, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/d6/51d6e0cc4dc9b8bcb5afc358a97fdcecd7bd9a98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7158978165152" Longitude="115.16865849495" StarRating="3" HotelCode="258705|grand_istana_rama_hotel" HotelName="Grand Istana Rama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Kuta, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/95/8b95be61654c271d0ea3cce4b584162e7d929eb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated across the road from sandy Kuta beach. It is only 5 minutes on foot from the s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7263932151129" Longitude="115.18007106802" StarRating="3" HotelCode="113501|lavender_luxury_villas_and_spa" HotelName="Lavender Villa &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 7, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/2c/2e2c4b7d3b255d18249655287f1225cd290a0c55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the middle of the city centre, just 8 minutes away from Kuta Beach and clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.720132" Longitude="115.169803" StarRating="5" HotelCode="213230|the_kuta_beach_heritage_hotel_bali_managed_by_accor" HotelName="The Kuta Beach Heritage Hotel Bali - Managed by AccorHotels" 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>Jalan Pantai Kuta, Br Pande Mas, Kuta Badung, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/94/33945fc793f0da153d4c71f26db5aed6c1adbabe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.715561" Longitude="115.18404714" StarRating="0" HotelCode="973377|fairfield_by_marriott_bali_kuta_sunset_road" HotelName="Fairfield by Marriott Bali Kuta Sunset Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Merdeka Raya VII, Abianbase Kuta, Kuta 80361, Badung</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/71/6f719a7ca578ecc1c9c9a89f412b3454f7f1b37c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.743159" Longitude="115.171016" StarRating="4" HotelCode="297872|hilton_garden_inn_bali_ngurah_rai_airport" HotelName="Hilton Garden Inn Bali Ngurah Rai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Airport Ngurah Rai No. 7, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/11/2511f33e91b5158c1029e9f9c2aabbc9e167af53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.735288" Longitude="115.167486" StarRating="4" HotelCode="371846|the_vira_bali_hotel" HotelName="The Vira Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 127, South Kuta Beach, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/3b/613ba206a939ce73f087c402284f764dab30b48a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Kartika Plaza Street in Kuta Bali, very close to Ngurah Rai Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.720893" Longitude="115.169975" StarRating="4" HotelCode="23141|mercure_kuta_bali" HotelName="Mercure Kuta Beach-Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta 10 X, Br. Pande Mas, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/73/e17331ebb9bfb362025b87950dcfe4c52eddabb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel enjoys a very strategic location. It is situated in close proximity to the local sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7335334122915" Longitude="115.16599237919" StarRating="4" HotelCode="16838|ramada_bintang_bali_resort" HotelName="Bintang Bali Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, PO Box 1068, South Kuta Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/fb/43fb4e9ab410a2238110bb9fe8f027e1c7ddf511.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is conveniently located on the southern Kuta coast, known as Tuban Beach, and within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7191190525968" Longitude="115.16928613186" StarRating="4" HotelCode="59833|kuta_seaview_boutique_resort__spa" HotelName="Kuta Seaview Boutique Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Club Resort" 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,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/cd/3ccd70a3c498b3572f2b94f84a0f42f5260cc278.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is very conveniently located beside the famous long sandy Kuta beach. Here, guests will e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.725673" Longitude="115.170294" StarRating="5" HotelCode="259763|kuta_paradiso_hotel" HotelName="Kuta Paradiso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, P.O. Box 1133, Tuban, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c3/09c3640458830353bacd3bd3f4f6ef462f542aa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located beside beautiful South Kuta Beach. Conveniently situated, it is just a short 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7228360328848" Longitude="115.17008811235" StarRating="4" HotelCode="65753|grand_inna_kuta" HotelName="Grand Inna Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Kuta 1, P.O. Box 3393, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/e3/c7e3be1ae9d7efec0f527d4476ab133f79220a2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Kuta, where it stands elegantly right on the beach front, overl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7126369327057" Longitude="115.16770185152" StarRating="4" HotelCode="933881|citadines_kuta_beach_bali" HotelName="Citadines Kuta Beach Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/38/0238575570108027f7d53a6a9a68bd9c2754224f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71603067" Longitude="115.18132958" StarRating="4" HotelCode="352912|berry_glee_hotel" HotelName="Berry Glee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 139, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a1/9aa157ffee08869b833c3ab29daec4ddd41c1140.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.83" OriginalAmount="183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7251080917754" Longitude="115.17146945" StarRating="4" HotelCode="16478|ramayana_resort_and_spa" HotelName="Ramayana Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bakung Sari, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/19/fc19a349b0771bd99a99e751e638dff9b5e409a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Kuta, just 150 meters from the famous white sandy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71380026" Longitude="115.17162475" StarRating="4" HotelCode="317048|four_points_by_sheraton_bali_kuta" HotelName="Four Points by Sheraton Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari  Banjar Pengabetan, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/bf/0fbfdc846b6f98f9cf1fbb8c6cd35a23ef788831.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7274019853257" Longitude="115.18026757074" StarRating="4" HotelCode="173603|mercure_bali_harvestland_kuta" HotelName="Mercure Bali Harvestland Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 8, Simpang Siur, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/bf/9cbf3a43d04fdbf771ecc91ed41c70f18a07fefc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of Kuta's shopping district, this hotel is very accessible from m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7436318415103" Longitude="115.1681040136" StarRating="4" HotelCode="317191|novotel_bali_ngurah_rai_airport_opening_june_2016" HotelName="Novotel Bali Ngurah Rai Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Ngurah Rai, Kuta 80362</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/cb/49cb6dab10e027619416398859af0490372f0513.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="204.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.727757" Longitude="115.169103" StarRating="4" HotelCode="10621|bali_garden_beach_resort_2" HotelName="Bali Garden Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika, PO Box 1062, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/4a/184a4a6870f7fab0a208937180c8fb8470e33596.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within walking distance of the largest shopping centre and the nightlife of Ku...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.10" OriginalAmount="210.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.65126442" Longitude="115.17760259" StarRating="4" HotelCode="560770|desa_di_bali_villas" HotelName="Desa Di Bali Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalam Muding Kelod, Gang Pandana, Kerobokan, Kuta Utara 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/7f/1d7f5ade1043af74700066b0ecaff833e31f0317.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a babysitti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7391033513501" Longitude="115.16220510006" StarRating="4" HotelCode="38438|patra_jasa_bali_resort__villas" HotelName="The Patra Bali Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ir. H. Juanda, South Kuta Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/99/4f99d2c7569b0b650a35fa3a6ba435e8e4ec5f7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is ideally located in Tuban, in a beautiful tropical garden, right in South Kuta. It is o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7999214196432" Longitude="115.1197758287" StarRating="5" HotelCode="319542|lexington_klapa_resort" HotelName="Klapa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Uluwatu, Pecatu Indah Resort, New Kuta Beach I, Kuta Selatan 80364, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b4/84b4571877a65dcfb341135a49a0b284b2747d51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.622621" Longitude="115.162483" StarRating="4" HotelCode="292319|askara_villa" HotelName="Askara Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Massage Centre,Parking,Room Service,Smoking Rooms,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Betaka, Canggu, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/81/3d81d4f1f1818c245f11aff67cac3b9ff585fd7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bali, Askara Villa puts everything the city has to offer just outside you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73580848" Longitude="115.16697083" StarRating="5" HotelCode="614732|aryaduta_bali" HotelName="Aryaduta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Lingkungan Segara, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/77/9677891edd0ec823f2082a99f07d0f597d92eca6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.650729" Longitude="115.166679" StarRating="4" HotelCode="113516|plataran_canggu_bali_resort_spa_hotel" HotelName="Plataran Canggu Bali Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pengubugan, Banjar Silayukti Kerobokan, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/da/4bda7b3ca4ba4101ff66756f8c0996017e7c5e99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.70731326" Longitude="115.17849859" StarRating="3" HotelCode="852494|the_sakaye_luxury_villas_spa" HotelName="The Sakaye Luxury Villas &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 101, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/53/745372f277a3ea40b6596a22076b1eb73e1415a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Seminyak. A total of 23 rooms are available for guests' conveni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.36" OriginalAmount="236.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.70632207" Longitude="115.18057955" StarRating="4" HotelCode="411281|asuri_bali_villas_kuta" HotelName="Asuri Bali Villas Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Concierge,Designated Smoking Area,Dining,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Massage Centre,Parking,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pararaton 8A, Legian, 80361 Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/2a/582a974e163fc13093364478d1a3292f9f9ede8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Asuri Bali Villas Kuta in Kuta, you'll be minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.729642" Longitude="115.167026" StarRating="5" HotelCode="7143|discovery_kartika_plaza_hotel" HotelName="Discovery Kartika Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza, PO BOX 1012, 80361 South Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/38/a53887cbfa9107c7be242a91aa09d58ffc751ed5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set among an oasis of 8 hectares of spacious manicured tropical gardens, the resort is conveniently ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.65417153" Longitude="115.13304235" StarRating="3" HotelCode="946630|canggu_village" HotelName="Canggu Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Batu Bolong 78, Canggu, Kuta Selatan 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/69/1e69365e68a688411941e31f8b6374935f3251b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.65" OriginalAmount="265.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7068219" Longitude="115.17889808" StarRating="3" HotelCode="615198|s18_bali_villas" HotelName="S18 Bali Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri III 18, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d5/add5a72685b3eccfa7ff743885e9f1a66e45b1ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.75" OriginalAmount="275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.706189490791" Longitude="115.17860558103" StarRating="4" HotelCode="339690|dwina_villa_kuta" HotelName="D'Wina Villa Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/10/2026" HotelFacility="Internet,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri III 10x, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/41/2d41bfe3a95b2b3a1275528f0d84eb049d092717.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.75" OriginalAmount="275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="0" HotelCode="973525|jukung_villas_kuta" HotelName="Jukung Villas Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies Lane I, Gang Sorga, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/61/596174eaab83c6f784bdeb169ed50ab914908df5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6959398566556" Longitude="115.17245221084" StarRating="5" HotelCode="303849|the_kasih_villas__spa_2" HotelName="The Kasih Villas &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula Gang Baik Baik 9, Seminyak, Kuta 80361, Badung</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/3d/c53d6cf06e529a85952c3cd43e3d36de85ce4d6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.10" OriginalAmount="310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7306993656738" Longitude="115.16514480114" StarRating="4" HotelCode="17462|bali_dynasty_resort" HotelName="Bali Dynasty Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/0b/ba0b3d6223f8e822839f28e54a41b7e9ea85126a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the peaceful Tuban area, this family-friendly resort is surrounded by 2.5 hectares of lu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.15" OriginalAmount="315.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.721383" Longitude="115.170623" StarRating="4" HotelCode="13207|hard_rock_hotel_bali" HotelName="Hard Rock Hotel Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai, Banjar Pande Mas, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/5b/5c5b914977609144268d76381ee874b14b53c1ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled against the shores of Bali's famed Kuta beach on an impressive three-hectare pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.15" OriginalAmount="315.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73257754" Longitude="115.16726981" StarRating="4" HotelCode="492464|the_anvaya_beach_resorts_bali" HotelName="The Anvaya Beach Resorts Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Tuban, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/4c/614c6ff1f36df064b2173bc53ff4fd4c7ad81d41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.19" OriginalAmount="319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.717711" Longitude="115.169747" StarRating="5" HotelCode="169220|sheraton_bali_kuta_resort" HotelName="Sheraton Bali Kuta Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/70/04704625c21fbf11f66fd94a6d2eb7b69e9bf6f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.38" OriginalAmount="338.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.687729" Longitude="115.168519" StarRating="4" HotelCode="113508|villa_jerami__spa" HotelName="Villa Jerami" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Free CXL until 21/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Kitchen,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bali Delli No 1, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7d/d7/7dd7938e21ba72a2554d2a19c69a33ec937fc248.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The finca is located in one of Bali's most sought after areas of Seminyak, approximately 25 minutes'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="345.42" OriginalAmount="342.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7373414" Longitude="115.16801674" StarRating="2" HotelCode="531143|sekar_sari_inn_" HotelName="Sekar Sari Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza selatan Kuta  17x, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/52/5a52fa24086988beb5f994a3421a673b19f1d59d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.54" OriginalAmount="354.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7042222365977" Longitude="115.17350572181" StarRating="4" HotelCode="310476|legian_kriyamaha_villa" HotelName="Legian Kriyamaha Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/38/1a388cd281da314a168650ea7d7aca5da6e8c16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.81309801" Longitude="115.14486927" StarRating="5" HotelCode="450250|renaissance_bali_uluwatu_resort_spa" HotelName="Renaissance Bali Uluwatu Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Pantai Balangan 1, Ungasan, 80361 South Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/23/3a234d86b4f022dc5440100e2023a94c1afb0ee5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.64" OriginalAmount="364.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688703" Longitude="115.158432" StarRating="4" HotelCode="113527|dyana_villas" HotelName="Dyana Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camplung Tanduk Street (Ex. Abimanyu ), Gang Bunga Kecil, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/53/f053b98e5b6c610eda8fd2b8d3ff42b6bda64c6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The finca is located right in Seminyak, just 800 m from Kuta Beach and approximately 20 minutes' dri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="379.76" OriginalAmount="376.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.66190833" Longitude="115.13632448" StarRating="3" HotelCode="531510|the_haven_suites_bali_berawa" HotelName="The Haven Suites Bali Berawa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pemelisan Agung, Banjar Berawa, Desa Tibubeneng, North Kuta 80361, Badung</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/21/10214909b72f7c8feb34b1179220ca7937c4a470.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="421.17" OriginalAmount="417.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69294" Longitude="115.168007" StarRating="4" HotelCode="365028|the_seminyak_suite__private_villa" HotelName="The Seminyak Suite Privat Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 17, Kuta, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/67/9a675f4868a3ecf1815c2518f7a2bcf2de102c0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a few metres away from Bali's most cosmopolitan district, and is surrounded by qua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="481.77" OriginalAmount="477.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7134495237141" Longitude="115.1741214418" StarRating="5" HotelCode="113525|villa_de_daun" HotelName="Alaya Dedaun Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian 123B, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/bb/bbbb20eb81ff03031964a1f10d01dbc03a3d4c13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is in a location surrounded by a choice of shopping, dining and entertainment venues whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="539.34" OriginalAmount="534.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6784874861029" Longitude="115.15262911178" StarRating="4" HotelCode="292322|the_buah_bali_villas" HotelName="The Buah Bali Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Gg. Cempaka, Kerobokan, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b5/89b595e14ed111e4412e116df355b51daa46e304.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1588.73" OriginalAmount="1573.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7320607910424" Longitude="115.1715180172" StarRating="4" HotelCode="167868|best_western_resort_kuta" HotelName="Best Western Resort Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar 118, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7e/777e0f752453c4e2bf4dfc9aa47fd427207a2200.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a 10-minute walk from a variety of shops, bars and restaurants. It is 5 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3290.58" OriginalAmount="3258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.84601365" Longitude="115.17934132" StarRating="0" HotelCode="555587|nagasutra_villa" HotelName="Villa Nagasutra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Karang Putih</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/99/eb992cfd56e1f7c7d639533ded3dee8a0b3fb60e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Internet,Restaurant,Room Service,Fax,Nightclub,Telephone Service,Bar,Conference Hall,Currency Exchange,Garden,Laundry,Lounge,Massage Centre,Sauna,Swimming Pool,24 Hour Front Desk,24 Hour Room Service,Babysitting,Bicycle Rental,Concierge,Designated Smoking Area,Dining,Dry Cleaning,Housekeeping,Kitchen,LCD/Projector,Luggage Storage,Parking,Shopping Arcade,Spa,Valet Parking,24 Hour Security,Airport Transfer (on Demand),Golf,Wheelchair Access,Jacuzzi,Heated Pool,Diet Meals,Business Centre,Elevator,Smoking Rooms,Central Heating,Coffee Shop,Meeting Room,24 Hour Power Supply</BasicAmenities>
    <HotelRating>2,3,4,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
    <PropertyType>FAMILY-FRIENDLY HOTEL,CLUB RESORT,HOTEL,HOSTEL,BEACH HOTEL,FINCA,CITY HOTEL,BUNGALOW COMPLEX,VILLAGE,SPA HOTEL,BUSINESS HOTEL,AIRPORT HOTEL,CONFERENCE HOTEL,VILLA,APARTMENT HOTEL,APARTMENT,GUEST HOUSES,ECO HOTEL,HOTEL DE CHARME</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
dcbb37c0-1888-49aa-9750-0ba823e91cce|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="dcbb37c0-1888-49aa-9750-0ba823e91cce">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47161" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-10T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="4.0" MaxRating="5.0" />
    <HotelRef HotelId="963027|reddoorz_legian_street" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="" Password="" RequestedCurrency="USD" ClientNationality="IN" ClientCountry="" 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 897|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
dcbb37c0-1888-49aa-9750-0ba823e91cce|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
dcbb37c0-1888-49aa-9750-0ba823e91cce|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="dcbb37c0-1888-49aa-9750-0ba823e91cce">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47161" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-10T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="4.0" MaxRating="5.0" />
    <HotelRef HotelId="900051|new_kuta_hotel" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="" Password="" RequestedCurrency="USD" ClientNationality="IN" ClientCountry="" 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 897|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
dcbb37c0-1888-49aa-9750-0ba823e91cce|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
dcbb37c0-1888-49aa-9750-0ba823e91cce|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="dcbb37c0-1888-49aa-9750-0ba823e91cce" TimeStamp="0001-01-01T00:00:00" HotelName="New Kuta" HotelCode="900051|new_kuta_hotel" StarRating="4" GTCityId="47161" CountryCode="ID" CityName="Kuta , Bali" CountryName="Indonesia" Address="Jl. New Kuta Condotel, Kawasan Pecatu Indah Resort, Pecatu, Kuta Selatan, 80364 Bali" PostCode="80364" PhoneNo="+623618484555" FaxNo="+623618484545" Email="info@newkutacondotelbali.com" CheckInTime="14:00" CheckOutTime="12:00" Latitude="-8.80206" Longitude="115.122845" SourceId="63" Currency="USD"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-7cbde24a-c915-5b91-a369-58d8a8bbe5c3|63|NDQuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="44" TotalPrice="44.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 3.64-- service fee is included in the room rate.&lt;br/&gt;USD 4.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="44.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed)" RoomTypeCode="h-c61396a8-5d7d-5a24-bdcb-3af1f48fe604|63|NDUuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="45" TotalPrice="45.45" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 3.72-- service fee is included in the room rate.&lt;br/&gt;USD 4.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="45.45" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (twin beds) (bed type is subject to availability)" RoomTypeCode="h-b347990e-9437-565e-8b29-a914d5602fa5|63|NDYuMDB8VVNEfDIwMjYtMTEtMDI=" OriginalAmount="46" TotalPrice="46.46" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 3.80-- service fee is included in the room rate.&lt;br/&gt;USD 4.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="46.46" /></CancelPenalty><CancelPenalty Start="2026-11-05T00:00:00" End="2026-11-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="46.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (twin beds)" RoomTypeCode="h-ee682293-6587-5b1d-a016-798413ba5695|63|NDguMDB8VVNEfDIwMjYtMTAtMzE=" OriginalAmount="48" TotalPrice="48.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 26/10/2026"><AdditionalDetails>USD 3.97-- service fee is included in the room rate.&lt;br/&gt;USD 4.36-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="48.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-2dd41bbb-4e8c-5d23-af41-9d1da60db38e|63|NTMuMDB8VVNEfDIwMjYtMTEtMDc=" OriginalAmount="53" TotalPrice="53.53" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/11/2026"><AdditionalDetails>USD 4.38-- service fee is included in the room rate.&lt;br/&gt;USD 4.82-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="53.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-814702c8-cf0b-54f4-96c5-9989347eff95|63|NTUuMDB8VVNEfDIwMjYtMTEtMDI=" OriginalAmount="55" TotalPrice="55.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 4.55-- service fee is included in the room rate.&lt;br/&gt;USD 5.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="55.55" /></CancelPenalty><CancelPenalty Start="2026-11-05T00:00:00" End="2026-11-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="55.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed)" RoomTypeCode="h-84eb4039-73c2-5b7f-a82e-9ab2b093caad|63|NTUuMDB8VVNEfDIwMjYtMTAtMzE=" OriginalAmount="55" TotalPrice="55.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 26/10/2026"><AdditionalDetails>USD 4.55-- service fee is included in the room rate.&lt;br/&gt;USD 5.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="55.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (twin beds)" RoomTypeCode="h-d3538a78-1796-53cb-8121-fd8b813c32b2|63|NTcuMDB8VVNEfDIwMjYtMTEtMDI=" OriginalAmount="57" TotalPrice="57.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 4.71-- service fee is included in the room rate.&lt;br/&gt;USD 5.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="57.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-e4444fdc-90e3-5826-a917-94d1a26acaae|63|NjkuMDB8VVNEfDIwMjYtMTEtMDc=" OriginalAmount="69" TotalPrice="69.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/11/2026"><AdditionalDetails>USD 5.70-- service fee is included in the room rate.&lt;br/&gt;USD 6.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="69.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (twin beds) (transfer included)" RoomTypeCode="h-dbe5fa23-8ceb-57b4-8793-edd57c07d54b|63|OTQuMDB8VVNEfDIwMjYtMTEtMDc=" OriginalAmount="94" TotalPrice="94.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/11/2026"><AdditionalDetails>USD 7.77-- service fee is included in the room rate.&lt;br/&gt;USD 8.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="94.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (twin beds) (bed type is subject to availability)" RoomTypeCode="h-cf589480-d6aa-59fc-9185-ee7e00ef71a8|63|MTIxLjAwfFVTRHwyMDI2LTExLTAx" OriginalAmount="121" TotalPrice="122.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><AdditionalDetails>USD 10.00-- service fee is included in the room rate.&lt;br/&gt;USD 11.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-28T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="122.21" /></CancelPenalty><CancelPenalty Start="2026-11-05T00:00:00" End="2026-11-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="122.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/7d/b4/7db4ad13ab54d8ec48681aa6b6ec95d53af4db28.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e5/92/e5920e25299baab47667771556b7f250dfa57ea9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b5/ae/b5aea1869c255aa881c344411f450779af0fb102.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/08/d3/08d34df651e47150e6cf33df660b160764abf4c0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5e/b1/5eb126e97293a9102f78f94f0f412d50f49eaf03.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/90/e9/90e9cb678d02b0971831015014ae4b12a93fb862.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/53/9f/539ff83691866a2bc0c087f6921c26b93264d406.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ae/8c/ae8c209998a72863fcaccc5b9a23563f26e77a34.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c4/97/c497de6e41057d58c46b49ec2c4d77865c182a70.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/61/a4/61a494f7528898d62127aeb2fcb20d5595e31a64.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5d/96/5d9697e72c1f88e01ea932cc0d4b1f736dd91036.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/72/bd/72bd0ec550d7fa7bfb2518fa4b095cede2dabeec.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/87/87/87875daad987ddede34db2b84a8d600b4bd210ca.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/e6/38/e638fb17de4725b929b7d87d6f4f8d5798ca8236.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/28/bd/28bd9e95772580498fe9ad73d57f7dec35a0371f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5f/96/5f968e40b59c0a0ee5daef9d95d7fc17b39e10f1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/df/78/df78cf2f64d173cfb7158c59bf0c5f8a0c2a9668.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;Guests are warmly welcomed at 24-hour reception desk in the lobby. 265 rooms are available. Guests can store valuables in the safe. Wireless internet access is provided in public areas. Souvenirs can be purchased at the gift shop. Additional amenities include a newspaper stand and a TV room. Guests arriving by car can park their vehicles in the car park. Other services include a transfer service, room service, a laundry service and a hotel shuttle bus. Active guests can make use of the bicycle hire service to explore the surrounding area.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;The rooms have a living area and a bathroom. Air conditioning ensures comfortable temperatures. A balcony is among the standard features of some rooms. Rooms have a double bed or a king-size bed. Separate bedrooms are available. A safe and a minibar are also available. Additional features include a refrigerator and a tea/coffee station. A direct dial telephone, a television with satellite and cable channels and WiFi provide all the essentials for a comfortable holiday. Bathrooms are equipped with a shower.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The outdoor pool complex provides invigorating refreshment. A variety of refreshing drinks await guests at the pool bar. There are many ways to relax or stay active at the hotel, including cycling/mountain biking, golf, surfing, a gym, a spa and massage treatments. A dance club offers fun and entertainment. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;The accommodation offers breakfast, lunch and dinner.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the establishment: American Express, VISA and MasterCard.</HotelDescription><Facilities><HotelFacilities><Type>General</Type><Description>24-hour reception</Description><Value>24-hour reception</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Accessibility features</Description><Value>Accessibility features</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Laundry</Description><Value>Laundry</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Concierge services</Description><Value>Concierge services</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Dry-cleaning</Description><Value>Dry-cleaning</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast</Description><Value>Breakfast</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Internet</Type><Description>Free Wi-Fi</Description><Value>Free Wi-Fi</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Picnic area</Description><Value>Picnic area</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Parking</Description><Value>Parking</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Beach facilities</Description><Value>Beach facilities</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Beach/pool towels</Description><Value>Beach/pool towels</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Next to the beach</Description><Value>Next to the beach</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Transfer to the beach (free)</Description><Value>Transfer to the beach (free)</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Conference Hall</Description><Value>Conference Hall</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
dcbb37c0-1888-49aa-9750-0ba823e91cce|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="dcbb37c0-1888-49aa-9750-0ba823e91cce">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47161" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-10T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="4.0" MaxRating="5.0" />
    <HotelRef HotelId="983621|santhi_graha_kuta" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="" Password="" RequestedCurrency="USD" ClientNationality="IN" ClientCountry="" 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 897|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
dcbb37c0-1888-49aa-9750-0ba823e91cce|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
dcbb37c0-1888-49aa-9750-0ba823e91cce|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="dcbb37c0-1888-49aa-9750-0ba823e91cce" TimeStamp="0001-01-01T00:00:00" HotelName="Guna Graha Kuta" HotelCode="983621|santhi_graha_kuta" StarRating="" GTCityId="47161" CountryCode="ID" CityName="Kuta , Bali" CountryName="Indonesia" Address="Jalan Bakung Sari, Kuta 80361, Bali" PostCode="80361" PhoneNo="" FaxNo="" Email="" CheckInTime="14:00" CheckOutTime="12:00" Latitude="-8.71699" Longitude="115.171" SourceId="63" Currency="USD"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (full double bed) (king size bed)" RoomTypeCode="h-389bcc6a-eb54-5456-8dee-e15c1a2db461|63|NDUuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="45" TotalPrice="45.45" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 3.72-- service fee is included in the room rate.&lt;br/&gt;USD 4.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="45.45" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/e9/25/e925876083e3ee9450f8f2a8cc9e08e4e033d55d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e2/c9/e2c95cdba2c48eef3635cc54dd7ac2a3293abd30.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ce/f9/cef928cf8f32352481bd5f67852d37a53ada1524.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8c/31/8c31fddce3b04faf5e5555b2bad68c6fe545ccea.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1c/a9/1ca97bd092ae76ac6e536bd35b62081a38408b22.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7e/01/7e01a065631e5977676ca2f98e5b4e38b34d30fe.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/94/8e/948e7a0109a8b13c8f98ff3a1c3db7d3fd613042.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ab/b6/abb6d73c1c7037f2dedd7f0411bcb2c2e1bff74e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fa/f4/faf46242c89ed94f228c42be1b731448e4d43f5a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/20/54/2054adbc12605526f4003b2a47aa52ad80a76348.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/01/27/0127f289241a5d6e715b8ec18014b54ffe00ba0c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f4/5e/f45ed68fb2d6eed94ff7878f4699269d6a0957cd.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c9/79/c979facbc38883805762cb2ecae43f38689d8e69.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e6/ac/e6ac4b9ab874ced0787eb58ed41541e7b70e5553.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/66/9a/669a78078a6d12b703d169238c149b98003db312.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3e/4b/3e4bbbe90f1502bf21c9c5868893a3a8deef96cc.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b6/54/b65464935c37666114904a5652cbcc9318aceaa5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/55/21/5521e7e47c9765f424ca95238e143f5c3fe47790.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/57/ec/57ec940f06c1b2b6d1cb17ac0a0c5fe57edc8736.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6b/84/6b84a500378c11c4184d0c0cd1f8792f920461e0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c1/5d/c15d7bbb95404e767f5c6c9d5149fb95159c0271.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0b/0e/0b0e0eb003ab0a35f8b9cfbd16053f4169e51709.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/91/47/914792b6209ded1d245b15d410b5b5fb63f9914e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/59/3f/593f5c06be21960fbf20945b87b2450b2c946ff6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/56/60/5660b2f70be826d34c94064f3dda6793052dfe05.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c3/a3/c3a356d21a9732ee8bdf2038009f1b35df8f308c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/65/fd/65fda5e703814d61916cd3b959918e1880a66392.JPEG" /></Images><HotelDescription /><Facilities><HotelFacilities><Type>General</Type><Description>24-hour reception</Description><Value>24-hour reception</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Smoke-free property</Description><Value>Smoke-free property</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Garden</Description><Value>Garden</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Terrace</Description><Value>Terrace</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Express check-in</Description><Value>Express check-in</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>No elevators</Description><Value>No elevators</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Internet</Type><Description>Free Wi-Fi</Description><Value>Free Wi-Fi</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Free parking</Description><Value>Free parking</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Next to the beach</Description><Value>Next to the beach</Value></HotelFacilities><HotelFacilities><Type>Pets</Type><Description>Pets Not Allowed</Description><Value>Pets Not Allowed</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
e30227dc-e0c3-4857-963a-7831a51d525c|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="e30227dc-e0c3-4857-963a-7831a51d525c">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47230" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-13T00:00:00" End="2026-11-15T00:00:00" />
    <Rating MinRating="4.0" MaxRating="5.0" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="" Password="" RequestedCurrency="USD" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e30227dc-e0c3-4857-963a-7831a51d525c|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
e30227dc-e0c3-4857-963a-7831a51d525c|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-08-11T06:49:32.1048056+01:00" Version="0" EchoToken="Search" TransactionIdentifier="e30227dc-e0c3-4857-963a-7831a51d525c" Currency="USD">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="13.13" OriginalAmount="13.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50754744" Longitude="115.26115167" StarRating="2" HotelCode="603204|arjuna_house_2" HotelName="Arjuna Homestay Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna 9, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/43/52437cb3c90cfb52f6b3048ca20e7ede37064af0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.15" OriginalAmount="15.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.515887664358" Longitude="115.26489223964" StarRating="2" HotelCode="327341|teba_house_ubud_guest_house" HotelName="Teba House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sugriwa 59, Br. Padangtegal Klod, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/ff/ceff6425dc7391f556d2fcb1cabef1ac026575c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.15" OriginalAmount="15.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50280216" Longitude="115.27828013" StarRating="3" HotelCode="547383|pondok_bali" HotelName="Pondok Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Laplapan 29, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/19/2c19f568222a612dfe6d6a1432046fdcc96544e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="16.90" OriginalAmount="16.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51524451" Longitude="115.26374056" StarRating="2" HotelCode="843229|817269" HotelName="Ubud Asri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman 51</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/44/fa44e8c5d98d838e27ba1c27260076ced3f146b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="1" HotelCode="850403|bulan_bali_hostel" HotelName="Bulan Bali Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suksma Kesuma, Banjar Tengah Kauh, Peliatan Ubud, Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/28/7b28c2bc8cb76f3008d0907fae29455e8fdc83dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="21.84" OriginalAmount="21.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50766744" Longitude="115.26146833" StarRating="1" HotelCode="641248|752023" HotelName="Jungut Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Homestays" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Dry Cleaning,Garden,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest Gang Arjuna, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/0d/e50d8c0197d325d203927321266111946259cc4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ubud, Jungut Inn is a perfect starting point from which to explore Bali. Offering a varie...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.52633383" Longitude="115.2642822" StarRating="3" HotelCode="626207|kencana_ubud" HotelName="Kencana Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f6/6ef6f2b6f694fe7419164f538c738a0b9476afa0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="840475|tara_airsanih" HotelName="Hotel Tara Airsanih" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Airsanih, Singaraja, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/dc/6bdc6697634d44ab728ff9fa3cde31b5385b447d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50374196" Longitude="115.27833151" StarRating="0" HotelCode="835043|wijaya_guest_house_ubud" HotelName="Wijaya Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Dharma Putra Street 25, Laplapan-Ubud, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/b0/16b0d6d43174bcab1c9b99c4fb7356f130782b4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wijaya Guest House is perfectly located for both business and leisure guests in Bali. The hotel offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="22.76" OriginalAmount="22.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50725856" Longitude="115.26097424" StarRating="2" HotelCode="869017|802633" HotelName="Aurora House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest 7, Gang Arjuna, Ubud 80751, Kabupaten Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/60/6360ed8c0597b7fa53ff182d9622cd6935804359.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.23" OriginalAmount="23.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50214695" Longitude="115.26435435" StarRating="2" HotelCode="748026|pondok_ayu_homestay" HotelName="Pondok Ayu Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta 32, Sambahan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/d5/4cd5dba5d10264cd8927085b7d7f9e60df5ed921.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="26.16" OriginalAmount="25.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5168866674035" Longitude="115.25857955217" StarRating="3" HotelCode="909017|635058" HotelName="Indira Cottage" 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>Bisma Street, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ce/94ce4f7fa9eb207ec426819211855dae8f02d2a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="2" HotelCode="618932|ubud_tropical" HotelName="Ubud Tropical" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Andong, Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b8/92b82f850f4a54d1f993453dc0a6fd6978789df2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51182657" Longitude="115.26836526" StarRating="2" HotelCode="852421|artha_dewata_home_stay" HotelName="Artha Dewata Home Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sukma Kesuma 10, Banjar Tebesaya, Peliatan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/66/916655037c40bd990a02742b5be47d3866fb94ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50822009" Longitude="115.2667513" StarRating="0" HotelCode="969474|ojeks_homestay_" HotelName="Ojeks Homestay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Ubud, Gang Soka, Ubud 80352, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/48/42480c13f1e1c54a56b26a503d84286d82ebf6a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49138933" Longitude="115.26340317" StarRating="0" HotelCode="522256|bali_asli_lodge" HotelName="Bali Asli Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 30/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta, Lorong Mawar 4, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/93/e3935b6a0723625f1969edddfa803ac9dba5d59e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set amidst a tropical landscape, Bali Asli Lodge offers rooms with a private balcony that overlooks ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51371568" Longitude="115.26606791" StarRating="2" HotelCode="438766|green_view_widia" HotelName="Citrus Tree B&amp;B Widia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="bed and breakfast" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Bicycle Rental,Garden,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jembawan 29B, Padang Tegal Kelod, Gianyar, Ubud  80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/33/2b33d30dc47fc9460d6b1ab7e3609eaabf9e79a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tucked away in an alley off the main thoroughfare and down a gently sloping hill, this secluded yet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5035226" Longitude="115.2721128" StarRating="3" HotelCode="754493|vimala_ubud" HotelName="Vimala Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Elevator,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Andong 18X, Peliatan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/9c/f49c872032cd8d172c3693b3bafc3c9da934e1c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Vimala Ubud in Peliatan, you'll be convenient to Ubud Traditional Art Market and Pura...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51207507" Longitude="115.26443791" StarRating="1" HotelCode="834950|shiva_house_ubud" HotelName="Shiva House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman 30, Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/5e/425eeceb8efaa174d29191103833eb90c125d134.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Shiva House Ubud offers comfort and convenience whether you're on business or holiday in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51267159" Longitude="115.26797175" StarRating="2" HotelCode="429371|praety_home_stay" HotelName="Praety Home Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Homestays" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="24 Hour Front Desk,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Limousine Service,Massage Centre,Parking,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sukma No. 22  Banjar Tebasaye  Peliatan, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/fb/3ffbec709fe59c666df629adfc317475c3fe19d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Praety Home Stay in Ubud, you'll be convenient to Komaneka Fine Art...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50056672" Longitude="115.26954999" StarRating="3" HotelCode="602713|uma_kutuh_2" HotelName="Uma Kutuh 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar 63, Petulu, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/17/8c174814a2874c6917dfdc7137a93b389271d127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50269661" Longitude="115.25693909" StarRating="3" HotelCode="757028|purnama_guest_house" HotelName="Purnama Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Subak Sok Wayah, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/11/7e1103cd96565078993844cefa0a3cd027704f20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.516271" Longitude="115.259622" StarRating="2" HotelCode="187697|pande_permai_bungalows" HotelName="Pande Permai Bungalows" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Monkey Forest Street, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/ee/eceefd282808ed2994e410f9394c8f37700014f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51320785" Longitude="115.26823374" StarRating="1" HotelCode="424268|nyoman_warta_accomodation" HotelName="Nyoman Warta Accommodation" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Bicycle Rental,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sukma 25, Tebesaya, 80571 Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/1d/571d0196123408f7702f60f985cae05d0b103d94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ubud, Nyoman Warta Accommodation is a perfect starting point from which to explore Bali. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51090917" Longitude="115.26443437" StarRating="2" HotelCode="641236|dono_guest_house_" HotelName="Dono Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman 27, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/09/080928f6c6b10995233f7e05b77d295dc1d81f3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bali, Dono Guest House puts everything the city has to offer just outside...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51519919" Longitude="115.26023941" StarRating="2" HotelCode="641323|argasoka_bungalows" HotelName="Argasoka Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday parks" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="24 Hour Room Service,Babysitting,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Parking,Room Service,Shopping Arcade,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, Ubud 80361</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/dd/06dd06b4990db27b29a7dec24875e94b95f09aa1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bali, Argasoka Bungalows puts everything the city has to offer just outsi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.52199642" Longitude="115.263034" StarRating="3" HotelCode="772908|qiul_guest_house" HotelName="Qiul Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/28/9828152ef3cf9e0af7fda62211de875637f392ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50158737" Longitude="115.26608381" StarRating="2" HotelCode="572899|omah_dtaman" HotelName="Omah d'Taman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sriwedari 53, Taman Kaja, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/96/5d965d0825282a737cbf617b11b22527c8a5a91c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50902584" Longitude="115.26086307" StarRating="2" HotelCode="630810|pering_bungalow" HotelName="Pering Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday parks" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest Gang Beji, Ubud 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/30/2a30916bf02a1a54062182cdc8a16ff40bd9e3f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="3" HotelCode="773027|alam_pangkung_ubud" HotelName="Alam Pangkung Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ubud Main Road, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/8e/008e1c4dec3939433888ea044dc19d2f444911f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="3" HotelCode="852689|bhuana_shanti_homestay" HotelName="Bhuana Shanti Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta 34, Sambahan, Gianyar, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/b5/23b5a01fe40413c78d0280339d7765ecc9875fd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4987009" Longitude="115.2651598" StarRating="2" HotelCode="564139|suastika_bed__breakfast" HotelName="Suastika Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta 52, Banjar Sambahan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/ab/aeab41024d4cf635e3bc1fcd5c825de31fe90183.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5164188" Longitude="115.26585687" StarRating="2" HotelCode="522392|adi_jaya_cottage" HotelName="Adi Jaya Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jatayu Gang Menda 6, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/63/f763c7059d3e3d2b9236ca52888d4f8c434de676.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5125724414799" Longitude="115.26884377483" StarRating="2" HotelCode="487751|suastika_lodge" HotelName="Suastika Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sukma Lorong Bedangin 9, Banjar Tebesaya, Peliatan, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a5/9aa5ea7e3cb26e2a55b8aed1efabc4f947ea189a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a transfer service are available to guests of the hotel. Wireless inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51381396" Longitude="115.26607177" StarRating="2" HotelCode="429390|citrus_tree_bb_sulendra_2" HotelName="Citrus Tree B&amp;B - Sulendra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="bed and breakfast" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="24 Hour Power Supply,Bicycle Rental,Garden,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jembawan 70, Padang Tegal Kelod, Ubud 80571, Gianyar</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/78/ba78ddc2f58d3bda710de7b7afe8eb5b12c22cd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Well-positioned in Ubud, SulendraHome Stay is the ideal point of departure for your excursions in Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49909747" Longitude="115.28024648" StarRating="2" HotelCode="867818|d_lobong_suite" HotelName="D Lobong Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Laplapan, Jalan Tirtanadi, Ubud 80552</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e4/79e4d33fd695a20da40277c6b5fdcb563ca64e6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.514865" Longitude="115.260443" StarRating="3" HotelCode="904695|warsas_garden_bungalow_and_spa_2" HotelName="Warsa Garden Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Monkey Forest Street, Ubud, Bali 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/17/7017b2d12d0e33eb40d2ff8276a3022b703bfa67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ubud, this hotel is about 1.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50771632" Longitude="115.26608363" StarRating="0" HotelCode="835127|jiwas_house" HotelName="Jiwa's House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 07/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sandat 9, Ubud 80571, Kabupaten Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/fd/0bfdddbdc52975da002e1a926b328321b3773e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51371279" Longitude="115.26383224" StarRating="3" HotelCode="542710|danasari_accomodation" HotelName="Danasari Homestay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman 43, Banjar Padangtegal Kelod, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/49/1f49d1496b60c033ceb22d660dad042ebc7f6b5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49959611" Longitude="115.25837125" StarRating="2" HotelCode="411941|shriman_yoga_bungalow" HotelName="Shriman Yoga Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Subak Sok Wayah, Next to Restu Spa, Tjampuhan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/71/60714af5bdde4cf91ad7b2d454a4acc8238bad74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 2 rooms. Wireless internet access is available to travellers in the pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4994969" Longitude="115.26925518" StarRating="1" HotelCode="808579|askara_guest_house_hostel" HotelName="Askara Guest House &amp; Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar, Kutuh Kaja, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/69/5f693a3817bb6ab7aa4b3313f33a15b94ddb0f7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50923241" Longitude="115.26304641" StarRating="0" HotelCode="840336|raka_house_accommodation" HotelName="Raka House Accommodation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sita, Maruti Lane 6, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/69/38697df9f3e11f6089b0bdc269f9e6328d78a8ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5123335" Longitude="115.2638211" StarRating="0" HotelCode="968326|ayu_bungalow_2" HotelName="Ayu Bungalow 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman, Padang Tegal, Ubud 80571, Kabupaten Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/eb/59eb19f741d0da120b1426b32bd8144e6c193cc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.511948043136" Longitude="115.2611267545" StarRating="2" HotelCode="226786|jati_3_bungalows_and_spa" HotelName="Jati 3 Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Bar,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/e3/22e3b8fbeb8a6239bc940ef528744958773cab34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The bungalow complex features various services and facilities, including room service and a laundry ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5122934730139" Longitude="115.26437381324" StarRating="2" HotelCode="399000|teja_home_stay" HotelName="Teja Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hanoman Street 32, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/63/2363f7ce2b37fc02a4a38dcca0bbb910ce3d0b74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.515613" Longitude="115.2504" StarRating="3" HotelCode="285132|villa_mandi_ubud" HotelName="Villa Mandi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Katik lantang, Singakerta, Ubud 80571, Banjar</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769ffa9ebdd6a0df0b4eb19675d92eb5f6b3d82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet neighbourhood in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.53353804" Longitude="115.26180127" StarRating="3" HotelCode="484876|kakul_villa_ubud_apartment_suite" HotelName="Kakul Villa Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lodtunduh 1, Lodtunduh, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/48/44/48447528a6bc3657aa6d228898e49435389de207.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49891106" Longitude="115.25345778" StarRating="0" HotelCode="837806|taman_indrakila" HotelName="Taman Indrakila" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Campuhan, Sanggingan, Ubud 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/50/fa509ba2865148ada7ce56ce567c4f64291d9b28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50852718" Longitude="115.25912678" StarRating="2" HotelCode="553657|warji_house_2" HotelName="Warji House 2 Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/3b/e03bcb20f05f6831d81d9e54156c0c3a77f182f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.516622" Longitude="115.26012" StarRating="3" HotelCode="441653|brata_inn" HotelName="Brata Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Monkey Forest St., Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/3c/f63c8a3f662bd428bfc7a2c1e03394f1468ee714.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a transfer service, room...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51117493" Longitude="115.25807576" StarRating="3" HotelCode="434950|puri_bisma_ubud" HotelName="Arimba Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/b9/ccb9fd929fe2a2b1f891c18c340fa8fe2e5f0683.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50825177" Longitude="115.26285952" StarRating="0" HotelCode="521000|sanias_house_" HotelName="Sania's House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Concierge,Designated Smoking Area,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Karna 7, Ubud 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f1/a9f1cc7cbfb54d6db2e0b87e336491abfb59fdaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Ubud, Sania's House promises a relaxing and wonderful...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50944436" Longitude="115.27431529" StarRating="3" HotelCode="754255|sekembang_ubud_villa" HotelName="Villa Sekembang Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Gunung Sari, Banjar Ambengan, Peliatan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/e8/e3e830aebc118b796985bacbfbe14fd2ca2aa76a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49781537" Longitude="115.27888751" StarRating="3" HotelCode="777705|buda_cottage_ubud" HotelName="Buda Cottage Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Laplapan, Ubud 80552, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/c3/ebc33933cc6d422d8efc3a87d63c1c4b985c7e54.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="983387|ary_house_ubud" HotelName="Ary House Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cok Rai Pudak, Serongga, Banjar Tengah Kangin, Peliatan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f8/b1f8bf045d8b6de73af652deb3168481bf8413e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50859987" Longitude="115.26513549" StarRating="3" HotelCode="429378|ubud_sensasi_bungalows" HotelName="Ubud Sensasi Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Dry Cleaning,Garden,Housekeeping,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman No. 42  Padang Tegal, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/fc/04fc012d318fac22de16b1167af1dcb35358e044.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Ubud Sensasi Bungalows in Ubud, you'll be minutes from Ubud Royal P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51663515" Longitude="115.26279619" StarRating="2" HotelCode="592684|umah_anila" HotelName="Umah Anila" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman 99, Gangam Anila 20, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/14/d714948b8e14bf84647eaf263985bc6f57f18f9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.52389892" Longitude="115.26734867" StarRating="3" HotelCode="603468|hotel_puriartha_ubud" HotelName="Hotel Puriartha Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Made Lebah 5, Br. Kalah Peliatan, Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/18/31183e694822163c39d63e14044fe65d4a57173d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50549894" Longitude="115.26868535" StarRating="3" HotelCode="786541|hartaning_house" HotelName="Hartaning House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar 20, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/f4/c6f4e7c17876ed2e7c136cac3d9ac7a4426a98e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="3" HotelCode="851726|awan_bali_house" HotelName="Awan Bali House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/2f/582fd5cbd03b739f371e7e9f0dee3c9b5388f617.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50120403" Longitude="115.26666774" StarRating="3" HotelCode="481606|duana_sari" HotelName="Duana Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sriwedari 21 A, Taman kaja, Ubud 80571, Gianyar Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/7e/f27e0f633ca545814b466c9b8a245c1b5bbdc680.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.57611275" Longitude="115.26543113" StarRating="3" HotelCode="435221|asri_sari_villa_ubud" HotelName="Asri Sari Villa Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Lodtunduh, Banjar Lodsema, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/13/b51302e9d57bfa9510c21ed24709b6f658bbb4ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50355353" Longitude="115.26276116" StarRating="3" HotelCode="595319|rumah_roda_home_stay_guest_house" HotelName="Rumah Roda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kajeng 24, Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/66/f0667b7674fedf45f0da184a3b05a71e2f9c1d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="41.47" OriginalAmount="41.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48592929" Longitude="115.26697892" StarRating="3" HotelCode="419877|643592" HotelName="Bakung Ubud Resort and Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="resort" CnxPolicy="Free CXL until 24/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sri Wedari Street, Tegallantang, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/643592/643592a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming resort is in Ubud. There are a total of 42 rooms at Bakung Ubud Resort and Villa. Visi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.498287" Longitude="115.25293" StarRating="3" HotelCode="410372|aniniraka_resort__spa" HotelName="Anini Raka Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Tjampuhan, Sanggingan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/31/6a312e4f68d70fb4e8ab0dd8c66804d0ebea897a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally situated in the town of Ubud, just 2 km away from Ubud Market. Both the Ubud ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.47034366" Longitude="115.27422848" StarRating="3" HotelCode="406978|villa_jj_spa_ubud" HotelName="Villa JJ and Spa Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Massage Centre,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar, Junjungan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/cc/3eccc0ebaf8cf40db40fb24266de0e46998426f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bali, Villa JJ and Spa Ubud puts everything the city has to offer just ou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5089829417517" Longitude="115.26113795097" StarRating="3" HotelCode="394539|swan_inn_5" HotelName="Swan Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, Beji Line, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/40/374005c51cfdf29ebc06d8103969ff220681dc15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50768961" Longitude="115.2579808" StarRating="3" HotelCode="422611|hibiscus_cottages" HotelName="Hibiscus Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Holiday parks" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="24 Hour Room Service,Bicycle Rental,Coffee Shop,Designated Smoking Area,Dry Cleaning,Garden,Internet,Kitchen,Laundry,Luggage Storage,Massage Centre,Parking,Restaurant,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/99/9a99b0e278d456561053736fed690d983d2d92ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Hibiscus Cottages in Ubud, you'll be minutes from Puri Lukisan Muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5171153" Longitude="115.25962115" StarRating="3" HotelCode="441675|wenara_bali_bungalow" HotelName="Wenara Bali Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Monkey Forest Street, 80571 Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/c4/48c4f6f8da6d8a82d271dcc663e56ab256ae2e59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50175903" Longitude="115.26424035" StarRating="0" HotelCode="749702|the_hidden_bali_inn" HotelName="The Hidden Bali Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta 35, Sambahan Ubud, Kabupaten Gianyar, Bali 80571, Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/27/ce27e06a7c1aa5c2ccb44da50f51cffb945ae5f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51592639" Longitude="115.26474533" StarRating="0" HotelCode="835093|bale_bali_house" HotelName="Bale Bali House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Homestays" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sugriwa 58, Padang Tegal Klod Ubud Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/22/c6225d8829593edfba66e21d611b318ea79dcfaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bali, Bale Bali House puts everything the city has to offer just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5570308" Longitude="115.28791264" StarRating="0" HotelCode="946768|kudesa_home_stay" HotelName="Kudesa Homestay By OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Ir Sutami, Sumampan, Kemenuh, Ubud 80582</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/47/034740bdf179e8b2006cd317526ae6b34076d448.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="43.98" OriginalAmount="43.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5275080099038" Longitude="115.2434898584" StarRating="3" HotelCode="335457|618430" HotelName="Labak River Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Tebongkang, Singakerta Nyuh Kuning, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/2c/6d2c8da99e79445f9910fb5fae23dfa5a143a803.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.542663" Longitude="115.27221" StarRating="3" HotelCode="410355|taman_harum_cottages" HotelName="Taman Harum Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bungalow Complex,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Mas, P.O. Box 3216, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/a0/a2a0e5c302d32605c7c5842971f3c1fcfd7456f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated in Mas, about a 10-minute drive from Ubud and approximately an hour from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4831581" Longitude="115.27077178" StarRating="3" HotelCode="566672|dupa_ubud_villa" HotelName="Dupa Ubud Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar, Banjar Junjungan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/35/a73505688ac9d57923bf0c66becbe54c4d22a08a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51873005" Longitude="115.26362381" StarRating="0" HotelCode="421124|yarama_cottages" HotelName="Yarama Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman 88x, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/e9/90e988cccccfb733913b32e6057ba272693a02e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bali, Yarama Cottages puts everything the city has to offer just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.53312272" Longitude="115.2610458" StarRating="3" HotelCode="599238|lodtunduh_sari" HotelName="Lodtunduh Sari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Holiday parks" CnxPolicy="Free CXL until 09/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lod Tunduh 1, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/48/7948cbe38605ff8b05aeaef76dbab86666bf225b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51443044" Longitude="115.26350377" StarRating="2" HotelCode="603446|ganesha_inn" HotelName="Ganesha Ubud Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hanoman Street 43, Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/f0/b3f0d96c2efcd39fc32bd062543add27b05e6310.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5216054688304" Longitude="115.26309913226" StarRating="3" HotelCode="398863|lili_house_ubud" HotelName="Lili House Ubud Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/f6/45f6b7d9793ba74b3505438569bf778b07d8e116.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a babysitting service, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.521037" Longitude="115.257436" StarRating="2" HotelCode="94807|garden_view_cottages" HotelName="Garden View Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Monkey Forest Road, Ubud 80571, Bali, PO Box 154</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/f1/c2f1758b7730253819641becedbc619032900c9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50215638" Longitude="115.26416701" StarRating="3" HotelCode="587136|bale_bali_inn" HotelName="Bale Bali Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta 29, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f5/2df5736e22ca9cdcdb76ed143ea4d5c43f7ffe77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50494513" Longitude="115.26188737" StarRating="0" HotelCode="838850|artja_inn_ubud" HotelName="Artja Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="24 Hour Room Service,Beauty Salon,Designated Smoking Area,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kajeng 9, Ubud 80571, Kabupaten Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/c7/e4c7b0559faee00f11674ae8370e4480a2cd3572.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Artja Inn Ubud is a popular choice amongst travelers in Bali, whether exploring or just passing thro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5060047600621" Longitude="115.25182574987" StarRating="3" HotelCode="909002|dewa_bharata_bungalow_ubud" HotelName="Dewa Bharata Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Penestanan, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/c9/d3c94cedef1c05575eaaf3d982b55561eda05a54.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Canggu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5289647" Longitude="115.2686318" StarRating="3" HotelCode="946723|pondok_ayu_soca" HotelName="Pondok Ayu Soca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yudistira, Lingkungan Uma Soca, Banjar Kalah, Peliatan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/0b/b00bbc2efa49364c7fdb8ca765667bbfc15bdd2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.521500300953" Longitude="115.24982542666" StarRating="3" HotelCode="326972|uma_mandi_ubud" HotelName="Uma Mandi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Campuan 3, Katik Lantang Street, Singakerta, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/40/6640d5dd194d974999243f3fd7b6373ed9146c42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51145959" Longitude="115.25786957" StarRating="3" HotelCode="630750|adi_bisma_inn" HotelName="Adi Bisma Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/d4/42d4dd347157f70276ac351aaf73068bca96312c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50541213" Longitude="115.26869591" StarRating="3" HotelCode="603319|swahita" HotelName="Swahita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar, Kutuh Kelod, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/7d/877d332c82938f17d00abe053913876275d8cc68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.514618" Longitude="115.258169" StarRating="3" HotelCode="905734|putri_ayu_cottages_2" HotelName="Putri Ayu Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bisma Street, Ubud 80571, Gianyar, Bali Island</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/16/62165b90c5eca28a1a0ba5f72911a9a8c6d8e2cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Ubud, a well-known Balinese village that flourishes with traditional culture...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5138059470069" Longitude="115.2598081923" StarRating="2" HotelCode="441702|rahayu_2_bungalows" HotelName="Rahayu Suites Monkey Forest Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/5c/645c47a24cd1c77ad0cb0c6a778218ab8a313aa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50962034" Longitude="115.26326248" StarRating="2" HotelCode="521838|sayong_house" HotelName="Sayong House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sita, Ubud 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/0c/0c0c9ed9e2ceca2e0d3d6f2d491f838a70737bc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="3" HotelCode="626345|doni_house_villa_2" HotelName="Doni Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sapat Tegallalang, Ubud 80561</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/4b/394b6eb6f3cad1b0036610aa266d9279460e4ccf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50560641" Longitude="115.26349919" StarRating="3" HotelCode="594704|puri_anyar" HotelName="Puri Anyar Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta 6, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/a5/1ba5d719b6d0302e08939511197078e851427d1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.47815844" Longitude="115.25295308" StarRating="3" HotelCode="411867|puri_payogan_villa" HotelName="Puri Payogan Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Rsi Markandya II 27, Banjar Payogan, Kedewatan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/af/8eaf69ed631e74800f7416aac4c3a30e5f292ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Room service is among the facilities. Wireless internet access in public areas allows guests to stay...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51105804" Longitude="115.25818873" StarRating="2" HotelCode="535526|alam_terrace_cottages" HotelName="Alam Terrace Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, 80571 Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/26/5f261e6aaccafbce492492bef59b11d23f6dc701.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant is available to travellers. Wireless internet access is available to guests in the publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4788590595353" Longitude="115.27070925033" StarRating="3" HotelCode="442257|villa_junjungan" HotelName="Junjungan Suite Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar, Br. Junjungan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/e0/a3e0d4f7970dd207f6ca4ffd855925cb17967246.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50722327" Longitude="115.26504994" StarRating="3" HotelCode="610537|griya_sriwedari" HotelName="Griya Sriwedari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sriwedari 2, Gang Sruni, Ubud 80751, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/03/910345316f366e21166f4e2525006a7474b5e60b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51485746" Longitude="115.26424314" StarRating="0" HotelCode="756641|satya_house_ubud" HotelName="Satya House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman  46, Banjar Padang Tegal, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/86/6e860a87bb698c545d9440307525e6b250e54995.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Satya House Ubud offers comfort and convenience whether you're on business or holiday in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5097085714286" Longitude="115.26901539054" StarRating="3" HotelCode="308078|bembengan_ubud_cottage" HotelName="Bembengan Ubud Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Kitchen,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sukma, Gang 2, Tebasaya, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/fc/38fc2c63c33fe7353205e7b48af9aa1487ff7bf2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49537312" Longitude="115.2733222" StarRating="2" HotelCode="631298|uma_dawa" HotelName="Uma Dawa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Andong, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e8/2ee8e23e91243263faacbe697830673eafadf4f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4981901" Longitude="115.25280488" StarRating="3" HotelCode="622556|sari_villa_ubud" HotelName="Sari Villa Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Campuhan, Banjar Penestanan, Sayan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/39/b13926cefe68f7dc96cb32427a07e48ae49194e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation offers a baggage storage service and room service. Wireless internet access is ava...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5219522" Longitude="115.26302223" StarRating="3" HotelCode="866550|seken_cottages_ubud" HotelName="Seken Cottage Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/bc/8dbc253393ca4fad2f296911f3ee521441851013.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5131980731225" Longitude="115.26095911823" StarRating="2" HotelCode="915751|adi_cottages_" HotelName="Adi Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Monkey Forest Street, Jalan Wenara Wana, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/18/7b18458712f8f3fb1b8251480e5a0597dfbca5e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the centre of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.516078" Longitude="115.263678" StarRating="3" HotelCode="27892|sahadewa_resort__spa_ubud" HotelName="Sahadewa Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/1b/3e1b3006cd3a83b9a77c0d7439ba2ef4c2945964.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the centre of Ubud, which is a base for many painters, wood carvers and d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.47686632" Longitude="115.28756049" StarRating="4" HotelCode="510865|alam_sembuwuk_resort" HotelName="Alam Sembuwuk Resort Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pejeng Kawan 45, Ubud 80552, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/51/dc51cecf9e8d53919d70b0aac7cd1fd5cd0f26c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.53536448" Longitude="115.26646857" StarRating="2" HotelCode="520994|gusde_house__villa" HotelName="Gusde House &amp; Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cempaka, Banjar Kumbuh, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/75/30751f4c395d8b2fe4e27c78cad9c71273ae5f9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50433858" Longitude="115.26187084" StarRating="3" HotelCode="435106|padma_ubud_retreat" HotelName="Padma Retreat Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kajeng 13, 80571 Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/85/7a8501b2c5ad7e884c2c85cb4bc774b13b684468.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50040497" Longitude="115.26653017" StarRating="3" HotelCode="599900|rumah_taman" HotelName="Rumah Taman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sriwedari Banjar Taman Kaja, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/f7/59f796871e6385cda4871873ce822635fba8f36a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51584277" Longitude="115.26552589" StarRating="2" HotelCode="875716|zen_rooms_ubud_jatayu" HotelName="ZEN Rooms Ubud Jatayu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 07/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jatayu Gang Menda 6, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/d4/9ad4c753d46234dca561b064875e5f28c0b1c5e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at ZEN Rooms Ubud Jatayu in Ubud (Ubud City-Centre), you'll be minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50456782" Longitude="115.25409212" StarRating="0" HotelCode="841713|anis_villas_2" HotelName="Ani's Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Holiday parks" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Bicycle Rental,Dry Cleaning,Garden,Internet,Laundry,Massage Centre,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Campuhan, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/61/1e61864c4eb69c68c2e5d0269572643fc545ccda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ani's Villas is perfectly located for both business and leisure guests in Bali. The property feature...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.55530242" Longitude="115.28753237" StarRating="3" HotelCode="946154|yana_villas_kemenuh" HotelName="Yana Villas Kemenuh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sumampan, Desa Sumampan, Kemenuh, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/71/1871845cef3e3e6cae87b8855b4c544f72a526b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.524475653605" Longitude="115.2621837871" StarRating="3" HotelCode="327322|kamandhani_cottage_2" HotelName="Kamandhani Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Premasanthi 17, Pengosekan, Ubud 80515, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/40/8040f3fe14241aada254073978e61b07a85a9f76.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.528336" Longitude="115.263836" StarRating="3" HotelCode="141844|villa_puriartha" HotelName="Villa Puriartha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Pengosekan, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/fe/57fe6902291f3dfb6b39c70d896359cb473b0feb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance of the famous Ubud Palace, Monkey Forest and the tradit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5165358568851" Longitude="115.26363283396" StarRating="2" HotelCode="909040|nicks_homestay" HotelName="Nick's Homestay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman  57, Padang Tegal Kelod, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/cc/63cc16c9bb5bedd3a2e180cab1f58d9880fb7df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.527565" Longitude="115.264693" StarRating="3" HotelCode="384932|dewa_put_guest_house" HotelName="Uma Dewi Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Br.Pengosekan Kaja, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/d6/56d63ad2eb5e13ce0b2ccf793ecbe8de6312b429.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5132147462894" Longitude="115.26000648737" StarRating="3" HotelCode="15810|pertiwi" HotelName="Pertiwi Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Bungalow Complex" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Monkey Forest Street, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/94/7094cb811384e917024399586230867a76c239a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud, a village renowned for its artistic tradition, north of the provincia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51977739" Longitude="115.25797673" StarRating="3" HotelCode="407753|bali_bohemia_huts" HotelName="Bali Bohemia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Nyuh Bojog, Nyuh Kuning, Ubud  80752, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/c6/bcc6cced8ded2d95597cb607473ade7a9ec6549b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48154121" Longitude="115.28596143" StarRating="3" HotelCode="540491|kubu_bali_baik_villa_resort" HotelName="Kubu Bali Baik Villa &amp; Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pejeng Kawan, Br. Umahanyar, Ds. Pejeng Kaja, Ubud 80552, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/1e/881e3764af8ba7dfd364177dc792e8a4f6b10fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51834283" Longitude="115.2618783" StarRating="3" HotelCode="434906|ubud_tropical_garden" HotelName="Ubud Tropical Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Monkey Forest Street, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/9c/8b9cf940f0d6676b6781e7535d73db2995e4ffe5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.53269604" Longitude="115.26051281" StarRating="2" HotelCode="590002|uma_loka_villa" HotelName="Umah Diuma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Abiansemal, Kaja Kauh Lodtunduh, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/a7/2aa7d586b5c775ba093dccf499eefee83bd5ddfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5145247041963" Longitude="115.25773822817" StarRating="3" HotelCode="304350|pertiwi_bisma_2_2" HotelName="Pertiwi Bisma 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Kabupaten Gianyar, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/17/ea17b688c38700fecbfd0652bfc0052fbcb6b818.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant, a transfer service and room service are available to guests of the hotel. Wireless int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4841712" Longitude="115.26714855" StarRating="3" HotelCode="349548|gita_maha_hotel" HotelName="Gita Maha Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sriwedari, Desa Tegalantang, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/32/7132d50557f5e88320233db96080e764aea604bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50940715" Longitude="115.25865827" StarRating="3" HotelCode="520995|uma_sari_cottage" HotelName="Uma Sari Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="guest house" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Bicycle Rental,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma 35, Ubud 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/90/7690daf7640a22e07a932fc3a9decb44d8723ab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50380301" Longitude="115.26577529" StarRating="2" HotelCode="429374|suparsas_homestay" HotelName="Suparsas Home Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Garden,Housekeeping,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jln Sriwedari No 35   Banjar Taman Kaja, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/e5/d1e50cebc495a0d998a02e026c807c1cb9cb929e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Suparsa's Home Stay in Petulu, you'll be in a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5284272857056" Longitude="115.25752817016" StarRating="4" HotelCode="933892|budhi_ayu_villas_ubud" HotelName="Budhi Ayu Villas Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Nyuh Kuning, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/e1/a1e10dce2e399edcc95ef041dc96c58597528574.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Gianyar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="4" HotelCode="448602|the_sawah_villa__2" HotelName="The Sawah Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Room Service,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Massage Centre,Parking,Restaurant,Room Service,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Tengkulak, Kemenuh Village, Ubud 80582, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/46/fd46091ac73e6299d7b8bcac096f5c4ed9fbe254.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Ubud, The Sawah Villa promises a relaxing and wonderf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5206825" Longitude="115.26279795" StarRating="3" HotelCode="620045|janis_place_cottage" HotelName="Jani’s Place Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan, Ubud 80571, Gianyar</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/5a/f75ad667f22252b4ce207e47b1a421b83c5dab30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50758364" Longitude="115.25099112" StarRating="0" HotelCode="670479|pondok_naya" HotelName="Pondok Naya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Penestanan Kelod, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/21/e721ec8c41f7824512b0097aecb5bec58aae992e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A tranquil retreat awaits guests at Pondok Naya, a 10-minute walk from Antonio Blanco Museum. Boasti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49690373" Longitude="115.28109015" StarRating="3" HotelCode="866927|paraiso_cottage_ubud" HotelName="Paraiso Cottage Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Rayar Banjar Laplapan, Desa Petulu, Ubud 80552, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/55/ac55928380c6f729943c946294aa00755276a6e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5178250342223" Longitude="115.26021301746" StarRating="3" HotelCode="11386|champlung_sari_hotel" HotelName="Champlung Sari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, P.O. BOX 87, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ac/fcacfe78ed6194a2264187cffc85d3dd8e052997.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This enchanting hotel enjoys an outstanding location at then end of Ubud's main shopping street with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5142285683783" Longitude="115.26380776042" StarRating="3" HotelCode="327301|kunang_kunang_guest_house" HotelName="Kunang-Kunang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman Street 43, Padangtegal, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/48/f8485183027d85d5df29ffd4daad8d9f170ea237.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.52587755" Longitude="115.26864651" StarRating="3" HotelCode="572110|pondok_massas_ubud" HotelName="Pondok Massas Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yudistira, Peliatan, Br. Kalah, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/4e/9a4e92a000f931817109bd86d4a31577f0e9c1a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5227241307585" Longitude="115.26284979629" StarRating="3" HotelCode="540502|maxonehotels_at_ubud" HotelName="MaxOneHotels.com @Padawa Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan, Kabupaten Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/81/8f816a0b7ed222c8cce5bb6fa4b48c5bfa8ec2a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51806811" Longitude="115.26160606" StarRating="3" HotelCode="629911|sarin_ubud_villa" HotelName="Sarin Ubud Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/46/b04647149bc545b6291746ac1327a3bf1194b217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.47807471" Longitude="115.26951318" StarRating="4" HotelCode="755451|villa_kirani_ubud_2" HotelName="Villa Kirani Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sri Wedari, Desa Tegal lantang, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/a3/4da3ec74b193fffba1968455069ef208fb945cba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.551877" Longitude="115.262771" StarRating="3" HotelCode="173567|bumi_ubud_resort_3" HotelName="Bumi Ubud Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Lodtunduh 88, Banjar Silungan Lodtunduh, Ubud 80571, Gianyar</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/64/4e64140ea7317bc3259de8330d6def768e16bbfe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property enjoys a strategic location in Ubud, a very popular place surrounded by Balinese tradit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5151754223532" Longitude="115.25786707558" StarRating="3" HotelCode="481314|kiskenda_cottages" HotelName="Kiskenda Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma 97, Kabupaten Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/7f/c57f05a8c04eee1efc6bded3f9afd3ebe56238a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50659515" Longitude="115.25890243" StarRating="3" HotelCode="491633|meruhdani_guesthouse" HotelName="Meruhdani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma 3, Gianyar 80571, Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/04/1d040fd6d7e15f96fedd7875a3331a3fd287a17f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.53381581" Longitude="115.26599322" StarRating="3" HotelCode="571674|the_athaya" HotelName="The Athaya Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pengosekan, Br Kumbuh, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/d2/52d2fb0d661995741450f62c432c0eaeb7782d0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49797063" Longitude="115.26858418" StarRating="0" HotelCode="842530|tirta_arum" HotelName="Tirta Arum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar 63</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/44/48441a6e21afb39f2fae5855dcf70874f6f15272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4797898263643" Longitude="115.27087211609" StarRating="4" HotelCode="172044|puri_sunia_resort" HotelName="Puri Sunia Resort Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalana Tirta Tawar, Ubud 80571, Bali Island</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/e6/abe652fbeb1607f20b82a864b4434e411c13e5fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in a secluded location, surrounded by the natural environment of beautiful rice paddies, wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5087924" Longitude="115.25913451" StarRating="0" HotelCode="504278|bije_sari_suite_bisma" HotelName="Bije Sari Suite Bisma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/4c/9b4ce9a9c07d626170991d4f863956c0df21acf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49921804" Longitude="115.26659883" StarRating="0" HotelCode="420728|taman_cottages_ubud" HotelName="Bali Sila Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Concierge,Designated Smoking Area,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sriwedari 66, Banjar Taman Kaja, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/14/bb/14bbee9c2c5411c0b60a97ffef26f6a53edd4bc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bali, Taman Cottages Bali Sila puts everything the city has to offer just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50095311" Longitude="115.2570293" StarRating="2" HotelCode="623949|nirwa_ubud_karma" HotelName="Nirwa Ubud Karma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Subak Sok Wayah, Jalan Ry Ubud, Ubud City-Centre, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/d5/e9d58bea6708a23f6dfd27ac29a1e952ba329c16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.53083482" Longitude="115.26493155" StarRating="3" HotelCode="954373|batu_agung_villas" HotelName="Batu Agung Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan, Desa Mas, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/2d/2d2d34fcb41e73ba2940648082597a9597e7ff17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50476402" Longitude="115.26673635" StarRating="0" HotelCode="954860|uma_taman_house" HotelName="Uma Taman House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sandat 30, Kabupaten Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/5e/fd5e546f46ae595b6122bf9cdcaee0f7551285ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.512511" Longitude="115.257104" StarRating="2" HotelCode="166201|nicks_hidden_cottages" HotelName="Nick's Hidden Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma Road, 80571 Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/ea/2dea9af7b9fefc47c2d498d02a7a7af8370b7b74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is situated on Bisma Road, overlooking the Campuhan River, and it provides some exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.606055" Longitude="115.23589" StarRating="4" HotelCode="32967|alam_puri_art_museum__resort__spa" HotelName="Alam Puri Art Museum &amp; Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Finca" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Trenggana 108, South of Ubud, Penatih, Denpasar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/f5/26f57a5d074d59bb6260245ed50345a22f67d8f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located 20 minutes south of Bali's art and culture centre of Ubud, in the heart of Bali...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4952670948697" Longitude="115.2807797294" StarRating="3" HotelCode="327348|manyi_village" HotelName="Manyi Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Laplapan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/b1/8ab1717d5d8ae158fb1ecaaaeb4d03c595ce5cfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5093611015565" Longitude="115.26146434129" StarRating="3" HotelCode="226785|okawati_hotel" HotelName="Okawati Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wenara Wana, Jalan Monkey Forest, Gianyar, Gang Beji, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/65/ad65799f89df2cadb89c428d77dd43c2b3653b9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4728913" Longitude="115.25968164" StarRating="3" HotelCode="738715|jero_sebali_villa" HotelName="Jero Sebali Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Keliki, Kelusa, Ubud 80561, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/df/44df205c3a49c205ec176cb878c3546d8ac98a5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4938348" Longitude="115.25341976" StarRating="3" HotelCode="851472|sunrise_villa_ubud" HotelName="Sunrise Villa Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sanggingan 88X, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/4a/0b4adc58be7432f4dc55ec5355f76cd18bb43448.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.519574" Longitude="115.2621" StarRating="2" HotelCode="136324|tegal_sari_accomodation" HotelName="Tegal Sari Accommodation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan, Padang Tegal, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a7/33a7a2f1735234e2c0a4ea9a00f6961e121f6324.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is located about 800 m from the centre of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.43268325" Longitude="115.26882986" StarRating="3" HotelCode="838438|uma_caming_house_" HotelName="Uma Chaming Villas &amp; Gym" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Babysitting,Bicycle Rental,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bresela, Gianyar, Payangan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a1/5fa18b77953aa1d2e399f268f867a9733983c076.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Ubud, Uma Caming House promises a relaxing and wonder...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5022481936801" Longitude="115.262985012" StarRating="2" HotelCode="53342|ubud_sari_health_resort" HotelName="Ubud Sari Health Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kajeng 35, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/45/fa4599ba4c15c81d168347a3a77907c1f4c918c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5127438221872" Longitude="115.26125713127" StarRating="3" HotelCode="14261|lumbung_sari_cottages_2" HotelName="Lumbung Sari Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Monkey Forest Road 15, Kabupaten Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/77/52/7752695e79d8ae5ebdddd889cddedc3260294c02.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is strategically located on Monkey Forest Street. The famous Monkey Forest is a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5275438857691" Longitude="115.25964279161" StarRating="4" HotelCode="384884|kadiga_villas_ubud" HotelName="Kadiga Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Nyuh Kuning, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/4b/504b736579c3164dcc3369ee28ba95055314fc1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5294906998442" Longitude="115.25546286375" StarRating="3" HotelCode="43739|bali_spirit_hotel_spa" HotelName="Bali Spirit Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Nyuh Kuning, P.O. Box 189, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/96/709677a32e2b4195ce2d386efb8c40cf3a5e5e86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is nestled on a scenic river valley in the lovely village of Nyuh Kuning, Ubud. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.44769186" Longitude="115.30942844" StarRating="4" HotelCode="438486|tapa_kawi_villas" HotelName="Tapa Kawi Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Bukit, Desa Tampak Siring, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/cf/83cfbfea6e6a415f95a94e9126b958526dac0ba0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation offers a restaurant, room service and a business centre. Wireless internet access ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.505954" Longitude="115.251337" StarRating="2" HotelCode="130444|de_munut_balinese_resort__spa" HotelName="De Munut Balinese Resort &amp; Spa" Meals="BREAKFAST-FOR-1" BedType="BREAKFAST-FOR-1" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Penestanan, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/b9/58b93e705dffc68fbef3a2a4882b1aa42801fd16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the home of Bali's most famous painter, and only 10 minutes' walk from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5133049365744" Longitude="115.26081115007" StarRating="3" HotelCode="36238|cendana_resort__spa" HotelName="Cendana Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Monkey Forest Road, Ubud 80571, P.O. Box 163</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/83/ce83ada0954a59373ba7b512d1ccbcbdce138437.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud Village, the centre of Balinese art and culture. The local attractions...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50981692" Longitude="115.24783556" StarRating="3" HotelCode="491574|devis_place" HotelName="Devi's Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Penestanan Kelod 108, Penestanan, Sayan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b6/f7b6d5f4e891df11fb689699b8220956ae24d003.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50567116" Longitude="115.26305016" StarRating="0" HotelCode="756937|villa_san" HotelName="Villa San" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Concierge,Designated Smoking Area,Garden,Internet,Laundry,Massage Centre,Parking,Room Service,Smoking Rooms,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta 24, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/56/7956406ad8684c220296960030930072b466ecaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Villa San offers comfort and convenience whether you're on business or holiday in Bali. F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5087881014062" Longitude="115.25905363262" StarRating="2" HotelCode="909041|nicks_pension" HotelName="Nick's Pension" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Jalan Wanarawana, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/88/ed8838554760d3d26c24a3f12866a290ad77f443.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50908287" Longitude="115.2658599" StarRating="3" HotelCode="445149|the_peacock_inn_6" HotelName="The Peacock Inn Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sugriwa No. 4, Ubud, Indonesia</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/1d/6f1d0ee3ed06faaff6d6500d0f4aef1ffcd2a522.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.514855" Longitude="115.263819" StarRating="3" HotelCode="936646|artini_2_cottages" HotelName="Artini Cottages 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/94/1a94a99d4c38cee195878ad4a90ced7ff83ec59a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the centre of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4676629" Longitude="115.27161267" StarRating="3" HotelCode="348817|om_ham_retreat" HotelName="Om Ham Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Tirta Tawar Road, Banjar Junjungan, 5 km North from Ubud Main Road, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/zz/a7adaf5c8991ecd0acb463e150e42ffdeefb5818.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tegallalang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48256676" Longitude="115.265417" StarRating="3" HotelCode="483996|river_sakti_resort_villa" HotelName="River Sakti Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta, Ubud 80571, Ginayar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/b9/d5b957e5952a593320e0ffeb4a76f808012f3647.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.54191026" Longitude="115.25852468" StarRating="4" HotelCode="589774|villa_lestaru" HotelName="Villa Lestaru" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lodtunduh, Gang Pura Bija, Lodtunduh, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/85/aa85bb4487ed335ed5a3e58f0e5a082bd4087180.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation offers a baggage storage service, a bar, a transfer service and room service. Wire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.53229453" Longitude="115.27148894" StarRating="3" HotelCode="866794|adil_villa_and_guest_house" HotelName="Adil Villa &amp; Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Mas, Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/b4/a4b4d379c92caeac26d3a2fea35853039339c467.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48562076" Longitude="115.25155176" StarRating="0" HotelCode="821708|villa_nini" HotelName="Villa Nini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Lungsiakan</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/65/4e652c58383f1e5d911cd5b96409cec469dad6d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51087975" Longitude="115.26083078" StarRating="3" HotelCode="787973|ubud_city_hotel" HotelName="Ubud Kerta City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest 15, Jalan Wenara Wana, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/c8/60c8d5e0ab372273f3fadeb6b50301c74cef6ba8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4782875787149" Longitude="115.25877770583" StarRating="4" HotelCode="342661|virmas_private_villa" HotelName="Virmas Private Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/10/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sebali, Desa Sebali, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/dc/06dcb0057bf8fba8af68feee5e3e7aa3587afcff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4973428237913" Longitude="115.25775938457" StarRating="3" HotelCode="492391|cahaya_ubud_villa" HotelName="Cahaya Ubud Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel,Villa" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sok Wayah, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/30/08300915ee22a4a1c6629031aef16b93685b043f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.47701885" Longitude="115.26870327" StarRating="3" HotelCode="959262|the_nani" HotelName="The Nani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sri Wedari, Junjungan, Ubud 80572</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/2a/af2a0cfab9bc8855aefd6a766b14d14b60a0ea08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5167653922996" Longitude="115.2660337619" StarRating="3" HotelCode="384907|tebesaya_cottage" HotelName="Tebesaya Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jatayu, Desa Tebasaya, Banjar Tebesaya, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b5/f5b5ed77d26a428fadd603cebc143ea70eb0ab97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.52558562" Longitude="115.26329092" StarRating="3" HotelCode="561614|green_bird_villa" HotelName="Green Bird Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Pengosekan, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/e1/dae12393af0da0386f6939a0340ec7b17f8a2bf6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5139636384055" Longitude="115.25719546977" StarRating="3" HotelCode="298355|pertiwi_bisma_1" HotelName="Pertiwi Bisma 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud 96732, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2b/f82be0e33c84c80030c6f0baaedf6aa75974573d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51834674" Longitude="115.26313481" StarRating="3" HotelCode="435485|the_evitel_resort_ubud" HotelName="The Evitel Resort Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jlalan Monkey Forest, Br. Padangtegal, Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/bd/85bdd9628bbc830f44e5895219d91be0a3ff49d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5481307" Longitude="115.27248796" StarRating="3" HotelCode="594474|angel_house_homestay_ubud" HotelName="Angel House Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gang Meduri 3, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/e3/42e38cc8ddd27327a219771b289fe720eb59cebe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.523535" Longitude="115.256814" StarRating="3" HotelCode="141146|saren_indah" HotelName="Saren Indah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nyuh Kuning, Ubud, Bali 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/15/3d15a8533851791935560ee5aae022c52f302700.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1 km from the centre of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50133277" Longitude="115.26216638" StarRating="3" HotelCode="589236|masia_villa_ubud" HotelName="Masia Villa Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kajeng, Juuk Manis, Kabupaten Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/a9/57a92d804719684691278519734099ed0762a577.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51023057" Longitude="115.24856861" StarRating="3" HotelCode="777746|mana_boutique" HotelName="Mana Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Penestanan Kelod, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/58/5e5885d919b8d4ca66a4d28d97cf65bbea7cf9f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5135" Longitude="115.26086" StarRating="3" HotelCode="113568|yulia_village_inn" HotelName="Yulia Village Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/99/f799186f3c18a6d4fb07b5acf2af1ae772615a90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4788900083546" Longitude="115.27071586375" StarRating="3" HotelCode="93171|junjungan_ubud_hotel__spa" HotelName="Junjungan Ubud Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar km 3.5, Br. Junjungan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/50/3850b21b5af4bf318bfe47d63585b94b247023d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ubud, the art centre of Bali, this club resort is a 45-minute drive from Denpasar and abo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49070489" Longitude="115.25129146" StarRating="3" HotelCode="602889|white_cubes_villa" HotelName="White Cubes Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sanggingan, Kedewatan, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/94/09940384a8e174cb8b63f6d54ba2f66ae8727c11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.52850762" Longitude="115.26240128" StarRating="3" HotelCode="594732|puri_kobot" HotelName="Puri Kobot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Br. Pengosekan Kaja Mas, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/48/fe4820c87662cd9d676e39f38e307d9963e2823e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.52734985" Longitude="115.26058723" StarRating="5" HotelCode="412904|suarti_boutique_village" HotelName="Suarti Boutique Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,ATM/Cash Machine,Babysitting,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nyuh Kuning, Raya Pengosekan, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/eb/81eb4c6ec90f06e75e3a44d84eef98a4e31d04f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located a 10-minute drive from Ubud Monkey Forest, Suarti Boutique Village features tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5332064625854" Longitude="115.26587088221" StarRating="3" HotelCode="510975|radha_phala_resort_spa" HotelName="Radha Phala Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pengosekan, Po. Box 80571, Banjar Kumbuh, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/78/7d781fba530299bb667b8c83e4e3ab76f57322a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Gianyar. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.526793" Longitude="115.263716" StarRating="3" HotelCode="189239|bhuwana_ubud_hotel" HotelName="Bhuwana Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pengosekan Road, Ubud, Bali 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/80/60809ff74d45749324b5b0010ffe93e13dd2a8ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the art and cultural village of Pengosekan Ubud, which is only 5 minutes' dr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="837655|tirta_asri_ubud_villa" HotelName="Tirta Asri Ubud Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sebali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/4e/7c4e7979672fbb7a9c7fa35e2719f2564a2df600.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5019850729256" Longitude="115.24743790339" StarRating="3" HotelCode="333708|taman_rahasia_tropical_sanctuary_and_spa" HotelName="Taman Rahasia Tropical Sanctuary And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 23/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Penestanan Kaja Sayan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/35/81354f4366795d5912c1bc2f61c1c3cd5d494fe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in lush Balinese gardens, Taman Rahasia Tropical Sanctuary and Spa boasts an outdoor pool an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4977218488002" Longitude="115.28470526206" StarRating="4" HotelCode="392709|villa_puri_darma_agung" HotelName="Villa Puri Darma Agung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Desa Pejeng Kawan, Br. Sala, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/4d/314d8825f165a7d27f4fc50025a538a47ebc8e15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant and a transfer service. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4984738" Longitude="115.26671889" StarRating="3" HotelCode="593490|yoga_ubud_villa" HotelName="Yoga Ubud Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sri Wedari 999, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/d0/e3d03e5f3cb13fa78d45fa2478570d7803103f17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50681058" Longitude="115.26449028" StarRating="0" HotelCode="838096|suryadina_guest_house" HotelName="Suryadina Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sri Wedari, Gang Seruni, Ubud 80571, Kabupaten Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/87/4c8719163ed867690748e153b9aa80e9d503b022.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.47015107" Longitude="115.26450023" StarRating="3" HotelCode="594809|duwur_beji" HotelName="Ayu Duwur Beji" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kelabang Moding, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/bf/a2bfff53e7bd0a9b71049fcb7c32113e498fb735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51824851" Longitude="115.26235131" StarRating="3" HotelCode="612532|grand_sehati_spa_ubud" HotelName="Grand Sehati &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/46/8646049f79ee810c224d3acb3d9b3e35149e6d52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="841964|villa_bije_suweta" HotelName="Bije Suite Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta, Desa Sambahan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/dc/97dc784495c6078caf730347f09052328bafc874.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="975761|prabhu_ubud_villa" HotelName="Prabhu Ubud Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kedewatan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/65/6865f3288d4b30385c3b1366b87822a4aee936c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.573170342819" Longitude="115.26637340863" StarRating="3" HotelCode="933562|villa_kayu_lama" HotelName="Villa Kayu Lama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Apuh, Desa Lodtunduh, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/3c/093c38b84bf603dbcd81ae4118a76a752516279a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4945744068945" Longitude="115.2664102874" StarRating="3" HotelCode="398876|nyoman_sandi_guest_house" HotelName="Nyoman Sandi Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sriwedari 64, Taman Kaja, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/c3/69c357c9b7e07646dbaa63c5997af5a2d21d3171.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.515842" Longitude="115.260294" StarRating="3" HotelCode="129840|ubud_inn_and_villas" HotelName="Ubud Inn &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Monkey Forest Road, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/92/f592c2372c892b55288ec9502e7659320a886340.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50945622" Longitude="115.24908204" StarRating="4" HotelCode="641250|lily_lane_villas" HotelName="Lily Lane Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Bicycle Rental,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Massage Centre,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Penestanan Kelod, Sayan, Kabupaten Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/71/5b71b66110650996e5f3353c3ab2e829e8fc5d2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ubud, Lily Lane Villas is a perfect starting point from which to explore Bali. Featuring ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.500791" Longitude="115.27662" StarRating="4" HotelCode="29580|natura_resort__spa" HotelName="Natura Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Laplapan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/06/6e06dacb732eb969402775e6cf81aa66039f285c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is surrounded by lush tropical gardens, and blends with the serene beauty of the natural s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.520581" Longitude="115.255875" StarRating="2" HotelCode="19575|alam_indah_3" HotelName="Alam Indah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Garden,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 165, Nyuh Kuning, 80571 Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/eb/b1ebf664af88fc570ad51c5083d8ec8040552dab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a 10-minute walk through the forest from Monkey Forest Road. Ngurah Rai Airport is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.513821" Longitude="115.265196" StarRating="4" HotelCode="36240|biyukukung_suites_and_spa" HotelName="Biyukukung Suite &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Sugriwa, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/a3/d2a38f3a6887f439ac7a4ac3fa5f5913f36865fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located on a private Balinese estate in Ubud, just one step away from Monkey Forest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5225757570031" Longitude="115.2567805871" StarRating="3" HotelCode="82688|villa_sonia_ubud" HotelName="Villa Sonia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nyuh Bojog, Banjar Nyuh Kuning, Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/fe/eefec8f88982b43591f2414174e69dac5b4ce70f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5121597310978" Longitude="115.26631472489" StarRating="3" HotelCode="547166|batu_empug_ubud" HotelName="Batu Empug Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jembawan 30, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/33/9033ad1f6e27c13d5cf610f34ac945c88b280972.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5165385" Longitude="115.26597273" StarRating="3" HotelCode="492902|jati_cottage" HotelName="Jati Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jatayu, Tebesaya, Ubud 80571, Ginyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/9c/2e9cbffb4009387585851aac7a33a825597e0a49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50652183" Longitude="115.25144142" StarRating="2" HotelCode="546944|roam_ubud" HotelName="Hotel Penestanan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Penestanan Kelod, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/81/818172dac3dd176ccf0e1ea3912d2356930f82cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50733821" Longitude="115.25866358" StarRating="0" HotelCode="750721|bali_moon_guest_house" HotelName="Bali Moon Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/35/ee35d7cda22e3604562e0baf9b7451128db6a69d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5043998574385" Longitude="115.24522417312" StarRating="4" HotelCode="903647|the_mansion_resort_hotel__spa" HotelName="The Mansion Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Penestanan, Sayan, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/e7/74e7fa79f24438392c1625ffd9805f0c2286edf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated in the artist community of Penestanan, on the Sayan Ridge, just a few minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49354684" Longitude="115.27061852" StarRating="4" HotelCode="489988|dlegon_villa" HotelName="D'Legon Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta tawar, Kutuh Kaja Petulu, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/35/ba35c2cdd15a4a0c774bf7af836a76e10f3cabde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.457348" Longitude="115.282601" StarRating="4" HotelCode="172029|alam_ubud_culture_villa_and_residence" HotelName="Alam Ubud Culture Villas &amp; Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kenderan 80571, Tegalalang, Ubud, Bali Island</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/98/f198ba973a9e8e40cbcb0d8cf29767f8ef4fcf16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This finca style property is located in the beautiful river valley and tropical forest. The resort i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="3" HotelCode="603177|eden_house_ubud" HotelName="Eden House Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Ubud, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/2b/172b50fdb3b9aa4a71d8d0c149693397a0236ee8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.42354317" Longitude="115.27025034" StarRating="2" HotelCode="407816|uma_nandhi_ubud_natural_cottage" HotelName="Uma Nandhi Ubud Natural Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Masceti No. 8, Banjar Bresela, Payangan, Ubud 82570</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/6f/a96fab815b3f3f26baf2b01df75fb08444b65e6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.54816983" Longitude="115.26248664" StarRating="4" HotelCode="484147|royal_casa_ganesha" HotelName="The Royal Casa Ganesha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Lodtunduh 88, Lodtunduh, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/7f/917f50956f183637e5be0168c9ae67030f47146f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48785397" Longitude="115.28379868" StarRating="3" HotelCode="492420|dewi_sri_private_villa" HotelName="Dewi Sri Private Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Villa" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Subak Sala, Pejeng Kawan, Gianyar Regency, Tampaksiring 80552, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/2e/6f2e930449505eec6311feb8dc536021279d8c16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48467784" Longitude="115.27044815" StarRating="3" HotelCode="610803|korurua_villa" HotelName="Korurua" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar 1, Banjar Junjungan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/cd/3dcd3b7b9590bfab52b0eca484cbafe4c7d8aed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.52350561" Longitude="115.26654482" StarRating="3" HotelCode="599053|byasa_ubud" HotelName="Byasa Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Made Lebah 12, Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/75/fb751da86cbea355b48d0087d4879170ff939164.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.52417455" Longitude="115.26331446" StarRating="0" HotelCode="785431|bali_breeze_bungalows" HotelName="Bali Breeze Bungalows" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/ce/c6ce83fb8d9cac20fac51631685a239dd8a15383.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50433" Longitude="115.252739" StarRating="4" HotelCode="66204|234549" HotelName="The Sungu Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Penestanan, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/34/e13480445142311a721f25ed2c629dfa814901a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in the small village of Penestanan, Ubud, Bali's famous painter community vill...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5154880655202" Longitude="115.2609667182" StarRating="3" HotelCode="69016|barong_resort_spa" HotelName="Barong Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Monkey Forest, Ubud, Bali 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/93/60933a691b6f44ef095bf6a84bc8688ee4051930.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Ubud, within comfortable walking distance of dozens of art g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4994190778628" Longitude="115.26490177722" StarRating="3" HotelCode="540508|tetirah_boutique_hotel" HotelName="Tetirah Boutique Hotel Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta 56, Banjar Sambahan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/31/6e31e6efb11385b38a6a6aefd98c408fd267438a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Ubud. This accommodation offers a total of 16 units. Moreover, there is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51895586" Longitude="115.26421554" StarRating="3" HotelCode="666782|ubud_aura_retreat_center" HotelName="Ubud Aura Retreat Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hanoman Street 888, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/3e/6b3e3f0ab2149a7386d0bfde51988a1b24493e42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.53713495" Longitude="115.24313437" StarRating="3" HotelCode="750519|wadari_retreat_villa_ubud" HotelName="Wadari Ubud Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kengetan, Singakerta, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/d9/30d90e575fc1ef5f3844fdb89ab5024c7421e5ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Ubud. Wadari Retreat Villa Ubud offers Wi-Fi internet connect...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5073696666667" Longitude="115.27140683333" StarRating="3" HotelCode="915745|gunung_merta_bungalows" HotelName="Gunung Merta Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Andong 12, Peliatan 80571, Ubud, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/a5/f4a5eca6fa59716a275006099f8380a60af7924e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5420055878112" Longitude="115.28013110161" StarRating="3" HotelCode="93170|bhanuswari" HotelName="Bhanuswari Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tengkulak Ubud, Gianyar, Ubud 80582, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/17/8d17ad327848ea46f752c29d2480a8258719efea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.52139542" Longitude="115.26314659" StarRating="3" HotelCode="621490|kebun_indah" HotelName="Kebun Indah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/12/1012d588dd2985e9ed0049787081d5be3fe4ae31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50789217" Longitude="115.27279613" StarRating="0" HotelCode="831168|homayoon_private_villa_ubud" HotelName="Homayoon Private Villa Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Gunung Sari</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/0f/760ff8751954abb7deee5349b3fe41586cd33f6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.524536" Longitude="115.256782" StarRating="2" HotelCode="70217|alam_jiwa_2" HotelName="Alam Jiwa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nyuhkuning, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/1b/341b9a447ea8b3f07fca67d1eb99b62f1d9b27b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated along a tranquil river valley in the village of Nyuhkuning, near Ubud, the art...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.54299" Longitude="115.23038" StarRating="4" HotelCode="400916|furama_villas__spa_ubud_bali" HotelName="Furama Villas &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Mambal – Ubud, Banjar Bindu, Mambal, Po Box 134, Ubud 80571, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/8a/2e8a0466a93d37a55e383a1e8702cff16b1c3ca5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5004816535833" Longitude="115.26482499673" StarRating="3" HotelCode="327309|ketuts_place" HotelName="Ketut's Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sweta 40, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/4b/df4b2d366ca6b2dc26123899239890344f1e8588.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4902186" Longitude="115.26511988" StarRating="3" HotelCode="565952|b_saya_villas_ubud" HotelName="B Saya Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta, Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/8a/708a50041559ece78fa0954d5b0a3d404d3e0a78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant is available to travellers. Wireless internet access is available to guests in the publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="842149|uma_dmas_villa" HotelName="Ubud Art Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ambarwati</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/aa/58aa21269a13ea9ed087b939ee03317e5ed23006.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5057720837565" Longitude="115.26862383202" StarRating="3" HotelCode="292678|alas_petulu_cottages" HotelName="Alas Petulu Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Lounge,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar 18, Ubud 80571, Gianyar</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/b4/71b42de42b4454feb1496c48926268bbaa5a76be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Gianyar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5061295" Longitude="115.24870416" StarRating="3" HotelCode="583349|sari_bamboo_bungalows" HotelName="Sari Bamboo Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Penestanan, Kaja Sayan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b6/7bb6aef68d7ec9361cdd64e5179a6e218847a5f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5198959789141" Longitude="115.26337736938" StarRating="3" HotelCode="172107|rama_phala_resort__spa" HotelName="Rama Phala Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan, P.O.Box 80571, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/65/1365aca683840e28cd331c8f6d754a77673ee882.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a perfect location in the heart of the unique cultural and artistic Balinese village of Ubu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5093469" Longitude="115.26089208" StarRating="2" HotelCode="384385|gayatri_bungalows_2" HotelName="Gayatri Bungalows" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Monkey Forest 41, Jl. Wenara Wana 41, Gg. Beji, Ubud 80571, bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/51/0f51977e8d28a12942c58d7391624340454cf506.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.21" OriginalAmount="115.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="4" HotelCode="871660|108005" HotelName="Furama Xclusive Resort and Villas Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/10/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.76" OriginalAmount="115.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.521605949452" Longitude="115.25595499801" StarRating="4" HotelCode="310475|390319" HotelName="Ubud Wana Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nyuhbojog, Nyuh Kuning, Desa Mas, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/d7/f9d75dbf8160476a7eebad7e33d9dad8cc3912e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="879342|green_field_resort" HotelName="Green Field Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/35/2f35626340fe8a9ab996a5b7300e7d9dcddc8e81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51759" Longitude="115.263478" StarRating="3" HotelCode="406593|amoya_inn" HotelName="Amoya Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman 37A, Padang Tegal, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/77/d777f754beac6c886bdb631071d2b95fd6b5cfa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49212047" Longitude="115.26996707" StarRating="3" HotelCode="489986|calma_ubud_suite_villas" HotelName="Calma Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/93/1f/931fed3d1e0ff95f4e49acc11bbdc4c8e0c6ad1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50438962" Longitude="115.26694129" StarRating="3" HotelCode="787201|capung_cottages" HotelName="Capung Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sandat, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/a4/61a48b8c37108995587e181879c12d2dd3f10a39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48981429" Longitude="115.26408618" StarRating="3" HotelCode="784626|karang_lila_bhuana" HotelName="Karang Lila Bhuana Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta, Bentuyung, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/54/6c5489609bd3f0085b0c7e98d4b4be45fe7c98fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50421995" Longitude="115.24595097" StarRating="0" HotelCode="975195|le_sabot" HotelName="Le Sabot Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Penestanan Kelod, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b8/a7b8122d9a27adb0d1c6c24b42cef462fb69e472.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="121.63" OriginalAmount="120.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.593276" Longitude="115.27302" StarRating="4" HotelCode="66201|81016" HotelName="Santi Mandala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Br. Bucuan, Ds. Batuan, Sukawati Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/23/ed231af020ede55e614df2324687ff867b213fca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on the outskirts of Ubud and superbly positioned facing a breathtaking view of...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.476966932862" Longitude="115.24878089272" StarRating="4" HotelCode="934372|dbulakan_boutique_resort_ubud" HotelName="D'Bulakan Boutique Resort" 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>Jalan Raya Kedewatan, Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/d3/a7d3cf3df7b0eb5692876131763a8a3a01849e8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50515253" Longitude="115.2567136" StarRating="3" HotelCode="384168|murnis_houses_and_spa" HotelName="Murni's Houses and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/e7/ffe71f3a21de41f2b70516839943f5b9858ebd1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5149832317415" Longitude="115.23747847608" StarRating="3" HotelCode="445974|ubud_raya_hotel_3" HotelName="Ubud Raya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sayan, Banjar Sindu, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/ff/b4ffeb4a7e83f5e37078645a9cfa83ea95c006d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="3" HotelCode="866880|sanga_guest_house" HotelName="Sanga Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ir Soekarno 33, Ubud 80552, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/8f/a58fb5753aa6f8d9e34c63747a0c38d5873f95ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.52118618" Longitude="115.26198159" StarRating="0" HotelCode="970087|green_field_hotel_and_restaurant" HotelName="Green Field Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan, Mas, Ubud 80517, Kabupaten Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/b1/14b1babee3a9d989961ec3a70578782a4d4108a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51005201" Longitude="115.25258618" StarRating="0" HotelCode="555057|pondok_sawah_asri" HotelName="Pondok Sawah Asri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Penestanan Kelod, Sayan, Kabupaten Gianyar, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/31/c8/31c8459947d5c2bad808ab7902d2435b35548616.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51010359" Longitude="115.25774842" StarRating="3" HotelCode="592054|alamdini_resort_ubud" HotelName="Alamdini Resort Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/75/08754241b5c5e9e3c1cd734eb0ce3835830fcbe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant and room servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.71" OriginalAmount="126.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5096614733088" Longitude="115.26894070235" StarRating="4" HotelCode="350154|542162" HotelName="SenS Hotel &amp; Spa and Conference Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sukma, Desa Peliatan, Banjar Tebesaya, Post Office Box 2828, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/542162/542162a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4848395" Longitude="115.25394148" StarRating="3" HotelCode="561539|uma_padi_villa" HotelName="Uma Padi Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya sanggingan, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/35/2835d51f757eeb6a41332d249a1c22dfd5844a68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5000587886769" Longitude="115.26662799608" StarRating="4" HotelCode="540492|best_western_premier_agung_resort_ubud" HotelName="Best Western Premier Agung Resort Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sriwedari 99, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/b4/49b461f68cd863a7f68669deb5fbf249943de336.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5379763475161" Longitude="115.26553066865" StarRating="4" HotelCode="304353|sankara_ubud_resort_3" HotelName="The Sankara Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Kumbuh, Desa Mas, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/4a/964acb58f5610af3faaf039f2bd1596b48ba77e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Gianyar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5148789255215" Longitude="115.25756560482" StarRating="3" HotelCode="318935|inata_bisma" HotelName="Inata Bisma Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/68/2d680b8e80e3b39f04db8d34365e0c91bb50b2c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51915" Longitude="115.2635134" StarRating="3" HotelCode="113567|puri_padi" HotelName="Puri Padi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman Padang Tegal, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/4f/7b4f583aea9f4b2ef3985f0dd1d518840f090384.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49706304" Longitude="115.26117013" StarRating="4" HotelCode="563793|solo_villas_retreat_by_ngeluwungan_group" HotelName="Solo Villas Resort &amp; Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Bar,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kajeng, Juwak Manis, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/a3/a4a31a954e1ceb6926fca6e561b9d1fdcc7017e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="3" HotelCode="617100|ume_sri_villas_ubud" HotelName="Ume Sri Villas Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yudistira, Peliatan, Ubud 80571, Bali, Gianyar</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/e8/d2e8a4bfbb4010a9611be96ba263eea73f73be63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.55292829" Longitude="115.2868307" StarRating="3" HotelCode="859522|liam_private_villa" HotelName="Liam Private Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kemenuh, Banjar Sumampan, Ubud 80582, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/c3/6ac336b070ddcf47bab90706366a535067f9c3df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5063164528551" Longitude="115.25392055512" StarRating="3" HotelCode="187582|sri_ratih_cottages" HotelName="Sri Ratih Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Campuhan 1, Penestanan, 80571 Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/96/6d960af47ffef8bc1f2b1d632caf704b0439b15e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.523583" Longitude="115.27305" StarRating="3" HotelCode="69586|bebek_tepi_sawah_restaurant_and_villa" HotelName="Tepi Sawah Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Goa Gajah, Br Teges, Peliatan, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/26/05261af711441b8d6975ac73c1f82966914e20df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in southeast Ubud - the well-known centre of Balinese art and culture. The cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51990046" Longitude="115.26331348" StarRating="2" HotelCode="489976|arnawa_bungalow" HotelName="Arnawa Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Internet,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Hanoman, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/1e/bb1e729e52b269da966bb4ff9434acb731cc4e7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Arnawa Bungalow offers 8 Superior Rooms for your vacation in Ubud.All rooms come with en-suite bathr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.46758333" Longitude="115.27156242" StarRating="3" HotelCode="572908|madani_antique_villas" HotelName="Madani Antique Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar 888, Banjar Junjungan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/51/61514c258c8e1e56279f08c97dae9f7f44ae9127.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation features various services and facilities, including a restaurant, a bar, a babysit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.53345679" Longitude="115.26613567" StarRating="4" HotelCode="489449|purana_boutique_resort" HotelName="Purana Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cempaka, Banjar Kumbuh, Desa Mas, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/24/1a24d768b410cfa57fd257d80997b01a04f3d6d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="832427|zen_rooms_sriwedari_ubud_1" HotelName="ZEN Rooms Sriwedari Ubud 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Concierge,Dry Cleaning,Garden,Laundry,Lounge,Parking,Porter,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sriwedari, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/9e/729e76f19afc6657b3d78982313b3c7460f33cd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location \nLocated in Ubud, Bakung Ubud Resort and Villa is convenient to Botanic Garden Ub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.40" OriginalAmount="140.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50999994" Longitude="115.26279057" StarRating="2" HotelCode="547174|dewangga_bungalow" HotelName="Dewangga Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sita, Ubud 80571, Kabupaten, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/04/ce04182d3793195ded44e7b64a3d7e90a3c94fca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.40" OriginalAmount="140.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.52417237" Longitude="115.26576731" StarRating="0" HotelCode="665791|dtegal_hostel" HotelName="Dtegal Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Made Lebah, Mas, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/5d/f65db65751c3eca6f0d49ed78c74fe076450e4ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.494496" Longitude="115.253263" StarRating="3" HotelCode="68204|kori_ubud_resort_2" HotelName="Kori Ubud Resort Spa &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sanggingan 18, Tjampuhan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/c2/46c2eaf2bf3b7fedb7379129ba5562c34db5526f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the village of Sanggingan, Ubud. The resort is within easy reach of major to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5053379241183" Longitude="115.24764192945" StarRating="4" HotelCode="348046|ubud_heaven" HotelName="Ubud Heaven Penestanan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pacekan-Banjar Penestanan Kaja, Desa Sayan, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5b/485b9148476af917797fcece4a38628a7e117c98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.35" OriginalAmount="142.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.47815435" Longitude="115.24820832" StarRating="4" HotelCode="358122|407940" HotelName="Jungle Retreat Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kedewatan, 80571 Ubud, Bali, PO Box 7</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/87/5e87f4b23e417ed811178ebf649e776fccee4aca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ubud.</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="4" HotelCode="363919|ubud_heaven_sayan" HotelName="Ubud Heaven Sayan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sayan No. 77, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3e/0d3e54bcb7d57b54ac758760f339fb0cf2573c04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.47337209" Longitude="115.25054326" StarRating="0" HotelCode="946827|the_forest_villa_ubud" HotelName="The Forest Villa Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cocoa II 69, Banjar Bunutan, Kedewatan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/96/2d960de827a4ce9995ef0721187cbed101940bdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.94" OriginalAmount="146.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5211600717327" Longitude="115.23677787718" StarRating="4" HotelCode="313525|520961" HotelName="Ubud Raya Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/10/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sayan, Banjar Sindu, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/7a/137adf09efe929bb30c35a5632e7cd3a34591259.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Ubud.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.497877335595" Longitude="115.28561023409" StarRating="3" HotelCode="385377|villa_agung_khalia" HotelName="Villa Agung Khalia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa,Farm stays" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Alas, Harum Banjar Sala, Pejengkawan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/00/f300bbb8e19c16b95a87e2058d561f2af78d4e06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.506728" Longitude="115.262144" StarRating="2" HotelCode="130439|puri_saraswati_bungalows" HotelName="Puri Saraswati Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Fax,Garden,Internet,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/7a/fc7a380c7a550bdb3a4f8e70b7324aa0f5f9251b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Ubud village, two minutes' walk from the Ubud market, the Ubud...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="3" HotelCode="632526|candy_villa" HotelName="Candy Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sayan, Gang Damai, Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/da/25dafd356a2d934533f982d475acdf16aa69a7ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.76" OriginalAmount="148.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5257790316314" Longitude="115.24296362757" StarRating="3" HotelCode="389596|632355" HotelName="Adiwana Arya Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Tebongkang, Sayan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/e2/c6e2d0f60d3c42a8a7d5b28a67e14926ec1701ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5229653" Longitude="115.25745091" StarRating="3" HotelCode="485107|swasti_eco_cottages" HotelName="Swasti Eco Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Nyuh Bojog, Banjar Nyuh Kuning, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/e6/f2e6dbfccdadab129d492b2659aceb9aa7ba9c62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.41729646" Longitude="115.23392406" StarRating="4" HotelCode="755431|otel_daun_lebar_villas" HotelName="Daun Lebar Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Bicycle Rental,Designated Smoking Area,Diet Meals,Dining,Garden,Internet,Laundry,Massage Centre,Restaurant,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Susut 777, Desa Buahan Payangan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/24/b5241ddb2b7318f42b04e8c83d2b1114fe7f16f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Daun Lebar is a boutique villa resort tucked away in the middle of the tropical valleys of Ubud. Dec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50748669" Longitude="115.26814928" StarRating="3" HotelCode="757749|ashanti_villa_ubud" HotelName="Ashanti Villa Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar 43, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/d2/36d2db68a22c2b25aaa56dda099e2ee5078b9157.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50951524" Longitude="115.25851202" StarRating="0" HotelCode="557677|villa_ubud_sunshine" HotelName="Villa Ubud Sunshine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/44/1144c04e4920b545485d8f0e0059f7402235d962.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.687525" Longitude="115.170271" StarRating="4" HotelCode="736244|ubud_nyuh_bali_resort_spa" HotelName="Ubud Nyuh Bali Resort &amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Bar,Beauty Salon,Bicycle Rental,Conference Hall,Designated Smoking Area,Diet Meals,Dining,Garden,Housekeeping,Internet,Kitchen,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Raya Silungan Street, Lodtunduh, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/d4/a2d40d1000c2f00e350305543d76d7190ad7dba8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is in Ubud. Situated within 5. 0 kilometre(s) from the town centre, the propert...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.53842343" Longitude="115.25227863" StarRating="4" HotelCode="594967|seres_springs_resort_spa_singakerta" HotelName="SereS Springs Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Jukut Paku, Singakerta, Post Box 2828, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/84/f3849e9282627561830e0af0f95658bb6b420618.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Amenities include a baggage storage service. Wireless internet access in public areas allows guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="865336|uma_galih_ubud_villa" HotelName="Uma Galih Ubud Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Sanggingan</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/dd/b7dd7a6c91be69d5d105b50ed403a0c004bf50e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5146787353558" Longitude="115.24018611851" StarRating="4" HotelCode="915748|kampung_ubud_villas" HotelName="The Kampung Ubud Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sayan, Br. Sindu, Sayan Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/c1/73c1c82322d8a41cf4c90fe34dd0c695c0f02b1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4889162" Longitude="115.2537114" StarRating="2" HotelCode="915750|bliss_bungalow" HotelName="Bliss Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sanggingan, Lungsiakan, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/0a/230afb5f80fdc4df20c694b85d2eb12af108294c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.512204" Longitude="115.260917" StarRating="3" HotelCode="365338|ubud_village" HotelName="Ubud Village Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Garden,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, Ubud, Gianyar, 80571 Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/11/f911bfdc481a66b7d9afb52e8e58b3395bdc505f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location on Monkey Forest Road in Ubud. The establishment is just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48262275" Longitude="115.25823498" StarRating="4" HotelCode="448906|jannata_resort_and_spa" HotelName="Jannata Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Rsi Markandya, Br. Bangkiang Sidem Desa Keliki, Tegalalang, Gianyar, Bali, 80561 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/16/fb167e213dd63d2220b7091112811007d08e8a0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="3" HotelCode="602946|the_carik_bisma" HotelName="The Carik Bisma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/59/d0593ded94bb3a240790865568f980b51bb02bb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5043017192174" Longitude="115.25359600782" StarRating="3" HotelCode="18634|hotel_tjampuhan_spa" HotelName="Tjampuhan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Tjampuhan, PO Box 198, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/11/791140aa8d69e4ef8ccde1c2a29ffc7e70139a25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is in the ornate town of Ubud in Bali, surrounded by lush tropical gardens, with a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49633726" Longitude="115.27276537" StarRating="4" HotelCode="738189|element_by_westin_bali_ubud" HotelName="Element by Westin Bali Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Bicycle Rental,Business Centre,Conference Hall,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Swimming Pool,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Andong 88, Desa Petulu, Ubud - Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/40/03/40036b71d0fc6ad8b2de49ec5a684759bad02bf3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;DESKRIPSI HOTEL

Element by Westin Bali Ubud berada di Jalan Raya Andong, hanya 10 menit dari pusat ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.66" OriginalAmount="159.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.503677" Longitude="115.265912" StarRating="5" HotelCode="171095|152708" HotelName="Ubud Green" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Free CXL until 24/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Sriwedari, Tegallantang, Ubud, Gianyar 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/03/960314d1ba6c9cc2d3a94435dbf05e62187b8cd1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the cultural heartland of Bali, this resort is located 2 km away from the centre of Ubud....</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.501552" Longitude="115.263602" StarRating="4" HotelCode="909302|the_samara" HotelName="The Samara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kajeng, 80571 Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/92/44920cffeb7657118d5ac99186649afd391b88df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.61" OriginalAmount="161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.53303301" Longitude="115.26100882" StarRating="3" HotelCode="408918|bali_harmony_villa" HotelName="Bali Harmony Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lodtunduh 1, Br. Abiansemal, Kaja Kuah, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4c/12/4c128962c4ddd2314a219a4dc461621cdddae1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.61" OriginalAmount="161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51012743" Longitude="115.25843158" StarRating="0" HotelCode="748809|bali_sila_bisma" HotelName="Bali Sila Bisma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma 45, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/db/7edbdf83da0185aecd27d533bf816b20a3db32da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.61" OriginalAmount="161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51640554" Longitude="115.26516365" StarRating="4" HotelCode="755394|artotel_haniman_ubud" HotelName="Artotel Haniman Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jatayu, Desa Padang Tegal, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b2/37/b237f559fbf4a2f01e153abaa934786b6b297a43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.61" OriginalAmount="161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48785798" Longitude="115.27219103" StarRating="0" HotelCode="859290|kawan_antique_ubud_villa" HotelName="Kawan Antique Ubud Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Petulu, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/6a/106ada7a73b0b7771910a7f84b14acea91e0cec6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48186051" Longitude="115.2674967" StarRating="4" HotelCode="504016|the_sankara_suites_villas" HotelName="The Sankara Suites and Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sri Wedari 78, Br. Tegallantang, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ca/53/ca5342d1fc557d176fca29a00c735a78b1330a2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable resort is set in Ubud. The total number of rooms is 29. Moreover, there is a wirele...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.64" OriginalAmount="164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.521819" Longitude="115.256825" StarRating="2" HotelCode="70216|alam_shanti_3" HotelName="Alam Shanti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 165, Nyuhkuning, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/3d/6d3dea6af62966dc65d99f580da8b89172c13680.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 15-minute walk through the forest to Monkey Forest Road. Ngurah Rai Airport is approx...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.64" OriginalAmount="164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="849777|anggira_villa_ubud" HotelName="Anggira Villa Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ir Sutami, Kemenuh, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/3b/5d3bc9b41cc53b0b06f8f6ad8e799fd85f9fe729.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.486828" Longitude="115.248877" StarRating="4" HotelCode="292495|kenanga_ubud" HotelName="Mathis Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Lungsiakan, Kedewatan, Ubud 50470, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a4/66a423c74c62a16007c4340bf3beeba3827cb410.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51360382" Longitude="115.28032608" StarRating="3" HotelCode="594195|the_hidden_paradise_suites_villas" HotelName="The Hidden Paradise Suites &amp; Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Dukuh Geria, Pejengkawan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/4f/ae4f2c36d203485d0c5693c31c60c9d9c481e327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.69" OriginalAmount="169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4750358235635" Longitude="115.25156021118" StarRating="4" HotelCode="67626|the_payogan_villa_resort__spa" HotelName="The Payogan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Free CXL until 17/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Cocoa 2 No. 77, Banjar Bunutan, Desa Kedewatan, P.O. BOX 999, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/45/5645f6b226d182ccd9c57fa4f668b660f1b924bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spa resort is located in the cool and idyllic outskirts of the Kedewatan village of Ubud, the a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.69" OriginalAmount="169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.52349618" Longitude="115.26362717" StarRating="2" HotelCode="504242|sapodilla_ubud" HotelName="Sapodilla Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Pengosekan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/6f/9a6f66f4eb442f334101d7286d998643ce6d7ebe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.66" OriginalAmount="170.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.506518" Longitude="115.245648" StarRating="3" HotelCode="292497|690156" HotelName="Nefatari Exclusive Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Katiklantang, Desa Singekerta, Ubud, Bali 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/35/d735caa0d6db55e5e9aaf38cad8cc1badeda1f7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="850522|secret_bunutan_ubud_villa" HotelName="Secret Bunutan Ubud Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Kurung II</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/c3/79c3da257c0d0d0490b786584d8c5e20e0423d8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.63" OriginalAmount="174.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49103031" Longitude="115.26666454" StarRating="4" HotelCode="564224|544801" HotelName="Sativa Villas Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/10/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sriwedari, Tegal Lantang, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/59/6559d38412f0112f2ab700415d32367412308d5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5054122" Longitude="115.2476427" StarRating="3" HotelCode="398837|rumah_dadong" HotelName="Rumah Dadong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Penestanan Kaja, Sayan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/bb/e2bb2493c030e620e63745923f0e5a3f7a874808.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5592458" Longitude="115.26620953" StarRating="4" HotelCode="510871|the_alena_resort" HotelName="The Alena Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Designated Smoking Area,Diet Meals,Dining,Garden,Laundry,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Silungan, Desa Lodtunduh, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/26/4f2628189cec95b3c025df139904b9b8a0a9d55e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The serenity of Ubud, Located in a traditional village of Silungan, only 10 minutes drive to Ubud ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4797266" Longitude="115.2545257" StarRating="0" HotelCode="771428|villa_bedauh_ubud_2" HotelName="Villa Bedauh Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Resi Markandya II, Gang Bedauh 8, Kabupaten Gianyar, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/10/e3107c51a7d4a08a26b4db38358cd2480f97c46b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.47132218" Longitude="115.24389252" StarRating="3" HotelCode="636235|pramana_watu_kurung_resort" HotelName="Pramana Watu Kurung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Kurung IV, Banjar Bunutan, Kedewatan, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/c8/24c8da204480c0e2c5657b3b5eb1b98a61f56e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="178.40" OriginalAmount="176.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.449514" Longitude="115.234769" StarRating="5" HotelCode="292490|233168" HotelName="Ayung Resort Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Desa Melinggih Kelod, Banjar Begawan, Payangan, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/83/de830183769f14831ab4860b14bbeffd72b66e6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.529623" Longitude="115.263911" StarRating="3" HotelCode="69013|arma_museum_and_resort" HotelName="Arma Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan, PO Box 9696, Ubud, Bali 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/67/31675e7596a058364ee26f1cbeb7c5a8bbeddcb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on the south side of Ubud. The centre of the Balinese town is a 5-minute driv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.80" OriginalAmount="180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.54673152" Longitude="115.26925437" StarRating="3" HotelCode="407826|mayura_a_karma_retreat" HotelName="Mayura A Karma Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bangkilesan, Banjar Kawan, Mas, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a4/80a4ac404ca18978f65b1c70b3dfc3de9edddd6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.80" OriginalAmount="180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50663032" Longitude="115.25301099" StarRating="0" HotelCode="839247|villa_cantik_3" HotelName="Villa Cantik" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Penestanan</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/1c/031cfe0af23552048df41e297c5579a3936b77ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="182.00" OriginalAmount="180.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49262206" Longitude="115.26664246" StarRating="4" HotelCode="322667|663589" HotelName="Dwaraka The Royal Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sriwedari St. No 11B, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/05991/2305991/47.jpg?f=15606837</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.83" OriginalAmount="183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5187512" Longitude="115.25859789" StarRating="3" HotelCode="834676|adiwana_monkey_forest" HotelName="Adiwana Monkey Forest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wenara Wana Monkey Forest, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/7e/e27e4e21faa7bd2bb76274e135a70207a3f53699.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.487061" Longitude="115.254837" StarRating="2" HotelCode="113569|ulun_ubud_resort" HotelName="Ulun Ubud Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Garden,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Sanggingan, P.O.Box 3, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/07/9f076a40fcca885d8774e5aef379e7bd6e57331d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled in a scenic river valley in the lovely village of Sanggingan. It enjoys a super...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.487226" Longitude="115.248541" StarRating="4" HotelCode="384961|samkhya_villas" HotelName="Samkhya Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Ulun Carik 8, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/89/ac898c3389a2559b46cbfc84f885b4cb640a1025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.42" OriginalAmount="185.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.490808" Longitude="115.26515" StarRating="4" HotelCode="66203|80918" HotelName="Wapa Di Ume Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Eco Hotel" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta, Banjar Bentuyung, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/b8/8fb86fa12f2b5d85f8d730426c047538957d8829.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located among beautiful rice fields. It is only an hour's drive to the international a...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.514773263225" Longitude="115.25018883432" StarRating="3" HotelCode="398809|villa_capung_mas" HotelName="Villa Capung Mas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/bb/9abb545e98b901c0fb1b4a24c62d972ae170499d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4782899" Longitude="115.2587767" StarRating="4" HotelCode="313178|puri_sebali_resort" HotelName="Puri Sebali Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sebali, Banjar Sebali, Desa Keliki, Ubud, Bali 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/ba/2bbabccc7fdbb32417fc1a11e4fca1f2476ec2e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5238199170202" Longitude="115.26317685842" StarRating="3" HotelCode="908993|casa_ganesha_hotel" HotelName="Casa Ganesha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jln. Raya Pengosekan, (Next to Toyo Clinic and opposite Pertamina Petrol Station), Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/87/488768364ffc49a0d77ff3f1702a6af17e3ac770.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48604" Longitude="115.248968" StarRating="4" HotelCode="292500|ubud_padi_villa" HotelName="Ubud Padi Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Lungsiakan - Pura Ulun Carik  No. 4, Banjar Lungsiakan, Desa Kedewatan, Ubud, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/86/a2862c724e539a60a250e3ab65ece8903a2ab6bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4491594833937" Longitude="115.23448674062" StarRating="4" HotelCode="113566|rijasa_agung_resort_and_villas" HotelName="Rijasa Agung Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Begawan, Desa Melinggih Kelod, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/ec/48ec89522ac9289c87510cc8d5bf8115ce8ba3d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5045564602724" Longitude="115.26693274283" StarRating="4" HotelCode="394662|white_villas_ubud" HotelName="The White Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sandat 38, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/7d/e97d831b6b6563a00efdcf8f7901f97bddd8391b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48657237" Longitude="115.24803478" StarRating="4" HotelCode="429385|villa_santun" HotelName="Villa Santun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Ulun Carik No 06  Br Lungsiakan, District  Kedewatan, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a2/3ca2f47f01baf8a01156db3ce681ebb7e6a69bd8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Ubud. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4965583586443" Longitude="115.25358527899" StarRating="3" HotelCode="909303|anhera_suite_ubud" HotelName="Anhera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Sanggingan 168, Ubud, Gianyar 80517, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/bd/57bdaa37af74d4b2030b0dcd6845c6dbcf26f37d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.96" OriginalAmount="196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.485907" Longitude="115.283787" StarRating="3" HotelCode="113478|tanah_merah_resort__gallery" HotelName="Tanah Merah Art Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Melayang, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/f4/52f4d07ab4766d44f28d2189c78f6fdee8138320.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in a small personal retreat, offering the experienced traveller exclusive acco...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.96" OriginalAmount="196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.47140218" Longitude="115.25779383" StarRating="0" HotelCode="868490|taluh_bebek_ubud_private_villas" HotelName="Taluh Bebek Ubud Private Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sebali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/45/4d45402242f98faf8ac485e4b38b7acb04ad2303.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.96" OriginalAmount="196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.53659075" Longitude="115.26159725" StarRating="0" HotelCode="836693|pukakoo_villa_" HotelName="Pukakoo Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Abiansemal</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/c9/b6c9edfb31062437e9bb3e22a763429f123fb987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="822199|puri_astina_villa" HotelName="Puri Astina Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/10/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/eb/04eb9a7a9473f8731d4d62161d731d7feaea6e8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49121028" Longitude="115.26976769" StarRating="0" HotelCode="526617|suara_alam_villas_and_spa" HotelName="Suara Alam Villas &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar, Banjar Kutuh Kaja, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/ba/fdba2f84b9ec3dc1b18f5c3513248eb060a65a81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.3916030883008" Longitude="115.2840846777" StarRating="5" HotelCode="156147|elephant_safari_park_lodge" HotelName="Mason Elephant Park &amp; Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Elephant Park Taro, Ubud, Bali 80111</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/6d/7f6d4627c792d86dbf7e4c40d13a533424e98250.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Denpasar. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="204.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5031545845949" Longitude="115.25003428239" StarRating="4" HotelCode="915753|villa_nirvana" HotelName="Villa Nirvana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Pacekan 11, Banjar Penestanan, Sayan Kaja, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/0a/0a0a63c4453f8e66f3acdc8afb1f933108bceb86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4932538863817" Longitude="115.26637515496" StarRating="4" HotelCode="200346|luwak_ubud_villas" HotelName="Luwak Ubud Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Sri Wedari, Br Tegal Lantang, Ubud, Gianyar, 80571 Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/07/04077494d07e5bc7944b0fe0bc5ec651dac82783.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.47865479" Longitude="115.25372273" StarRating="3" HotelCode="738611|buana_tirta_ubud_villa" HotelName="Buana Tirta Ubud Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan RSI Markandya II, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/b9/4fb90167d8b153683135e07fea16d2efc37890c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.498567" Longitude="115.269517" StarRating="5" HotelCode="905737|the_purist_villas__spa" HotelName="The Purist Villas &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar, Banjar Kutuh Kaja, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/dd/25ddd66f5726c39f3098594c4f89a9f0d28959d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located behind a rustic Balinese village, where all aspects of traditional rural life c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.54471875" Longitude="115.25084184" StarRating="4" HotelCode="968187|tanadewa_resorts_spa_ubud" HotelName="Tanadewa Resort &amp; Spa - Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Padang Getas, Banjar Kengetan, Desa Singakerta, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/0b/d50bbaaf8b18ff471dcc59201d8ca20c8b5bcd9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.522639" Longitude="115.232124" StarRating="4" HotelCode="82687|villa_semana_resort_spa" HotelName="Villa Semana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel,Hotel de Charme" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Semana, Desa Singakerta, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/68/c268790a5dc5a584fa66492780965c676ab69667.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 10 minutes' away from Bali's art and cultural centre of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50414019" Longitude="115.27014818" StarRating="3" HotelCode="746240|kano_sari_ubud_villas" HotelName="Kano Sari Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jero Gadung 98A, Kutuh Kelod, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/b6/a0b6e9f0480f6cf6c4103adb2ede36931be7587b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.15" OriginalAmount="215.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.54032232" Longitude="115.2612713" StarRating="4" HotelCode="482440|puri_tupai" HotelName="Puri Tupai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Anak Agung Gede Rai, Lod Tunduh Village, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/4d/e74daeab6c77bfa9df3667ac76789ade052d057a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.53559113" Longitude="115.26652041" StarRating="3" HotelCode="676974|surya_kembar_villas_2" HotelName="Surya Kembar Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Villa" CnxPolicy="Free CXL until 24/10/2026" HotelFacility="24 Hour Room Service,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cempaka Kumbuh, Mas, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/ee/c6eeaa80c77d8c67d96490f51baad21ab8ad18d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Surya Kembar Luxury Villas is conveniently located in the popular Ubud area. The property features a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49807103" Longitude="115.26126082" StarRating="4" HotelCode="611705|satori_villas_bali" HotelName="Satori Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kajeng, Juwuk Manis, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/4c/124c035e47a1c2a9196985ce6740aaeaba578d2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.475259" Longitude="115.282014" StarRating="4" HotelCode="314958|beingsattvaa_retreat_villa" HotelName="Beingsattvaa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Bicycle Rental,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kendran, Banjar Kepitu, Desa Kendran, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/e6/27e61aee51a8349f65a7d1f5b61bd2b8aa41fda0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.27" OriginalAmount="227.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51158007" Longitude="115.26669925" StarRating="3" HotelCode="531481|alaya_resort_jembawan" HotelName="Adiwana Jembawan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jembawan, 80571 Ubud, Gianyar</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/ab/dfab4bafd4768b17dd3b8ce1836b080f8d7bb0fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.29" OriginalAmount="229.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.488507" Longitude="115.284005" StarRating="4" HotelCode="305732|suara_air_luxury_villa_ubud" HotelName="Suara Air Luxury Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Benjar Melayang, Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/df/7cdf9a80e4dc20e36f0286086affa14936af1c04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50473" Longitude="115.263616" StarRating="4" HotelCode="899702|kajane_mua" HotelName="Kajane Mua" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Currency Exchange,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Monkey Forest, Ubud, Gianyar 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/03/12031b41260f9060168e93ec60a76a9f5ab83278.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex is located in the heart of Ubud, with a number of tourist activities on its do...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.40" OriginalAmount="240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4904257212298" Longitude="115.26516437302" StarRating="5" HotelCode="452276|royal_tulip_visesa" HotelName="Visesa Ubud Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta, Banjar Bentuyung Sakti, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/6e/626eabd8c03ebb6d62171111f4b4ee772d5d0198.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.41" OriginalAmount="241.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="3" HotelCode="767708|laba_ubud_villa" HotelName="Laba Ubud Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sri Wedari, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/a0/57a0a8525efa91d9395e1602e68315d4641ace9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="248.92" OriginalAmount="246.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50724" Longitude="115.273312" StarRating="3" HotelCode="311603|690167" HotelName="Villa Sabandari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Gunung Sari 4, Peliatan, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/hotels/9000000/8300000/8292700/8292613/8292613_61_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.50" OriginalAmount="250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49234206" Longitude="115.2811416" StarRating="4" HotelCode="435295|anusara_luxury_villas" HotelName="Anusara Luxury Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laplapan, Banjar Laplapan, Desa Petulu, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/10/de1089c3f1cdbb6ba132504a2f9b71e6482020d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.50" OriginalAmount="250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.52453424" Longitude="115.25593261" StarRating="4" HotelCode="621177|villa_leonora_2" HotelName="Villa LeoNora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nyuh Bulan 23, Nyuh Kuning, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/d1/7ed1ed6b6e2038bfc0f36a3c833a433eb859f786.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="254.27" OriginalAmount="251.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49300928" Longitude="115.25717334" StarRating="4" HotelCode="589815|678187" HotelName="Amora Ubud Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bangkiang Sidem, Desa Keliki, Tegallalang, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5d/005d114ae441ce0e4771ff11c4357a75e08dcb60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.53" OriginalAmount="253.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.408236" Longitude="115.29548896" StarRating="3" HotelCode="635781|nau_villa_ubud" HotelName="Nau Villa Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Sebatu, Sebatu Village, Tegalalang, Ubud 80561, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/5e/fa5e7ed0631781d7aa52e12529047d3c3413195e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49151306" Longitude="115.27865212" StarRating="3" HotelCode="589564|zenubud" HotelName="Zenubud Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Andong, Petulu, Ubud 80571, Kabupaten Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/8c/bc8c93631279c4d66b10d948c18d01da0d54ca13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation features a transfer service for a comfortable and relaxing stay. Wireless internet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.57" OriginalAmount="257.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.524623" Longitude="115.25564" StarRating="3" HotelCode="141147|villa_beji_indah" HotelName="Villa Beji Indah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nyuh Bulan, Banjar Nyuh Kuning, Ubud  80571, Kabupaten Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/1a/cc1a3c2aae25cbfd5a752d354fbc44cbb4452bb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 15 minutes' walk from the centre of Ubud and Ubud Palace, and around 5 minutes'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.63" OriginalAmount="263.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.518604" Longitude="115.263485" StarRating="5" HotelCode="255541|alaya_resort_ubud" HotelName="Alaya Resort Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 24/10/2026" HotelFacility="Air Conditioning,Bar,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman, Ubdud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/3f/da3f17fbaf37333c229b7bb420a0cf9e1da08c5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Ubud. Its setting is especially ideal for guests who ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5124982247699" Longitude="115.26096942824" StarRating="4" HotelCode="186956|komaneka_at_rasa_sayang" HotelName="Komaneka at Rasa Sayang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 25/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/40/0940a49676c1eae7be11a047f0e8c45dfe8c5760.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Monkey Forest Road in Ubud, featuring many wonderful shops, excellent res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="843368|villa_romantica_7" HotelName="Villa Romantica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Penestanan</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/9b/859bef349f9b842750fa03d5d42c874fb58038cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.65" OriginalAmount="265.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4960569845836" Longitude="115.25362282991" StarRating="4" HotelCode="16057|pita_maha_2" HotelName="Pita Maha Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sanggingan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/56/c4569389a282133f1dd7d5f9ca8fa83b84028dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the edge of Tjampuhan Valley in Bali's cultural heartland of Ubud, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.69" OriginalAmount="269.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48644349" Longitude="115.26673832" StarRating="4" HotelCode="540197|the_udaya_resorts_and_spa" HotelName="The Udaya Resorts And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sri Wedari 48B, Desa Tegallantang, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/6d/2f6de5aec62c8af07577461fd55a06a71d4f2fa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.72" OriginalAmount="272.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49642709" Longitude="115.26110814" StarRating="4" HotelCode="400481|luxe_villas_bali" HotelName="Luxe Villas Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Jacuzzi,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kajeng, Juwuk Manis, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/3b/863b1f44c839271bd58861f489763b450036f15d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ubud, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.79" OriginalAmount="279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50393768" Longitude="115.26876907" StarRating="4" HotelCode="447897|aria_villas_ubud" HotelName="Aria Villas Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/10/2026" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar, Banjar Kututh Kelod, Ubud 80571, Giyanyar Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/1e/481eca032e8a2198ad846f1b76175cee9de07d87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.79" OriginalAmount="279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51432225" Longitude="115.25842804" StarRating="0" HotelCode="821172|the_jumah" HotelName="The Jumah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ca/d1ca756dea1ccf271342e87af65fc37d7a77a713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.72" OriginalAmount="284.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.53691989" Longitude="115.26406521" StarRating="4" HotelCode="292681|234474" HotelName="De Ubud Villas &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Internet,Kitchen,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pinus 8, 2 Km south from Monkey Forest, Lodtunduh, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/fd/c5fd2146f0d87b742cdb1814a06070c9321d5651.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Gianyar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.91" OriginalAmount="291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48124534" Longitude="115.26809803" StarRating="4" HotelCode="534342|honai_resort" HotelName="Honai Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sri Wedari, Ubud 80571, Tegallantang</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/8b/d98bf969a7ac7699c4e1cf9d228ada3e91ebb708.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.92" OriginalAmount="292.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.512628546281" Longitude="115.26136602314" StarRating="5" HotelCode="259561|komaneka_at_monkey_forest_ubud_2" HotelName="Komaneka at Monkey Forest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/51/f751aadbc988e2a98eb8b003978684ab59bda02d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Ubud, the resort is surrounded by lush tropical vegetation and an abundance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.95" OriginalAmount="295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.505359" Longitude="115.26221133" StarRating="0" HotelCode="980017|villa_lora_4" HotelName="Villa Lora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Nyuh Kuning 15, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/fd/b0fd6de149b4302ede396ff9f7c55e2aa5918b32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="303.00" OriginalAmount="300.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4804042" Longitude="115.25845924" StarRating="4" HotelCode="429383|villa_kupukupu" HotelName="Villa Kupu-Kupu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Kitchen,Laundry,LCD/Projector,Lounge,Massage Centre,Parking,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sebali No. 7, 80561 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/bf/d6bf487c80b4244f9c44a12bffef5c7c3a01feb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Villa Kupu-Kupu in Ubud, you'll be close to Botanic Garden Ubud and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="305.02" OriginalAmount="302.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48502746" Longitude="115.25396951" StarRating="3" HotelCode="616904|ubud_paradise_villa" HotelName="Ubud Paradise Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln Raya Sanggingan, Kedewatan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/9b/a79be79655750ecbbffe44f2e3dde016abecb0f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.07" OriginalAmount="307.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.513467" Longitude="115.264091" StarRating="4" HotelCode="292498|plataran_ubud_hotel_and_spa_hotel" HotelName="Plataran Ubud Hotel &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/10/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jln. Hanoman Pengosekan, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/38/1b38e3363120d0d35265690f6a8ebac59318b8d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.09" OriginalAmount="309.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5034291" Longitude="115.26903962" StarRating="3" HotelCode="591745|origin_ubud" HotelName="Origin Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar, Banjar Kutuh Kelod, Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/24/c124cff82563a56f8b6baedaa1d7d67adbea8e60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.05" OriginalAmount="311.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5184163617498" Longitude="115.26227433572" StarRating="4" HotelCode="350323|614953" HotelName="Anumana Ubud Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wenara Wana, (Jalan Monkey Forest), Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/614953/614953a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ubud.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.19" OriginalAmount="319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4979059450777" Longitude="115.30605255416" StarRating="3" HotelCode="754389|ubud_valley_boutique_resort" HotelName="Ubud Valley Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Bicycle Rental,Designated Smoking Area,Dining,Garden,Internet,Laundry,Parking,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pejeng Kangin, Ubud 80552</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/34/b73468dfa02c3966cc8234059bd389ff6c9d1c16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Gianyar. Visitors will enjoy a peaceful and calm stay at Ubud...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.21" OriginalAmount="321.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4958286115228" Longitude="115.27608002447" StarRating="5" HotelCode="10652|kamandalu_ubud_2" HotelName="Kamandalu Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Village,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Andong, Banjar Nagi, Ubud, 80571 Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a0/f1a0f7056a2af8af671302d4e143ab0cf5547693.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel enjoys an enchanting position amidst green rice terraces along the Petan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.23" OriginalAmount="323.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.512822" Longitude="115.27777" StarRating="5" HotelCode="20386|maya_ubud_resort_and_spa" HotelName="Maya Ubud Resort Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Gunung Sari Peliatan, P.O. Box 1001, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/7a/a27a3b701b476074b1e26c587e5b920088f2c828.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The spacious hotel lies in a secluded spot, close to the artistic village of Ubud and by the banks o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.26" OriginalAmount="326.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50433" Longitude="115.255103" StarRating="4" HotelCode="32957|warwick_ibah_luxury_villas_spa_3" HotelName="Warwick Ibah Luxury Villas &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 193, Ubud, 80571 Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/c8/89c82c84e63b0297abb64f87eba2112d70ff2d97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 5 minutes' walking distance away from Ubud's main shopping area and about 45 mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.33" OriginalAmount="333.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.478219" Longitude="115.246022" StarRating="5" HotelCode="37479|kupu_kupu_barong_villas__tree_spa_hotel" HotelName="Kupu Kupu Barong Villas and Tree Spa by L’Occitane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kedewatan, P.O. Box 7, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ff/b0/ffb04ad192229a9e2e1a5b1466a16d611b371901.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a hillside of Kedewatan village on the western side of Ubud. Within 10 minutes' drive of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.36" OriginalAmount="336.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51200081" Longitude="115.25811873" StarRating="3" HotelCode="491612|goya_boutique_resort" HotelName="Goya Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Gianyar 80571, Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/e6/46e64141147db81e9b3eb872cf64d523172e796c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.40" OriginalAmount="340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="757970|the_westin_resort_spa_ubud_bali" HotelName="The Westin Ubud Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lod Tunduh, Br Kangetan, Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/a5/0ea5e78991ce596a29744b0ad920a0f84857cad3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel is in Ubud. This establishment does not accept pets. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.46" OriginalAmount="346.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51012219" Longitude="115.25702818" StarRating="3" HotelCode="435080|bucu_view_bungalow_2" HotelName="Bucu View Ubud Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/c7/73c7d6d6b3f40de98e1cd19071a4c989436e3acb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="353.50" OriginalAmount="350.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="838348|villa_shinta_dewi_ubud_" HotelName="Villa Shinta Dewi Ubud An Elite Haven" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sriwedari 65x</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/9b/e59bd50b3deedd244d772bdab31aecb389863b99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="355.52" OriginalAmount="352.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.54258662" Longitude="115.26573953" StarRating="3" HotelCode="626334|soulshine_bali" HotelName="Soulshine Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ambarwati, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/62/8e626a4fee143657a43f4d16a2942e89bdc5045a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.47398584" Longitude="115.2782496" StarRating="4" HotelCode="432814|tejaprana_resort_spa" HotelName="Tejaprana Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Sapat, Tegallalang, 80561 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/fe/a9febc5b8c45dcbf03bdc758b53a983f90c21c32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4761944296182" Longitude="115.28069446012" StarRating="4" HotelCode="322211|the_kayon_resort" HotelName="The Kayon Ubud Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Kepitu, Desa Kendran, Tegallalang, Ubud 80561, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/20/7e2063384859e7cc02f7e414f5a23e51ef539a20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="368.65" OriginalAmount="365.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.516178" Longitude="115.259877" StarRating="5" HotelCode="172039|royal_kamuela_at_monkey_forrest_ubud_villas_and_spa" HotelName="Royal Kamuela Villas &amp; Suites at Monkey Forest Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5b/1d/5b1d2aec46f9a1bde971a2b3414741177850c3d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the centre of Ubud, offering easy access to the nearby art centres and art markets, this...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="371.74" OriginalAmount="368.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48641309" Longitude="115.24825138" StarRating="3" HotelCode="385856|681109" HotelName="Temuku Villas Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Coffee Shop,Concierge,Designated Smoking Area,Dining,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,Lounge,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Ulun Carik No.7, Lungsiakan, Kedewatan, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/99/96/9996f9645d98a017ff5beb288c1f792be50ee4ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Temuku Villas Ubud in Ubud, you'll be convenient to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.73" OriginalAmount="373.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5245736213413" Longitude="115.26395232344" StarRating="4" HotelCode="312602|onje_villa" HotelName="Onje Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/11/2026" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Umahanyar, Pejeng Kaja, 80552 Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/85/ff85132be2821daa757b6113991fb2812b3b7b5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.80" OriginalAmount="380.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4797712561553" Longitude="115.26038199663" StarRating="5" HotelCode="187558|chapung_sebali_resort_and_spa" HotelName="Chapung Se Bali Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Sebali, 80561 Keliki, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/e1/80e135ad3ab73f6e4f38b23fee0f055b6e0444de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.88" OriginalAmount="388.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.526584" Longitude="115.2615" StarRating="4" HotelCode="18809|the_ubud_village_resort_spa_2" HotelName="Ubud Village Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Nyuh Kuning, Pengosekan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/57/1f571f0dc87980295e10b15c96bdc5e1d61690e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Surrounded by tropical gardens and rice fields, the resort is located in a Pengosekan village in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.92" OriginalAmount="392.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4836820448003" Longitude="115.24641575423" StarRating="3" HotelCode="534422|black_penny_villas_ubud" HotelName="Black Penny Villas Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kedewatan, Ubud 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/3a/c63a3b50bc8c015c0493728a697421a34c36af59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.95" OriginalAmount="395.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="0" HotelCode="966816|aksari_resort_ubud" HotelName="Aksari Resort Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Desa Kenderan 88x, Ubud 80561, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/8c/a88c83611dbfae38f49386a8f5d598d3384abf2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="410.06" OriginalAmount="406.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.48320118" Longitude="115.24599911" StarRating="4" HotelCode="786159|ayuterra_resort" HotelName="Ayuterra Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kedewatan 17A, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/87/b38738dcfdec3e7f69dab0c8f3738f7200b3bdaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Ayuterra Resort in Ubud, you'll be close to Neka Art Museum and Ubud Monkey Forest\n\...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="411.07" OriginalAmount="407.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.519268" Longitude="115.263298" StarRating="3" HotelCode="347998|motama_villa" HotelName="Motama Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Br. Tengah Kauh, Peliatan, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/61/95616eb24ae44635cc11a2da7bfccb7a87994f13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.14" OriginalAmount="414.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5128396608948" Longitude="115.25672282174" StarRating="4" HotelCode="114219|komaneka_at_bisma_ubud" HotelName="Komaneka at Bisma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/10/2026" HotelFacility="Air Conditioning,Bar,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/f6/74f612de36731e890643ca84ebf253f67bb4356c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="419.15" OriginalAmount="415.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4615281807999" Longitude="115.24910012732" StarRating="5" HotelCode="50572|komaneka_at_tanggayuda_ubud" HotelName="Komaneka at Tanggayuda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Tanggayuda, Kedewatan, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/d9/00d9097459bd7b7611c43a38d42f7c9245fe004c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is located in Tanggayuda in Kedewatan Village. It is only a 15-minute drive from Ub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="433.29" OriginalAmount="429.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.53681862" Longitude="115.24377926" StarRating="4" HotelCode="407164|uma_stana_villa" HotelName="Uma Stana Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kengetan, 80571 Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/76/8276d5728122cca62baa4495b37042fa50ff514c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="438.34" OriginalAmount="434.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4601329325658" Longitude="115.27392540353" StarRating="3" HotelCode="348028|ubud_syailendra_villas" HotelName="Ubud Syailendra Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar, Utara Desa Junjungan, Ubud 80571, Tegallalang</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ee/25eef8b791ac1522e89d3420310ea23409eede0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation offers a babysitting service, a childcare service, a transfer service and room ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.46" OriginalAmount="446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5116117380165" Longitude="115.2582414957" StarRating="4" HotelCode="310473|bisma_eight" HotelName="Bisma Eight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/4c/c94ce17f4504f2ba1e76e8f5e0b1c8e4e5d5b09d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.46" OriginalAmount="446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.54247935" Longitude="115.25064324" StarRating="3" HotelCode="563702|griya_shanti_villas_spa" HotelName="Griya Shanti Villas &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Padang Getas, Banjar Kengetan, Singakerta, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/f1/5cf1abd44100b249c8c6546402aa54cd5185cc4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="480.76" OriginalAmount="476.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4916013249093" Longitude="115.25364164238" StarRating="4" HotelCode="42930|uma_by_como_ubud" HotelName="COMO Uma Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sanggingan, Banjar Lungsiakan, Kedawatan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/5b/185b62c8ddd53e8a49bfc072c843cd239458d0d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located right in Sanggingan, Ubud. It is situated very close to the centre of Ubud, cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="491.87" OriginalAmount="487.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4996153774435" Longitude="115.28238113546" StarRating="4" HotelCode="320235|sandat_glamping_tents" HotelName="Sandat Glamping Tents" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Subak Sala, Banjar Sala, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/b5/a8b584ab7b7af1a2c802ca7844541fc666760fc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The friendly staff at the reception desk are happy to answer any questions. The accommodation provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="502.98" OriginalAmount="498.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="3" HotelCode="489963|tetirah_suweta_bali" HotelName="Tetirah Suweta Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suweta, Banjar Sambahan, Ubud</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/e9/b0e9ae0ad590b0648905777199d5fc829db57e7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.11" OriginalAmount="511.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="5" HotelCode="300994|the_samaya_ubud" HotelName="The Samaya Ubud - Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Village,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Baung, Desa Sayan, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/bf/6dbf814eab602dac9ffb07559c7ab00a4c32ee77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beautiful resort is situated on the quiet side of the Ayung River. It is set just a few minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="523.18" OriginalAmount="518.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50595" Longitude="115.26" StarRating="3" HotelCode="829415|villa_candi_kecil_empat" HotelName="Villa Candi Kecil Empat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Sawogunung, Pejeng Kelod, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/53/ec/53ec69c953be11b328da43d32e72d4b2049fcb80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="531.26" OriginalAmount="526.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49783615" Longitude="115.27512111" StarRating="3" HotelCode="490116|udhiana_ubud_resort" HotelName="Udhiana Resort Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Free CXL until 09/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Andong, Banjar Nagi, PO Box 253, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f3/cdf32aaa1fc795f3c976dc58fe0111308b8e3e3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="546.41" OriginalAmount="541.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.42912512" Longitude="115.25855399" StarRating="4" HotelCode="565853|samsara_ubud" HotelName="Samsara Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Ayah, Desa Kelusa, Payangan, Ubud 80572</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/f0/61f069daa439fd7b7e2ba689d0a8b0e4acbf7711.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="561.56" OriginalAmount="556.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.474576" Longitude="115.243721" StarRating="5" HotelCode="410361|royal_pita_maha" HotelName="The Royal Pita Maha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Desa Kedewatan, P.O. Box 198, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/31/51/315182a17da384d7697c827e7365ee8f50febd2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in the area of Kedewatan, Ubud. Offering views of the Ayung river valley, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="595.90" OriginalAmount="590.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.525" Longitude="115.229" StarRating="4" HotelCode="540495|permata_ayung_adult_only" HotelName="Permata Ayung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Bongkase, Gang Permata Ayung, Banjar Tohpati, Desa Bongkasa, Abiansemal, Ubud 80352</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/ed/ddedf4e45f6cd161fff7b3317315d36999b37374.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="604.63" OriginalAmount="598.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.507729" Longitude="115.241554" StarRating="3" HotelCode="173565|147407" HotelName="Bambu Indah Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Eco Hotel" CnxPolicy="Free CXL until 24/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Garden,Internet,Laundry,Massage Centre,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Baung, Desa Sayan, Ubud 80571, Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/bd/b0bd4c9825bde5f12f632db17ba84d94aa5d3659.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located on the Sayan Ridge, 15 minutes southwest of central Ubud in Bali, surrounded...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="618.12" OriginalAmount="612.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4664721032776" Longitude="115.24294495583" StarRating="5" HotelCode="88851|puri_wulandari_a_boutique_resort_and_spa" HotelName="Puri Wulandari Boutique Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Tanggayudha, Desa Kedewatan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/c7/70c75a2f554b3604562fde8b0e082d5721924f56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="618.83" OriginalAmount="612.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.458263" Longitude="115.285303" StarRating="4" HotelCode="432836|541421" HotelName="Dedary Kriyamaha Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Pinjul, Desa Kendran, Tegalalang, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e7/cc/e7cc51c9ba6096c28b6c19857c74a2278f518e70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ubud.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="627.21" OriginalAmount="621.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.542708487976" Longitude="115.21650642157" StarRating="5" HotelCode="177422|fivelements_puri_ahimsa" HotelName="Fivelements Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel,Eco Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Puri Ahimsa Banjar Baturning, Mambal 80352, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/91/8a91d20a1fa8c261d255647c97820be8a4d6cc65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated alongside the sacred Ayung River, just before the mountain, the eco resort is 15 minutes' d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="631.25" OriginalAmount="625.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.42263365" Longitude="115.27521347" StarRating="5" HotelCode="779221|the_kayon_jungle_resort_ubud" HotelName="The Kayon Jungle Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/10/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Bresela, Desa Bresela, Ubud 80572, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/69/9c69b7dcf5f9d535e5d21a501e4028b7425c3291.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel can be found in Ubud. The property comprises a total of 20 snug rooms. There is Wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="644.38" OriginalAmount="638.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5045851527155" Longitude="115.24036946442" StarRating="4" HotelCode="398924|kamaniiya_guest_house" HotelName="Kamaniiya River Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sayan, Banjar Sayan Kutuh, Ubud 80571, Gianyar Regency</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/09/e0096a6202cd8977be7048ab5987089f0e3ec00a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="675.69" OriginalAmount="669.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.482116" Longitude="115.245769" StarRating="2" HotelCode="142199|villa_indah_ubud" HotelName="Villa Indah Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kedewatan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/41/9741ee9e557bee6644632d9a145b36d74edaa35b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located midway between the lakes, mountains and ocean, guests of the club resort can visit artist ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="701.18" OriginalAmount="694.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.523543" Longitude="115.281968" StarRating="5" HotelCode="59245|96645" HotelName="The Chedi Club Tanah Gajah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Goa Gajah, Tengkulak Kaja, Gianyar, Ubud, Bali 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4e/4e019c52805a3a72/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located at Goa Gajah Street, only 5 minutes' drive from Ubud, the famous art village i...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="899.91" OriginalAmount="891.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.478893" Longitude="115.28013" StarRating="5" HotelCode="909300|pandawas_villas" HotelName="Pandawas Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kendran 1, Banjar Kepitu, Desa Kendaran, Kecamatan Tegallalang, 80561 Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/8c/388c6be77ad650fb686fd1793f610dca6bed4c26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="950.41" OriginalAmount="941.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.446932" Longitude="115.242137" StarRating="4" HotelCode="292491|bayad_ubud_bali_villa_2" HotelName="Bayad Ubud Bali Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Payangan, Banjar Bayad Gianyar, Ubud 80572, Payangan, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/53/3153fc7f208e561fbc66a39bb82c131c4b8eead0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="952.43" OriginalAmount="943.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.470435" Longitude="115.26474" StarRating="5" HotelCode="292492|bidadari_private_villas__retreat" HotelName="Bidadari Private Villas and Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kelabang-Moding, Kelabang-Moding, Tegallalang 40115</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/d4/cbd4ef37d758a24722148ae015a9db10ac3a2e45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="993.90" OriginalAmount="984.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5244384621799" Longitude="115.26345408595" StarRating="3" HotelCode="503881|703023" HotelName="The Artini Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/80008/3780008/41.jpg?f=15524642</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1041.31" OriginalAmount="1031.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5203308222124" Longitude="115.26344658478" StarRating="3" HotelCode="226784|artini_3_cottage" HotelName="Artini Cottages 3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pengosekan, Gianyar, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/60/e960cae3b6ea8f133723675723599fd736a4e862.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1059.49" OriginalAmount="1049.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4940324322025" Longitude="115.27764693023" StarRating="5" HotelCode="402105|viceroy_bali" HotelName="Viceroy Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lanyahan, Br Nagi, Ubud, Bali 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/65/45652c8b5919202f2d47adfbfcd8986cf936b08e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a 5-minute drive from Ubud, this boutique resort hotel is located in the Petanu valley, near th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1356.43" OriginalAmount="1343.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4507425230013" Longitude="115.23548813492" StarRating="5" HotelCode="65587|como_shambhala_estate" HotelName="COMO Shambhala Estate" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Banjar Begawan, located near Ubud, Desa Melinggih Kelod, Payangan Kecamatan, Gianyar 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/7a/b07ae47aa98dd77c2a68d5c4aedf381f4e0eadc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud, in a nature sanctuary, bordered by the Ayung River and surrounded by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1639.23" OriginalAmount="1623.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5374610141284" Longitude="115.26247798679" StarRating="4" HotelCode="402101|villa_pantulan_bali" HotelName="Villa Pantulan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Lodtunduh, Banjar Abiansemal Kaje Kauh, Ubud 80571</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/fb/4cfbf2ae32f1cd80a11c60941cf50a19801cf836.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2008.89" OriginalAmount="1989.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4771390581085" Longitude="115.24867628836" StarRating="5" HotelCode="935957|mandapa_a_ritzcarlton_reserve" HotelName="Mandapa a Ritz-Carlton Reserve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kedewatan, Banjar Kedewatan, Ubud 80571, Gianyar</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/4c/4b4c28770a3786a9d476ec7b8a448524286ad572.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2514.90" OriginalAmount="2490.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.488122" Longitude="115.244731" StarRating="5" HotelCode="7135|amandari_ubud" HotelName="Amandari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Village,Spa Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kedewatan, Kedewatan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/34/2734d3956a9b4ff273bf84f948bc30d47fd09322.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located 5 minutes from the soul and art community of Ubud in central Bali. Guests w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2520.96" OriginalAmount="2496.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.448104981345" Longitude="115.26919020301" StarRating="6" HotelCode="546458|capella_ubud_bali" HotelName="Capella Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Dalem, Desa Keliki, Kecamatan Tegalalang, Gianyar, Ubud 80561, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/4b/114b3a528aba819dcd34968dfc4e7ba83fbc8651.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 5 km from the centre of Ubud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2821.94" OriginalAmount="2794.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5004870924798" Longitude="115.24160385132" StarRating="5" HotelCode="39967|four_seasons_resort_bali_at_sayan" HotelName="Four Seasons Resort Bali at Sayan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sayan, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/44/7c4410e2b7425374ee87a01ba983ad29fb9f74d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in Sayan Ubud, just 15 minutes’ drive from the centre of Ubud. The gallery at ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="52182.04" OriginalAmount="51665.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4727339533161" Longitude="115.26373936912" StarRating="2" HotelCode="404091|237077" HotelName="Pajar House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kelabangmoding, Banjar  Kelabang Moding, Ubud 80571, Bali</AddressLine>
          </AddressLines>
          <CityName>Ubud</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/b1/b6b10b7fa54b2089f39c4f25fcfa35d27aef0290.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ubud.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Bicycle Rental,Lounge,Currency Exchange,Diet Meals,Fax,Jacuzzi,Sauna,Telephone Service,Swimming Pool,Conference Hall,Garden,Central Heating,Kitchen,Designated Smoking Area,Golf,Shopping Arcade,Spa,24 Hour Security,Airport Transfer (on Demand),Dining,ATM/Cash Machine,Babysitting,Parking,Dry Cleaning,Business Centre,Meeting Room,Printer,Valet Parking,Wheelchair Access,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Concierge,Housekeeping,Luggage Storage,LCD/Projector,Smoking Rooms,Limousine Service,Pets allowed,24 Hour Power Supply,Beauty Salon,Wake-up Call Service,Elevator,Porter</BasicAmenities>
    <HotelRating>4,5,3,2,1,6</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
    <PropertyType>HOTEL,CLUB RESORT,FINCA,SPA HOTEL,VILLAGE,FAMILY-FRIENDLY HOTEL,ECO HOTEL,HOTEL DE CHARME,BUNGALOW COMPLEX,CITY HOTEL,RESORT,HOMESTAYS,GUEST HOUSES,VILLA,FARM STAYS,APARTMENT,GUEST HOUSE,HOSTEL,HOLIDAY PARKS,BED AND BREAKFAST</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
dcbb37c0-1888-49aa-9750-0ba823e91cce|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="dcbb37c0-1888-49aa-9750-0ba823e91cce">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47230" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-13T00:00:00" End="2026-11-15T00:00:00" />
    <Rating MinRating="4.0" MaxRating="5.0" />
    <HotelRef HotelId="969474|ojeks_homestay_" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="" Password="" RequestedCurrency="USD" ClientNationality="IN" ClientCountry="" 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
dcbb37c0-1888-49aa-9750-0ba823e91cce|CoordinatorError|Value cannot be null.
Parameter name: source|System.ArgumentNullException: Value cannot be null.
Parameter name: source
   at System.Linq.OrderedEnumerable`2..ctor(IEnumerable`1 source, Func`2 keySelector, IComparer`1 comparer, Boolean descending)
   at System.Linq.Enumerable.OrderBy[TSource,TKey](IEnumerable`1 source, Func`2 keySelector)
   at HotelCoordinator.Coordinator.ThreadSearch(HotelSearchRQ pRequest) in D:\Projects\WorldwideDMCV2\Module\Hotel\HotelCoordinator\HotelCoordinator\HotelCoordinator\HotelCoordinator.cs:line 244||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
|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 897|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
dcbb37c0-1888-49aa-9750-0ba823e91cce|PriceResponse|PriceResponse|<?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>dcbb37c0-1888-49aa-9750-0ba823e91cce</RecordID>
    <ShortText>System.ArgumentNullException: Value cannot be null.
Parameter name: source
   at System.Linq.OrderedEnumerable`2..ctor(IEnumerable`1 source, Func`2 keySelector, IComparer`1 comparer, Boolean descending)
   at System.Linq.Enumerable.OrderBy[TSource,TKey](IEnumerable`1 source, Func`2 keySelector)
   at HotelCoordinator.Coordinator.ThreadSearch(HotelSearchRQ pRequest) in D:\Projects\WorldwideDMCV2\Module\Hotel\HotelCoordinator\HotelCoordinator\HotelCoordinator\HotelCoordinator.cs:line 244</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
|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 897|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
0074cec6-2c82-4e1c-b717-414365e2b97f|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="0074cec6-2c82-4e1c-b717-414365e2b97f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47161" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-10T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="4.0" MaxRating="5.0" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="" Password="" RequestedCurrency="USD" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0074cec6-2c82-4e1c-b717-414365e2b97f|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-08-11T06:51:20.2299846+01:00" Version="0" EchoToken="Search" TransactionIdentifier="0074cec6-2c82-4e1c-b717-414365e2b97f" Currency="USD">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.734530603847" Longitude="115.16625290142" StarRating="2" HotelCode="398659|swandewi_homestay" HotelName="Swandewi Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Samudra 06, Jalan Kartika Plaza, Kartika Plaza, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b5/89b595e14ed111e4412e116df355b51daa46e304.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71817541" Longitude="115.17038772" StarRating="2" HotelCode="553989|segara_sadhu_inn" HotelName="Segara Sadhu Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang I 3, Jalan Poppies II, Legian, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/91/9f913fa0eff4175219579cc8460f55f8b0ff45fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant and room service, for a c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73535459" Longitude="115.16842224" StarRating="2" HotelCode="522675|mertha_jati_hotel" HotelName="Mertha Jati Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="24 Hour Power Supply,Airport Transfer (on Demand),Garden,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar 8, Tuban-Kuta, Kuta 13220, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/5e/105e034b8a4083d423580ff626c2b6cce7736f47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Mertha Jati Hotel is simply furnished rooms come with a TV and either air conditioning or a fan with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71663748" Longitude="115.17340309" StarRating="1" HotelCode="594427|budget_door_legian_inn" HotelName="Budget Door Legian Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies 2, Gang Gora 7, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/84/a7844ad1d14807ff7266b311cbf908f9b609089a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7166091" Longitude="115.17256858" StarRating="2" HotelCode="491645|cempaka_3_inn" HotelName="Cempaka 3 Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies II, Jalan Benesari, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/68/7968f9a05f6c308b6bc0f9a083bd49a94551cc34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7232900630948" Longitude="115.1754316833" StarRating="2" HotelCode="324627|kuta_sari_house" HotelName="Kuta Sari House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bunisari 14b, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/77/1177c1a83b60c1aaae4bd606135987ea4a3d3949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71788245" Longitude="115.17634491" StarRating="2" HotelCode="492456|pondok_3_mertha" HotelName="Pondok 3 Mertha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mataram 69, Samuan Tiga II, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa962294aa419ecd386b6418e1c5fbeef857da51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72057391" Longitude="115.17174934" StarRating="2" HotelCode="435008|pesona_beach_inn" HotelName="Pesona Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies I 31, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/14/1f140404b24f19cc8258f977bf889b066c738ab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7265232" Longitude="115.17690049" StarRating="3" HotelCode="878782|gana_inn_legian" HotelName="Puri Dibia Hotel by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Raya Kuta 20X, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/57/85579e865758e5ea41dbdfd3aa4458ccf6004c91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.723639341167" Longitude="115.17333626747" StarRating="2" HotelCode="915194|guest_house_matahari" HotelName="Guest House Matahari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tegal Wangi No 14, Kuta Tuban 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/4e/e34e45b6866d81383194969817326ad58d987e13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71363045" Longitude="115.17114163" StarRating="2" HotelCode="407781|ayu_lili_garden_hotel" HotelName="Ayu Lili Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Legian, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/0d/6b0daa32df987a8fa4c973309791d2b3ebfed5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71196342" Longitude="115.17409913" StarRating="3" HotelCode="522260|the_legian_777_guest_house" HotelName="The Legian 777 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Patimura 777, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/be/30be685aa4e6f5e04049cebaf4e881d4304b2803.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71917462" Longitude="115.17341897" StarRating="3" HotelCode="497892|the_kubu_hotel" HotelName="The Kubu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gang Sorga, Jalan Poppies 1, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/6e/8a6e13959e784d9279635c18f2e2ef8c2f416e7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7175169515149" Longitude="115.17391254541" StarRating="2" HotelCode="489045|mahendra_beach_inn" HotelName="Mahendra Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies II, Gang Ronta, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b9/92b9d84baae8c347d2572fe12fc012ddbb08a85e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73242" Longitude="115.171386" StarRating="2" HotelCode="915190|sapta_petala" HotelName="Sapta Petala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar No 27, Tuban 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/e4/53e462323f27490fe62530852d38a1a5c1c093f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7236605506032" Longitude="115.1752781868" StarRating="2" HotelCode="915187|hotel_s8_2" HotelName="S 8 Suardana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Massage Centre,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Buni Sari 14 A, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/84/b684085a510acb6f22855cf6e0e814fa8dde47ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7433221147686" Longitude="115.17245178323" StarRating="2" HotelCode="334943|airport_kuta_hotel_and_residences" HotelName="Airport Kuta Hotel And Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Elang 5, Komplek Burung, Tuban, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/0e/f90e534837dd5b79dd72c87e42897a5eb26bc38a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.711476" Longitude="115.171682" StarRating="3" HotelCode="292317|the_aromas_of_bali_hotel__residence" HotelName="Aromas of Bali and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Legian No 191, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1a/b01a996e756396df04ab39506eddfa33d96b8949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71466789" Longitude="115.17224347" StarRating="2" HotelCode="481345|reddoorz_benesari_2" HotelName="RedDoorz @ Benesari 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Lebak Bene, Kuta Bali Benesari, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/b4/a2/b4a21f97f023f5dd9726fe98a7963789f51d9ab1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7106874490939" Longitude="115.17876947885" StarRating="3" HotelCode="915192|everyday_smart_hotel" HotelName="Everyday Smart Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Patih Jelantik 12/12A, Central Park, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/14/61147c06d066e2d68a305dd762340608514ac8ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="0" HotelCode="963027|reddoorz_legian_street" HotelName="Keola Hotel Legian by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian, Gang Cempaka 3, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/74/9a7493f67fd9873e8190f3bf5ed7be03f30d23db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73515448" Longitude="115.17392404" StarRating="2" HotelCode="504168|rabasta_graha_weda_suite_" HotelName="RaBaSTa Graha Weda Suite @ Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bhineka Jati Jaya IV 3, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/4a/194ad97b9ebd2cbfc46535ab9dffc12353b169a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rabasta Graha Weda Suite @ Kuta is perfectly located for both business and leisure guests in Bali. B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7112887" Longitude="115.18126648" StarRating="2" HotelCode="333532|rabasta_taxa_inn_kuta_raya_" HotelName="Taxa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 77, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/1b/fa1b0b70f6b80e2cdd42e3650b03c9d493ee20cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Rabasta Taxa Inn  in Kuta, you'll be minutes from S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.682915" Longitude="115.166789" StarRating="3" HotelCode="292748|the_sunset_point_hotel" HotelName="The Sunset Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 88-99, Seminyak, Kuta Utara, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/1e/c01ee16c649aa48a792cdb425a4ebffe0c984560.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7157015758267" Longitude="115.17380162812" StarRating="3" HotelCode="113522|simpang_inn" HotelName="Simpang Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 133, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9b/139bc7baca09e8c75ee8b69b28f0a541ed041a94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7187524134592" Longitude="115.17261516102" StarRating="3" HotelCode="380286|waringin_homestay" HotelName="Waringin Home Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies 1, Gang Sorga 9, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/1f/301fa25bae93c23a7df7ade2107d3af5a25d266f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71852137" Longitude="115.17184338" StarRating="2" HotelCode="38549|sorga_cottages" HotelName="Hotel Sorga Cottages Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies 1, Gang Sorga Kuta, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2b/85/2b85533c10566594c43453b19cbaa92e507c0d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Pantai Kuta Street, the hotel is just 20 minutes' drive from the Bali International Airpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71850159" Longitude="115.17382363" StarRating="3" HotelCode="334174|gemini_star_hotel" HotelName="Gemini Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies II, Gang Ronta, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/be/e0beb604f94dd584cc1cb14c62619c78998c8e37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71251938" Longitude="115.17115012" StarRating="3" HotelCode="490415|kondra_premiere_" HotelName="Kondra Premiere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Arjuna 1, Jalan Benesari, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4e/974e33cf3db66218a9b882b3230f1290e559b776.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71735569" Longitude="115.17880709" StarRating="3" HotelCode="488424|teges_inn" HotelName="Teges Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Majapahit 39, Gang Teges, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/zz/f4ad3c318c49724928d28828cd505435c7ee7924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Teges Inn in Kuta (Raya Kuta), you'll be minutes from Mall Bali Gal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7337926000522" Longitude="115.16894525666" StarRating="3" HotelCode="325323|taman_sari_cottage_ii" HotelName="Taman Sari Cottage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza Gang, Pudak Sari 1, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/77/28775cfae69f3a9e984719c7bbc5649440e58ed8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71062325" Longitude="115.1704255" StarRating="1" HotelCode="113530|sayang_maha_mertha" HotelName="Sayang Maha Mertha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Bicycle Rental,Business Centre,Concierge,Currency Exchange,Dry Cleaning,Elevator,Garden,Internet,Laundry,Lounge,Luggage Storage,Massage Centre,Parking,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Melasti, Lebak Bene, Legian Klod, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/bb/18bb9140048e2bd76f9d7827fa574148f7ba86ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sayang Maha Mertha Hotel welcomes you to Bali the island of Gods. Hotel is located in the famous vil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.712003" Longitude="115.172905" StarRating="2" HotelCode="67188|restu_bali_hotel" HotelName="Restu Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian 113, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/5b/5f5bea3986e2e4589cfb7695df22f356ece830a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Kuta, around a 20-minute drive from Ngurah Rai International Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71426126" Longitude="115.17190553" StarRating="2" HotelCode="761893|sari_indah_cottages" HotelName="Sari Indah Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/41/614188add3d377ee65e3811c4a9939ba075ebc23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7225268" Longitude="115.1746149" StarRating="3" HotelCode="641321|dpande" HotelName="D'Pande" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta 15, Banjar Pande Mas, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/dd/7bdd9b477b53e80175a321e07b13711f41ea9764.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.81280843" Longitude="115.15771994" StarRating="1" HotelCode="820765|taste_of_bali_hostel" HotelName="Taste Of Bali Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Uluwatu, Gang Ambara 1, Ungasan, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/29/652908ac827f256b6689fe8a0815da4155f3147f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73141457" Longitude="115.17090928" StarRating="2" HotelCode="382887|the_tirtha_inn_pondok_anyar" HotelName="Pondok Anyar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Gang Kingkong I 2, Kuta, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/00/37008d56a95211085b26ea4b97287cb83fcfb0d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and amenities are available to guests in the complex. A theatre hall is among th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71735798" Longitude="115.17210669" StarRating="2" HotelCode="492176|palm_garden_kuta_hotel" HotelName="Palm Garden Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Popies II 19, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/97/0f97f27742501ddbfb1768e7d368ea666144f701.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="2" HotelCode="113524|puri_dibia_hotel" HotelName="Puri Dibia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Raya Kuta 20X, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/31/6e313458fb4279c4a2c6a851f4840d6ab003c25d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuta in Bali, this hotel enjoys a strategic location, as it is situated close to many res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73466401" Longitude="115.16651009" StarRating="2" HotelCode="327784|agus_beach_inn" HotelName="Agus Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza gang Samudra 77x, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/64/0f64149fd46dfa5a86938d088656bea637b31917.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.725614" Longitude="115.174744" StarRating="3" HotelCode="900061|bakung_sari_resort_and_spa_2" HotelName="Bakungsari Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Garden,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Singasari, P.O. Box 1044, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/db/03db1d8ccae1fa4f5d382cf00f4f51844b5145bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a short walk from the white sandy beach of Kuta and only 2 km from Denpasar Internation...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7223473333333" Longitude="115.17569066667" StarRating="2" HotelCode="199847|bemo_corner_guest_house" HotelName="Bemo Corner Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai 10 A, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e9/97e9fa9113d58a55bc03dd2c5c909062036d985d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities for a comfortable stay. A theatre hall is available to guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.734603" Longitude="115.166776" StarRating="3" HotelCode="327939|dedy_beach_inn_kuta" HotelName="Dedy Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Samudra 55, Jalan Kartika Plaza, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/35/4335a42732ba14d8317b2ec8f64165a3234059b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.80206" Longitude="115.122845" StarRating="4" HotelCode="900051|new_kuta_hotel" HotelName="New Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. New Kuta Condotel, Kawasan Pecatu Indah Resort, Pecatu, Kuta Selatan, 80364 Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/21/1b211080789de41a2160be95e84288baeab63634.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.717458" Longitude="115.175946" StarRating="3" HotelCode="402224|kamini_hotel_legian" HotelName="Transera Kamini Legian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian, Gang Troppozone, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/ce/9bce38a792e6e77bbbb98080165f3fb8e1746f39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7235563336003" Longitude="115.17344280731" StarRating="2" HotelCode="335600|rabasta_angkul_angkul_beach_inn_kuta" HotelName="Angkul Angkul Beach Inn Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tegal Wangi 21, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/19/5719538e8741dcfc7cf43dbe06c87615c3dd0fd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72275308" Longitude="115.17330604" StarRating="2" HotelCode="625759|cara_cara_inn" HotelName="Cara Cara Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Khayangan Suci, Lingkungan Pande Mas, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/53/f353473e04931799bd58f2aa242a8a5eab1fe3cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="0" HotelCode="983621|santhi_graha_kuta" HotelName="Guna Graha Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bakung Sari, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/25/e925876083e3ee9450f8f2a8cc9e08e4e033d55d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.734741" Longitude="115.165557" StarRating="2" HotelCode="371848|bakung_beach_resort_3" HotelName="Bakung Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Tuban, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/f1/baf11cbc6f8a639bd96eb5c043013fe14d1f415d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 100 metres from Kuta beach, 10 minutes' walk from the art market and only 5 min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71090904" Longitude="115.17066455" StarRating="3" HotelCode="350246|amaris_hotel_lebak_bene__kuta" HotelName="Amaris Lebak Bene Kuta - Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Bene, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/6f/f76f5cddd0089e5c3893a522db540edc69cedfca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7183986669913" Longitude="115.17450557427" StarRating="3" HotelCode="113521|maxi_hotel__spa" HotelName="Maxi Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Legian Street 83A, Badung, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/1d/001dfba974f9c9d40a0734e58ba6561ba25cb39e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.736487" Longitude="115.177144" StarRating="2" HotelCode="177875|pondok_sari_kuta_bali" HotelName="Pondok Sari Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nyangnyang Sari 7B, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/25/9625f9810c1174997e392b1d9aa660c542c87f5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuta, this hotel is a 10-minute drive from the popular Kuta Beach, Pepito su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.715887" Longitude="115.181141" StarRating="2" HotelCode="292327|grandmashotels_kuta_2" HotelName="J Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 88D, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/29/8a29cf159b28319361d85a7e36418388e6cc1fdc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72581674" Longitude="115.18113122" StarRating="3" HotelCode="594879|kimono_hotel" HotelName="Kimono Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 38, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/77/dd77522817267b436a8a0b1eae083a83ebbe7d33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7335335635773" Longitude="115.1720878458" StarRating="2" HotelCode="334982|my_home__bali" HotelName="My Home @ Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bhineka Jatijaya XI/27, Kubu Anyar, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/3e/5a3ed763ecebe9cd34bc32075c0ba61e27129862.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72287487" Longitude="115.17480837" StarRating="2" HotelCode="553786|kuta_ecostay" HotelName="Kuta EcoStay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Gang Lotring 12, Kuta 80361, Kabupaten Badung</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/9c/2d9cc5d610e41e7f72dca91117b3d720577792ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.70481" Longitude="115.181329" StarRating="3" HotelCode="932444|sun_royal_bali_2" HotelName="Sun Royal Hotel Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 6, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/c3/d9c3a0542816ee033ffce30b29eac362570b7b76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7027053297995" Longitude="115.16766749144" StarRating="3" HotelCode="113515|grand_sinar_indah" HotelName="Grand Sinar Indah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Padma Utara, Legian Tengah, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/bd/f8bd1f622d3dc18cf4b8dd2cdc218e7d7d6a61bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7173508193859" Longitude="115.17319904556" StarRating="2" HotelCode="504173|gora_beach_inn_" HotelName="Gora Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian, Gang Poppies II, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/a1/efa19a9a04160ffb8d172a67466de9f1794ef5d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="1" HotelCode="778959|dbeds_hostel_by_soscomma" HotelName="Dbeds Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai, Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/ac/73ac8fbdb84ad982945777fa01fba56039f4831b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located at jalan Pantai Kuta where Kuta beach and all the amenities and eateries, enter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72465569" Longitude="115.17351044" StarRating="3" HotelCode="594395|ab_hotel_kuta" HotelName="AB Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bakung Sari, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0f/ac0fef996941be33cc0d49b6aa0071ae9bb7c2b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.718435" Longitude="115.180774" StarRating="3" HotelCode="221718|rhadana_hotel_2" HotelName="Rhadana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl Raya Kuta 88, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/29/4829b614758d36eb0a35a5e7f63dec0d5a779c33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.728742" Longitude="115.168859" StarRating="2" HotelCode="65747|flamboyan_hotel" HotelName="Flamboyan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza Kuta, P.O. Box 2030, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/32/89321035e65ff8dbbb762559eb732ee9e8a3a58f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Surrounded by luscious tropical gardens, this hotel is located in the popular holiday resort of Kuta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7327034732404" Longitude="115.16923380185" StarRating="3" HotelCode="335384|rabasta_beach_resort_kuta" HotelName="Rabasta Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Pudaksari Lane 3, 83061 Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/54/c854df5325a73fbcfa082c4129ea8ec93dab5ef0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6719404845451" Longitude="115.16028802943" StarRating="3" HotelCode="936770|hotel_neo_seminyak__petitenget" HotelName="Hotel Liberta Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget No. 2, Kerobokan, 80361 Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/3a/ee3a352894de1f63612c1e52b004433f8262d01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.724482" Longitude="115.178335" StarRating="3" HotelCode="292314|alron_hotel" HotelName="Alron Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Blambangan 10, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/b2/25b29d4a9d8b126f37180104ecdf83d134631a17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71453732" Longitude="115.17208561" StarRating="3" HotelCode="491607|mekar_jaya_bungalows" HotelName="Mekar Jaya Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/6a/246aad64f3c935cf4e4ed167816e9263fd3ff625.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="0" HotelCode="837167|summer_homestay_bali" HotelName="Summer Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Gubug Sari 1B</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/50/cc5015cc788617fc648cab9153fee23bebf12944.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7108452904884" Longitude="115.18530147155" StarRating="2" HotelCode="335213|amaris_hotel_sunset_road" HotelName="Amaris Hotel Sunset Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 20/10/2026" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 57, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/69/806900317e5eba9412a94b148aee881227019a2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is in Kuta/ Legian. There are a total of 89 guests rooms at Amaris Sunset Road. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.70618578" Longitude="115.17786371" StarRating="3" HotelCode="347646|amaris_hotel_dewi_sri" HotelName="Amaris Hotel Dewi Sri - Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Dewi Sri No. 88x, 80361 Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/23/7d23b61533d3e503496134efefb28de84d319466.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7199029" Longitude="115.18030516998" StarRating="4" HotelCode="310417|grand_zuri_kuta_bali" HotelName="Grand Zuri Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kuta 81, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/37/7d37e8601ba91e9feb69063f3f0288b03041be0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.728051" Longitude="115.17691376" StarRating="3" HotelCode="348915|hadi_poetra_hotel" HotelName="Hadi Poetra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 323/378, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/c9/87c9f8d19d748176aa711031cd912fa267e44723.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.812482" Longitude="115.157578" StarRating="3" HotelCode="292332|maxonehotels_bukit_jimbaran_hotel" HotelName="MaxOneHotels.com @ Bukit Jimbaran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Uluwatu, Desa Ungasan, Kuta Selatan, 80363 Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/73/4f/734fb40178b417bdc830f05d48dbead9c77024fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71594438" Longitude="115.17225496" StarRating="2" HotelCode="560961|suka_beach_inn" HotelName="Suka Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari Kuta, Gang Poppies II, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/1a/091a4cb7ccde5a525f8b413f30cfe624b49e999e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71542185" Longitude="115.17153825" StarRating="0" HotelCode="666769|le_lima" HotelName="Le Lima" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Popies 2, Gang Mangga, Kuta 80361, Badung</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a3/5aa360e76a82ac6eb72d3a9f8ce69aeef6ff8289.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.65484" Longitude="115.216645" StarRating="3" HotelCode="187929|inna_bali" HotelName="Inna Bali Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Veteran 3, Banjar Lelangon, Denpasar 80111, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/8b/f88b43c764836875538ebde694ea081d70c6896b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71425559" Longitude="115.17638917" StarRating="3" HotelCode="593600|tom_guest_house" HotelName="Tom Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mataram 37, Badung, Bali, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/41/fc4115b6f9cab9f8a9c6b995a374638423508be9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73793556" Longitude="115.16581194" StarRating="0" HotelCode="948647|jepun_segara_guest_house_" HotelName="Jepun Segara Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara 7, Gang Segara Mertha, Depan Banjar Segara, Tuban, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/a1/57a122af400737b43b243cd3624119e6fa782c25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7001735219644" Longitude="115.17609302024" StarRating="2" HotelCode="327514|grey_boutique_inn" HotelName="The Grey Boutique Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri II, Grand Kuta Lane, Seminyak, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b2/aab2895a72f53f4a21cc9ea7703393985912bd10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73712874" Longitude="115.16553866" StarRating="3" HotelCode="328222|solaris_hotel_kuta_bali" HotelName="Hotel Solaris Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jenggala, Ex Wana Segara, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/01/3601372f06a8972bc02ede92f9e31b32494b09be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities include room service, a conference room and a business centre. Wireless inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7107969361235" Longitude="115.17900502447" StarRating="4" HotelCode="173625|kuta_central_park_hotel" HotelName="Kuta Central Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Patih Jelantik, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/90/6e903b163480568a0a9704cb2525595fccba65f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the midst of Kuta's Central Park area on the pulse of all goods things in Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7225961762837" Longitude="115.17326674594" StarRating="3" HotelCode="933483|kuta_angel_hotel" HotelName="Kuta Angel Hotel Luxurious Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta 33, Banjar Pande Mas, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d2/01d249b1fbe85daa2ed357c0d5eda43236aebe17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="0" HotelCode="669314|arthur_suites_bali" HotelName="Arthur Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sri Kresna 939</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/bd/e4bd29a4f4e584d81cc48f1deab7343922c8badc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72043414" Longitude="115.17157873" StarRating="3" HotelCode="328644|kedins_inn" HotelName="Kedin's Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Line I, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/32/18329f79559cde9389e08b27585dcfef17c09176.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72690767" Longitude="115.17998143" StarRating="3" HotelCode="339636|natya_hotel" HotelName="Natya Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 9, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/29/7b29a500808339db32b6e25772b70324b6da7dbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72039913" Longitude="115.18508098" StarRating="3" HotelCode="349981|hotel_bayt_kaboki" HotelName="Bayt Kaboki Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Griya Anyar 27, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/2b/0d2b27ea0b8fe6a9d544ab214674a0ca18f7e496.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7246029072427" Longitude="115.17445357673" StarRating="3" HotelCode="113502|hotel_the_flora_kuta_bali" HotelName="Hotel The Flora Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bakung Sari 13 A, Badung, Kuta 80364, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/52/fb5204be2181f35be91e29f03cc02f0d000234de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at Jalan Bakung Sari Kuta, around 25 minutes’ drive from Bali International Air...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7295170841708" Longitude="115.16825890838" StarRating="3" HotelCode="936677|radha_bali_hotel" HotelName="Radha Bali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 2, Gang Puspa Ayu, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/19/bb19be4fdf49ff86997cd44fd52f53dea5686964.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.708072952305" Longitude="115.17902792604" StarRating="3" HotelCode="263569|ibis_styles_bali_kuta_legian" HotelName="Grand Livio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 17, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/59/f759c1310a27f18a065d5ae8318231370e06dd70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.730738" Longitude="115.167738" StarRating="2" HotelCode="113504|hotel_karthi" HotelName="Karthi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Kuta Beach, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/bb/d7bb3d045f2df0ef4dd84331ebed0eb09de5c576.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach club resort is 15 minutes' drive from the Ngurah Rai International Airport (roughly 5 km a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.725600266682" Longitude="115.17558139975" StarRating="3" HotelCode="292333|ohana_hotel" HotelName="Ohana Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar 20, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/1f/ad1f40ccd7ab0c2fa1d44e3cbb7b28685f5ebe19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7235167864946" Longitude="115.17290009837" StarRating="3" HotelCode="933578|holiday_inn_express_bali_kuta_square" HotelName="Hotel ZIA Bali - Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ciung Wanara 17, Banjar Tegal, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b2/a2b2bfda2dc2556f277c6e3bc371586b5305f74d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.709768" Longitude="115.181694" StarRating="3" HotelCode="935432|holiday_inn_express_bali_raya_kuta" HotelName="Holiday Inn Express Bali Raya Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta no. 39, Kuta, Badung, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/54/da540656686e5ca67b534426cda968be5c5ef081.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73893462" Longitude="115.16731384" StarRating="3" HotelCode="547257|the_kutaya" HotelName="The Kutaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jlalan Kartika Plaza, Gang Nusa Indah, Gang Satelit 5, Tuban, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/61/066194a7a60ad5e701ae43956bc00b572c09109f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7264731590803" Longitude="115.17001981036" StarRating="3" HotelCode="68173|melasti_kuta_beach_bungalows__spa" HotelName="Melasti Kuta Bungalows &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Free CXL until 31/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/6f/d96f4af744e11febbd85ab6779baef911584d076.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located at Jl. Cendrawasih No. 9 Peti Tenget, Seminyak - Kuta, Bali, approximately 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7371212945217" Longitude="115.16597440411" StarRating="2" HotelCode="398594|wana_kubu_homestay_" HotelName="Wana Kubu Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara, Gang Wana Mertha 7, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/be/6bbe2e9af0b796f46c0b37328255cc697cf73bd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7172753078523" Longitude="115.17664797322" StarRating="2" HotelCode="65602|dewi_sri_hotel" HotelName="Dewi Sri Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/02/1402744fc2912ae57af485ee180f84c22b44e18b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Legian Street in the heart of Kuta and within walking distance of the famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.737274" Longitude="115.176962" StarRating="3" HotelCode="98685|aston_inn_tuban" HotelName="Permata Kuta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 21/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kediri No. 5, Tuban, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/cc/98cc02e132684c03da832421c962c08437ffe9f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Tuban area of Kuta. It is situated within easy reach of all of South Bal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7332890313386" Longitude="115.16788208598" StarRating="4" HotelCode="292325|eden_hotel_kuta_bali" HotelName="Eden Hotel Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 42, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/46/0046d5d270ab5508ed5f32a791573429310a56da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7416420462906" Longitude="115.1692136914" StarRating="2" HotelCode="333490|balira_airport_hotel" HotelName="Balira Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/73/a373d2136cc5cb0849335a1f13f0ef7307df861d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.721402" Longitude="115.185349" StarRating="4" HotelCode="189241|grand_mega_resort__spa_bali" HotelName="Grand Mega Resort &amp; Spa Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai  234, Simpang Siur, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/1d/441d8b2346e65e44fb3255ce7fcd22d9a021f9e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is on the main road of the Ngurah Rai Simpang Siur bypass, 50 metres from the famous De...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.65665563" Longitude="115.14751536" StarRating="1" HotelCode="425966|airy_kuta_utara_pantai_berawa_37_canggu_bali" HotelName="Matra Bali Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Berawa 37, Br Pelambingan, Tibubeneng, Kuta Utara, Canggu, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/a9/1ba925164d45778998ecdb596fe4de22327eaa34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and facilities await guests of the hotel, ensuring a comfortable stay. Room serv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71419131" Longitude="115.17263924" StarRating="3" HotelCode="441705|bendesa_accommodation" HotelName="Bendesa Accommodation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian, Kuta/Legion 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/23/c3235c65e2050a4a350989efb68a88cfc866245b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7175" Longitude="115.1761" StarRating="2" HotelCode="497851|swissbelexpress_kuta" HotelName="Swiss-Belexpress Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian Gang Troppozone, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/5c/305c0251561b31010dc033f5f0f04a45be52d341.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7210065359571" Longitude="115.17273225033" StarRating="2" HotelCode="909024|la_walon_hotel" HotelName="La Walon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian Poppies 1, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/44/f844ebb46b5d77d49ed77d58957e2376f515eec1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7247157185323" Longitude="115.17038583756" StarRating="4" HotelCode="915185|the_royal_eighteen_resort__spa" HotelName="Royal Singosari Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Singosari 18, PO Box 1051, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/76/c376f38e32aa6631d86dcaf594e5ac55bba8cdab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7213506223098" Longitude="115.18645716064" StarRating="4" HotelCode="317157|mega_boutique_hotel__spa_bali" HotelName="Mega Boutique Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 259, Simpang Siur, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/48/e8483adbc08c2f92a2e2a1de40d5380e95ab270b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuta. For guests who appreciate a stylish ambience, it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7076095388077" Longitude="115.1789425043" StarRating="3" HotelCode="173593|the_sunset_hotel_bali" HotelName="The Sunset Hotel &amp; Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 11a, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/20/b92037680012b8847eba2ff4d72035a3a842a90f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71337373" Longitude="115.17342836" StarRating="4" HotelCode="308155|sun_island_hotel_legian_2" HotelName="Sun Island Hotel &amp; Spa Legian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 123, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/8b/688b84ef358f47683a4c115f7d2ba5e358a17ba2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7036609425237" Longitude="115.18051106554" StarRating="4" HotelCode="324601|the_atanaya_hotel__managed_by_century_park" HotelName="The Atanaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sunset Road 88A, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/56/0b563292dcd047eb9a29b9e5362a39f6de2cff68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7120163889974" Longitude="115.1674246788" StarRating="2" HotelCode="187669|bali_bungalo" HotelName="Bali Bungalo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta Gang Wina, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/73/1c734f7dcf0289da610ecf4bef04b09d954fc5ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a restaurant, a bar and a transfer service are available to guests of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71782708" Longitude="115.17112597" StarRating="3" HotelCode="187555|balisandy_resort" HotelName="Bali Sandy Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pantai Kuta Poppies Lane II, Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/a7/f7a7c55549d7d435daaa9034e6e38481490a2e1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta, near a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69802071" Longitude="115.1773933" StarRating="3" HotelCode="308156|berry_biz_hotel" HotelName="Berry Biz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 99, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/f5/34f5ba6d038aa4c6ec63f6d1d8c0a61761cb4212.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7371442056897" Longitude="115.16686275601" StarRating="3" HotelCode="113512|j_boutique_hotel" HotelName="J Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza No. 20, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/e2/45e2bfb6523a1b9bfc9c5521913437f6adff23e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just 1 km from the Ngurah Rai International airport, this hotel is an ideal place to stay fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71387437" Longitude="115.18479546" StarRating="0" HotelCode="839932|cyloam_residence_" HotelName="Cyloam Residence @ Lv 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Merdeka Raya IX 88X, Level 2, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/8b/248bc3646c9f7894a96455f1068e1107959dde78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.717779" Longitude="115.180738" StarRating="4" HotelCode="161177|harris_hotel__residences_riverview_kuta" HotelName="HARRIS Hotel &amp; Residences Riverview Kuta - Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Club Resort" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 62A, Badung, Katu, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/32/dc3233addf1b62502a8b8c331c4538c5edb32cb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the centre of Kuta (15 minutes' walk). Guests will find restaurants, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.717048" Longitude="115.170511" StarRating="3" HotelCode="909080|suji_bungalow" HotelName="Suji Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuta Beach Street, Poppies Lane I, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/95/d99505705ecf325d183834f312f3d1affce8686c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7228230635737" Longitude="115.17589690873" StarRating="3" HotelCode="292337|the_pavilion_kuta" HotelName="The Pavilion Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kuta Theater 8, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d7/0ed7340dc96e18040a462138f3b67bcd37decaad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.715707" Longitude="115.18109" StarRating="3" HotelCode="292335|primebiz_kuta" HotelName="PrimeBiz Kuta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta, Banjar Anyar, Kuta, 80316 Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/50/4f509ebe36c8b969934c722971a0602f62fc4062.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.733291" Longitude="115.176467" StarRating="4" HotelCode="189441|best_western_kuta_villa" HotelName="Best Western Kuta Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nyang Nyang Sari 2, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/48/7b48d3198ed0d80286194c894017e41b08cb7217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 2 km from the centre of Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.707529" Longitude="115.183888" StarRating="3" HotelCode="207399|sun_boutique_hotel" HotelName="Sun Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 23, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d5/5cd5d3bcaff097bdf6da39ca04fe1a4f79410905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Kuta. Its setting is especially ideal for guests who ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7133860423721" Longitude="115.17358017599" StarRating="2" HotelCode="129818|matahari_bungalow" HotelName="Matahari Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 118, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/ed/74ed6dc0890b126c58ab3db3b05de3dc71e9f107.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated in the central part of Legian, Kuta, just a few minutes from the beach. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71094516" Longitude="115.17182081" StarRating="3" HotelCode="631605|palm_57_guest_house" HotelName="Palm 57 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian, Gang Tan Poh 355C, Legian City-Centre, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/ae/22ae6c04ebbad29f7d6c78ff963ccca9b5add332.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72009359" Longitude="115.16948198" StarRating="3" HotelCode="364865|kutabex_beach_front_boutique_hotel" HotelName="Kutabex Beach Front Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pantai Kuta, Banjar Pande Mas, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/55/18552b01a4d8af55a7da8b8504724ab8fe5ad492.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Kuta/ Legian. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.702553" Longitude="115.166877" StarRating="3" HotelCode="36426|melasti_beach_resort_spa" HotelName="Melasti Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Padma Utara, Legian Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f2/40f29d410621b5ad4e79b08e5781447b4ae81e50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach club resort is located in the heart of Legian, with a prime beach front location, set amon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.654214" Longitude="115.162933" StarRating="3" HotelCode="113526|bali_merita_villas" HotelName="Bali Merita Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Tegal Cupek 67, Anyar Kelod, Kerobokan, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/0f/7d0f82e596ebc13d1796d7db32e3bb189eefa775.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Kerobokan area, north of Kuta. It is only some 3 km or about 10 minutes'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7174381806081" Longitude="115.17241626978" StarRating="3" HotelCode="68568|barong_bali_hotel__formerly_barong_hotel" HotelName="Grand Barong Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane II, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/97/03978d41bed8fac7d8e7b5973740108d0a7a2385.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.690386" Longitude="115.159356" StarRating="3" HotelCode="130480|sarinande_hotel_2" HotelName="Sarinande Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sarinande No. 15, Abimanyu, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/7a/b87aae12fdbae23a3da84cee2ede2fd04d0ca49f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 5 minutes' walking distance from the beach. The famous surfing challenge ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73039541" Longitude="115.16766" StarRating="3" HotelCode="468990|favehotel_kuta_kartika_plaza_2" HotelName="favehotel Kuta Kartika Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 45X, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/9d/819dadba764c887c5a72de664ab6e24c8f3cbf76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73736012" Longitude="115.1666218" StarRating="4" HotelCode="431353|bedrock_hotel" HotelName="Bedrock Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Wana Segara 21, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/57/a457fb9baf52ad637dac25fd7582a31163f2bdbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.734639" Longitude="115.167333" StarRating="4" HotelCode="177421|grand_whiz_hotel_kuta" HotelName="Grand Ixora Kuta Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 92, Kuta Bali, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/a9/15a95e3a9b98e13ac874fae0c1303026b1ce0e68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 100 m from Kuta town centre and the Bali Mall Galeria shops. The Kuta Ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69338475" Longitude="115.16778611" StarRating="3" HotelCode="406955|vansari_hotel" HotelName="Vansari Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln. Raya Seminyak No 31, Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/6c/f76c4b998e5e9996d81ee070fa632d9be7708739.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7181831737001" Longitude="115.17034292221" StarRating="3" HotelCode="908999|dekuta_hotel_2" HotelName="Dekuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane 2 No. 8, Kuta Beach</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/10/fb10fd9087d37e9da1707cdbc9150c9b4473a612.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73676356" Longitude="115.16709023" StarRating="3" HotelCode="933576|the_tusita_hotel" HotelName="The Tusita Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 9X, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/07/14074447c02f0a1982c5b8dff4ec092ab8ad08b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7337" Longitude="115.177562" StarRating="3" HotelCode="915210|ibis_bali_kuta" HotelName="Hotel ibis Bali Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 77, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/a6/99a6d52002aae325323d6c2f0e4bf541de3cfc59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the Kuta area, less than 1 km from Ngurah Rai International Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.708602" Longitude="115.184328" StarRating="4" HotelCode="260575|swissbelhotel_rainforest" HotelName="Swiss-Belhotel Rainforest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road No.101, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/57/735708013398aeade072568e562a46e835b142d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.721545" Longitude="115.181012" StarRating="4" HotelCode="300235|the_kana_kuta_hotel" HotelName="The Kana Kuta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Setiabudi 8, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a9/f0a93e437387144d746115d765f2862c1719383f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6978180449627" Longitude="115.16460337816" StarRating="3" HotelCode="552010|hotel_kumala_bali_grand_kumala" HotelName="Hotel Kumala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Werkudara, Legian Kaja, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/32/3732d3f9512f7a4bbf6c509aa4546f1126aeca68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a safe, a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.730681" Longitude="115.178724" StarRating="2" HotelCode="285110|favehotel_bypass_kuta" HotelName="Crystal Kuta Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bypass I Gusti Ngurah Rai 999, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/45/d645c92e03c9fa07ca6412718e51c0955493b7c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.734643" Longitude="115.164291" StarRating="3" HotelCode="98648|palm_beach_hotel_bali_3" HotelName="Palm Beach Hotel Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jenggala 1, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/e1/fde12677423819a7bba8e4d80caed156a8b4e353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a pleasant 5-minute walk along the sandy beach from the heart of Kuta. Den...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6767506574075" Longitude="115.15560827645" StarRating="3" HotelCode="65746|bali_ayu_hotel_and_villas" HotelName="Bali Ayu Hotel &amp; Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 99X, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/ba/b8ba59b68caf812b47dda66e2facc1bbd1bd1c24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the quiet village of Petitenget in Kerobokan, Kuta. This village is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7249172075465" Longitude="115.17218962312" StarRating="3" HotelCode="79990|kuta_beach_club" HotelName="Sol House Bali Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Bakung Sari No. 81, P.O.Box 3226, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/0f/c90f94d9d6a5d20c98c00f1bbcac6261a4930e8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7315891124415" Longitude="115.1675056608" StarRating="2" HotelCode="68703|green_garden_hotel_2" HotelName="Green Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 9, South Kuta Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/50/6750e43c3d4f5d2415a686e67d42da01c93700cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel enjoys a central location at South Kuta Beach. The establishment is just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7077034780941" Longitude="115.18703990559" StarRating="4" HotelCode="176733|harris_hotel__residences_sunset_road" HotelName="Harris Hotel &amp; Residences Sunset Road" 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>Jalan Pura Mertasari, Sunset Road, Kuta, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/54/2554fa54c9fd249d1d0fac0b7c8648297d5d5cb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the crossroads of Kuta and Seminyak, the hotel guarantees easy access to Bali's major ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7374295" Longitude="115.16801375" StarRating="0" HotelCode="985227|interconnection_hostel" HotelName="Interconnection Kuta Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 17X, Badung, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b7/bab7a19934a481a7e3d77cca2779c03ccb34e3bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="3" HotelCode="19406|wina_holiday_villa" HotelName="Wina Holiday Villa Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/68/85688144d32b8451e7c18ae503fc0a0429ad49f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the middle of a tropical garden and only 2 minutes away from the broad beach. Legi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71286271775" Longitude="115.1731102229" StarRating="4" HotelCode="199849|the_akmani_legian" HotelName="The Akmani Legian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Club Resort,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Legian Raya 91, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1c/5d1c1ee393857c37b87a044050b7f80acbf5bbb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is elegantly situated in Bali's most vibrant shopping avenue in Legian, the home of lifest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7133619791202" Longitude="115.1705634963" StarRating="4" HotelCode="296375|the_bene_hotel" HotelName="The Bene Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/aa/f6aab279ecc49a9dbf1ad4914365911919d6cb87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta, about 400 m from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67467422" Longitude="115.15385812" StarRating="3" HotelCode="867922|rumah_akira" HotelName="Rumah Akira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih 12, Kerobokan Kelod, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/19/f819308f0d6f69b5f43bbf7ecf14f4ea9678c022.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7075759288043" Longitude="115.18359314068" StarRating="2" HotelCode="333225|al_isha_hotel" HotelName="Al Isha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Mertasari  27, Sunset Road, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/4d/c54d70c110770ca80220973c231a3816548b42d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.713591" Longitude="115.173127" StarRating="3" HotelCode="65759|adi_dharma_cottages" HotelName="Adi Dharma Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 155, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/75/2475cadaf644d646cd6cfc2ae668674927c81317.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on bustling Legian Street, just a short walk from shopping centres, entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7211849800637" Longitude="115.17302158309" StarRating="3" HotelCode="328026|fat_yogi_cottages" HotelName="Fat Yogi Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies 1, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/b7/f0b7541d990e386725bc92b93f9580bc78c90190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72008372" Longitude="115.1737522" StarRating="4" HotelCode="420935|kuta_townhouse_apartments" HotelName="Kuta Townhouse Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Currency Exchange,Garden,Golf,Housekeeping,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies Lane 1, Agung Art Market, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/7c/487cb5a53b9467f0ce54014662002194b0a05aee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled between Poppies Lane 1 and 2, Kuta Town Houses is located in the very heart of Kuta with bot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73352" Longitude="115.16766" StarRating="4" HotelCode="207308|rani_hotel_spa_2" HotelName="The Rani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/a1/04a1795eb6f53f5760382b689ea939fd803ad17b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just minutes away from the vibrant beach and shopping heart of South Kuta. Ngu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7039246496378" Longitude="115.17062723637" StarRating="3" HotelCode="909090|three_brothers_bungalows_" HotelName="Three Brothers Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Legian, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b5/89b595e14ed111e4412e116df355b51daa46e304.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.718862" Longitude="115.174103" StarRating="4" HotelCode="300234|harper_kuta" HotelName="Harper Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 73, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/2d/302de03e8b598a6a79878ae0ee578a893098bd0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.715746" Longitude="115.173967" StarRating="3" HotelCode="167863|hotel_santika_kuta_bali_2" HotelName="Santika Kuta - Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kuta No. 98, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/eb/29ebd0f6b773927d1d3e1b68d5e86561480ee1a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuta’s vibrant shopping and restaurant district, the property is just minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7096318867592" Longitude="115.17892831657" StarRating="2" HotelCode="307878|pop_legian_dewi_sri" HotelName="POP! Hotel Legian Dewi Sri Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 1A, Legian, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/11/4e119a1e985fde0c3f4ce0e4c2569f401839cc44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.713949" Longitude="115.170557" StarRating="3" HotelCode="168184|adhi_dharma" HotelName="Adi Dharma Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/3f/1b3f735677eeb3091457d40847a227bbd417d212.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the area of Legian, just a few minutes’ walk from the shopping centre, ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7418218804197" Longitude="115.18153459648" StarRating="2" HotelCode="321507|grandmashotelscom__tuban" HotelName="Grandmas Plus Hotel Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 99, Tuban, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/83/19839babdf8991665b4e47f22225c6d0db92f61a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.721901" Longitude="115.186258" StarRating="4" HotelCode="934377|harris_hotel_kuta_galleria" HotelName="Harris Hotel Kuta Galeria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai no.1, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/53/b353cd5318d70ebf7085163802ae13e8ddad8359.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7326730669594" Longitude="115.16760063558" StarRating="3" HotelCode="68707|febris_hotel__spa" HotelName="Febri's Hotel Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, South Kuta Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/3e/033e463e06b1a6b440b28add9e58059bd9ade451.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on Kartika Plaza Street, the main street of South Kuta Beach, also k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7226610546139" Longitude="115.17206221819" StarRating="3" HotelCode="98653|yulia_beach_inn" HotelName="Yulia Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta 43, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/11/07117ef46592f928b822069148fc58490dcc582c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.709396" Longitude="115.172164" StarRating="3" HotelCode="68237|kuta_lagoon_resort_and_pool_villas" HotelName="Kuta Lagoon Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian No. 363, 80361 Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/80/f280db442d55e44cc416baf5c28e37e338e20361.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located in the Legian area, just 10 minutes' walk from the beach. Ngurah Rai Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68616" Longitude="115.167" StarRating="4" HotelCode="113503|desamuda_village" HotelName="Desamuda Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Basangkasa, Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/30/f43063f704cfc539120b122448e66d3dd39a1706.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;These villas enjoy a prime location in Seminyak, close to the famous restaurants and up-market fashi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.70878" Longitude="115.1694" StarRating="3" HotelCode="908963|fourteen_roses_beach_hotel" HotelName="Fourteen Roses Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Melasti, Intan Lane 1, Legian, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/6e/dd6e28338b786c0016d87f38bd57ed67d173024b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Canggu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71204891" Longitude="115.16743166" StarRating="3" HotelCode="602802|easy_surf_camp" HotelName="Easy Surf Camp" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai, Komala Indah 2, Badung, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/0e/f00ea069549e9296bca683f39556320358663a8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69707283" Longitude="115.16380116" StarRating="3" HotelCode="36424|sari_bunga_hotel" HotelName="Sari Bunga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Double Six, Legian Kaja, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/1f/9f1f5a81ca1ff8d877a059eb679a2e771cef75ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7222260714117" Longitude="115.184872" StarRating="3" HotelCode="213229|ibis_styles_bali_kuta_circle" HotelName="D Varee Diva Kuta Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl By Pass Ngurah Rai No 99, Kuta 80362, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/47/fc476ce83c8c45f9bda010103e637b969c41923b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.8390840913025" Longitude="115.18138483136" StarRating="3" HotelCode="540496|puri_pandawa_resort_hotel" HotelName="Puri Pandawa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Pandawa, Banjar Jaba Pura Kutuh, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/56/f856331d6fe35ce16919fcf53f5e3496f77c545b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.730008" Longitude="115.168139" StarRating="4" HotelCode="933551|bali_rani_hotel" HotelName="Bali Rani Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/09/ac09f14b8bbc45bde301a506c651c2123230641d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta, just 150 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.716367" Longitude="115.174693" StarRating="3" HotelCode="94777|the_niche_bali" HotelName="The Niche Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 190, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/9e/b89e92118254de289dda9341c91d7477e89f75f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located in Jalan Legian Kuta, Bali and right near to the best shops, restaurants, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73662822" Longitude="115.16461392" StarRating="3" HotelCode="594508|sulis_beach_hotel_and_spa" HotelName="Sulis Beach Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/7e/207e7f9f8be2a1d457bfad5c0097640feafca2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71809" Longitude="115.170836" StarRating="3" HotelCode="900062|satriya_cottages" HotelName="Satriya Cottage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane II, Kuta Beach, Bali, P.O.BOX 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/8c/aa8c3e605f3b85fa830fd6da770a55af2edf98f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is situated at Poppies Lane II, a mere 100 metres from the famous Kuta beach. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.735888" Longitude="115.167511" StarRating="4" HotelCode="933882|the_edelweiss_boutique_hotel_kuta_2" HotelName="The Edelweiss Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kartika Plaza street 108, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/97/6b97c8d5ce3401bd944d4e57cc628fc389ad74b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Kuta. Its setting is especially ideal for guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73709744" Longitude="115.16731346" StarRating="2" HotelCode="668202|airy_kuta_kartika_plaza_120i_bali" HotelName="Prima Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 120, Satu Lokasi Dengan Mutiara Super Restaurant, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/bb/4d/bb4d8adcbd6edbbe04b82e77952110c90d495d12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73225862" Longitude="115.16982532" StarRating="2" HotelCode="626178|pudak_sari_unizou_hostel" HotelName="Pudak Sari Unizou Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Gang Pudak Sari 2, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/41/c44162c0b029eefdcbb7264fe76147e1fab6b081.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71478852" Longitude="115.16913334" StarRating="3" HotelCode="434954|coast_boutique_apartments" HotelName="Coast Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Gang Wina, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/4b/0b4b39d5ca1343280f42d75fa24d1bf075bb585d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6645563" Longitude="115.14212854" StarRating="4" HotelCode="383049|villa_berawa" HotelName="Villa Berawa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 20/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Berawa, Banjar Berawa, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/75/f1750137109880828c9c73aadb5599b1b9fb792b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6540926516714" Longitude="115.13046805026" StarRating="3" HotelCode="933893|frii_bali_echo_beach" HotelName="Frii Bali Echo Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl Munduk Catu No.32, Batu Bolong, 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/51/5951d2922e27f6864282df4d3a30a0724002f25a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7091371073071" Longitude="115.17211318016" StarRating="2" HotelCode="904651|fourteen_roses_legian" HotelName="Fourteen Roses" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 153, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/04/bb04077e23d4ac0d3e726ee91c177fe043f358fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.705714" Longitude="115.177668" StarRating="3" HotelCode="173540|spazzio_bali_hotel" HotelName="Spazzio Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri No. 20, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/6a/dd6a9898505e659a07d4e8f6e30cfa1cdc26506d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Kuta area of Bali just 200 m from Central Park and some 500 m from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7324593968799" Longitude="115.16897225662" StarRating="4" HotelCode="292312|18_suite_villa_loft_at_kuta" HotelName="18 Suite Villa Loft @ Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza Pudak Sari, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/3e/e03ee7ace2f28dec99532c74b61e43934164b48b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6983415000922" Longitude="115.16913676085" StarRating="3" HotelCode="421403|ibis_bali_legian_street" HotelName="Hotel Ibis Bali Legian Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian 456 U, Legian, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e2/4ce20704741a04ad19ed22627369aa5db0f689cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Commissioned in May 2016, ibis Bali Legian Street is an economy hotel, 20 minutes from Ngurah Rai In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.730302474232" Longitude="115.16785276304" StarRating="4" HotelCode="934375|bintang_kuta_hotel" HotelName="Bintang Kuta Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/5c/9c5cdad61ed1e7d301e83438eb70f01135072d13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7040609258538" Longitude="115.17686478197" StarRating="4" HotelCode="262222|fontana_hotel_bali_2" HotelName="Fontana Hotel Bali, a PHM Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 68, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b4/df/b4df4a45dfc41529257db0cd114c836b06adbe91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Kuta, this hotel is approximately 1.5 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.736685" Longitude="115.165201" StarRating="4" HotelCode="37114|risata_bali_resort_and_spa" HotelName="Risata Bali Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara, South Kuta Beach, Tuban Sub-District, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/16/4e16287b0ce8f417d440de4e3ec6d29031c9e189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is located within walking distance of all the main shops, the Discovery Shopping Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.719903" Longitude="115.170112" StarRating="2" HotelCode="68172|kuta_puri_bungalow" HotelName="Kuta Puri Bungalows" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane 1, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/a2/2da25b2c42d1d4da306d67a5951109b9b3d6a1b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex warmly welcomes guests on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.70812377" Longitude="115.17198674" StarRating="4" HotelCode="308157|mercure_bali_legian" HotelName="Mercure Bali Legian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 328, Legian Kelod Kuta, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/01/bb011e9f502090403d20ef7cb7d1a92a747b4e56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.729346" Longitude="115.168511" StarRating="3" HotelCode="113519|adhi_jaya_hotel" HotelName="Adhi Jaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, St. Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/96/d296389b92f0c5375d10b29ff50055e00a4eca5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Kuta, this hotel is not far from a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7202696766958" Longitude="115.16986012459" StarRating="4" HotelCode="915186|the_kuta_playa_hotel_villas" HotelName="Wyndham Garden Kuta Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta No. 99X, Badung, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/35/933518fd2b923841e46f564f22c5db0c61e1c982.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71603067" Longitude="115.18132958" StarRating="4" HotelCode="352912|berry_glee_hotel" HotelName="Berry Glee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 139, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a1/9aa157ffee08869b833c3ab29daec4ddd41c1140.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71265564" Longitude="115.17011411" StarRating="0" HotelCode="504147|uns_hotel" HotelName="Un's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari 16, Legian, P.O. Box 2025, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/d6/51d6e0cc4dc9b8bcb5afc358a97fdcecd7bd9a98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7158978165152" Longitude="115.16865849495" StarRating="3" HotelCode="258705|grand_istana_rama_hotel" HotelName="Grand Istana Rama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Kuta, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/95/8b95be61654c271d0ea3cce4b584162e7d929eb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated across the road from sandy Kuta beach. It is only 5 minutes on foot from the s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7263932151129" Longitude="115.18007106802" StarRating="3" HotelCode="113501|lavender_luxury_villas_and_spa" HotelName="Lavender Villa &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 7, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/2c/2e2c4b7d3b255d18249655287f1225cd290a0c55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the middle of the city centre, just 8 minutes away from Kuta Beach and clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.720132" Longitude="115.169803" StarRating="5" HotelCode="213230|the_kuta_beach_heritage_hotel_bali_managed_by_accor" HotelName="The Kuta Beach Heritage Hotel Bali - Managed by AccorHotels" 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>Jalan Pantai Kuta, Br Pande Mas, Kuta Badung, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/94/33945fc793f0da153d4c71f26db5aed6c1adbabe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.715561" Longitude="115.18404714" StarRating="0" HotelCode="973377|fairfield_by_marriott_bali_kuta_sunset_road" HotelName="Fairfield by Marriott Bali Kuta Sunset Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Merdeka Raya VII, Abianbase Kuta, Kuta 80361, Badung</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/71/6f719a7ca578ecc1c9c9a89f412b3454f7f1b37c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.743159" Longitude="115.171016" StarRating="4" HotelCode="297872|hilton_garden_inn_bali_ngurah_rai_airport" HotelName="Hilton Garden Inn Bali Ngurah Rai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Airport Ngurah Rai No. 7, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/11/2511f33e91b5158c1029e9f9c2aabbc9e167af53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.735288" Longitude="115.167486" StarRating="4" HotelCode="371846|the_vira_bali_hotel" HotelName="The Vira Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 127, South Kuta Beach, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/3b/613ba206a939ce73f087c402284f764dab30b48a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Kartika Plaza Street in Kuta Bali, very close to Ngurah Rai Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.720893" Longitude="115.169975" StarRating="4" HotelCode="23141|mercure_kuta_bali" HotelName="Mercure Kuta Beach-Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta 10 X, Br. Pande Mas, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/73/e17331ebb9bfb362025b87950dcfe4c52eddabb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel enjoys a very strategic location. It is situated in close proximity to the local sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7335334122915" Longitude="115.16599237919" StarRating="4" HotelCode="16838|ramada_bintang_bali_resort" HotelName="Bintang Bali Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, PO Box 1068, South Kuta Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/fb/43fb4e9ab410a2238110bb9fe8f027e1c7ddf511.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is conveniently located on the southern Kuta coast, known as Tuban Beach, and within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7191190525968" Longitude="115.16928613186" StarRating="4" HotelCode="59833|kuta_seaview_boutique_resort__spa" HotelName="Kuta Seaview Boutique Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Club Resort" 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,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/cd/3ccd70a3c498b3572f2b94f84a0f42f5260cc278.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is very conveniently located beside the famous long sandy Kuta beach. Here, guests will e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.725673" Longitude="115.170294" StarRating="5" HotelCode="259763|kuta_paradiso_hotel" HotelName="Kuta Paradiso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, P.O. Box 1133, Tuban, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c3/09c3640458830353bacd3bd3f4f6ef462f542aa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located beside beautiful South Kuta Beach. Conveniently situated, it is just a short 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.72" OriginalAmount="172.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7228360328848" Longitude="115.17008811235" StarRating="4" HotelCode="65753|grand_inna_kuta" HotelName="Grand Inna Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Kuta 1, P.O. Box 3393, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/e3/c7e3be1ae9d7efec0f527d4476ab133f79220a2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Kuta, where it stands elegantly right on the beach front, overl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7126369327057" Longitude="115.16770185152" StarRating="4" HotelCode="933881|citadines_kuta_beach_bali" HotelName="Citadines Kuta Beach Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/38/0238575570108027f7d53a6a9a68bd9c2754224f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.83" OriginalAmount="183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7251080917754" Longitude="115.17146945" StarRating="4" HotelCode="16478|ramayana_resort_and_spa" HotelName="Ramayana Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bakung Sari, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/19/fc19a349b0771bd99a99e751e638dff9b5e409a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Kuta, just 150 meters from the famous white sandy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71380026" Longitude="115.17162475" StarRating="4" HotelCode="317048|four_points_by_sheraton_bali_kuta" HotelName="Four Points by Sheraton Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari  Banjar Pengabetan, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/bf/0fbfdc846b6f98f9cf1fbb8c6cd35a23ef788831.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7274019853257" Longitude="115.18026757074" StarRating="4" HotelCode="173603|mercure_bali_harvestland_kuta" HotelName="Mercure Bali Harvestland Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 8, Simpang Siur, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/bf/9cbf3a43d04fdbf771ecc91ed41c70f18a07fefc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of Kuta's shopping district, this hotel is very accessible from m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7436318415103" Longitude="115.1681040136" StarRating="4" HotelCode="317191|novotel_bali_ngurah_rai_airport_opening_june_2016" HotelName="Novotel Bali Ngurah Rai Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Ngurah Rai, Kuta 80362</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/cb/49cb6dab10e027619416398859af0490372f0513.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="204.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.727757" Longitude="115.169103" StarRating="4" HotelCode="10621|bali_garden_beach_resort_2" HotelName="Bali Garden Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika, PO Box 1062, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/4a/184a4a6870f7fab0a208937180c8fb8470e33596.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within walking distance of the largest shopping centre and the nightlife of Ku...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.10" OriginalAmount="210.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.65126442" Longitude="115.17760259" StarRating="4" HotelCode="560770|desa_di_bali_villas" HotelName="Desa Di Bali Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalam Muding Kelod, Gang Pandana, Kerobokan, Kuta Utara 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/7f/1d7f5ade1043af74700066b0ecaff833e31f0317.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a babysitti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7391033513501" Longitude="115.16220510006" StarRating="4" HotelCode="38438|patra_jasa_bali_resort__villas" HotelName="The Patra Bali Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ir. H. Juanda, South Kuta Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/99/4f99d2c7569b0b650a35fa3a6ba435e8e4ec5f7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is ideally located in Tuban, in a beautiful tropical garden, right in South Kuta. It is o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7999214196432" Longitude="115.1197758287" StarRating="5" HotelCode="319542|lexington_klapa_resort" HotelName="Klapa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Uluwatu, Pecatu Indah Resort, New Kuta Beach I, Kuta Selatan 80364, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b4/84b4571877a65dcfb341135a49a0b284b2747d51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.622621" Longitude="115.162483" StarRating="4" HotelCode="292319|askara_villa" HotelName="Askara Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Massage Centre,Parking,Room Service,Smoking Rooms,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Betaka, Canggu, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/81/3d81d4f1f1818c245f11aff67cac3b9ff585fd7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bali, Askara Villa puts everything the city has to offer just outside you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73580848" Longitude="115.16697083" StarRating="5" HotelCode="614732|aryaduta_bali" HotelName="Aryaduta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Lingkungan Segara, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/77/9677891edd0ec823f2082a99f07d0f597d92eca6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.650729" Longitude="115.166679" StarRating="4" HotelCode="113516|plataran_canggu_bali_resort_spa_hotel" HotelName="Plataran Canggu Bali Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pengubugan, Banjar Silayukti Kerobokan, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/da/4bda7b3ca4ba4101ff66756f8c0996017e7c5e99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.70731326" Longitude="115.17849859" StarRating="3" HotelCode="852494|the_sakaye_luxury_villas_spa" HotelName="The Sakaye Luxury Villas &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 101, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/53/745372f277a3ea40b6596a22076b1eb73e1415a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Seminyak. A total of 23 rooms are available for guests' conveni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.36" OriginalAmount="236.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.70632207" Longitude="115.18057955" StarRating="4" HotelCode="411281|asuri_bali_villas_kuta" HotelName="Asuri Bali Villas Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Concierge,Designated Smoking Area,Dining,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Massage Centre,Parking,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pararaton 8A, Legian, 80361 Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/2a/582a974e163fc13093364478d1a3292f9f9ede8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Asuri Bali Villas Kuta in Kuta, you'll be minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.729642" Longitude="115.167026" StarRating="5" HotelCode="7143|discovery_kartika_plaza_hotel" HotelName="Discovery Kartika Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza, PO BOX 1012, 80361 South Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/38/a53887cbfa9107c7be242a91aa09d58ffc751ed5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set among an oasis of 8 hectares of spacious manicured tropical gardens, the resort is conveniently ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.65417153" Longitude="115.13304235" StarRating="3" HotelCode="946630|canggu_village" HotelName="Canggu Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Batu Bolong 78, Canggu, Kuta Selatan 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/69/1e69365e68a688411941e31f8b6374935f3251b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.65" OriginalAmount="265.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7068219" Longitude="115.17889808" StarRating="3" HotelCode="615198|s18_bali_villas" HotelName="S18 Bali Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri III 18, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d5/add5a72685b3eccfa7ff743885e9f1a66e45b1ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.75" OriginalAmount="275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.706189490791" Longitude="115.17860558103" StarRating="4" HotelCode="339690|dwina_villa_kuta" HotelName="D'Wina Villa Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/10/2026" HotelFacility="Internet,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri III 10x, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/41/2d41bfe3a95b2b3a1275528f0d84eb049d092717.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.75" OriginalAmount="275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="0" HotelCode="973525|jukung_villas_kuta" HotelName="Jukung Villas Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies Lane I, Gang Sorga, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/61/596174eaab83c6f784bdeb169ed50ab914908df5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6959398566556" Longitude="115.17245221084" StarRating="5" HotelCode="303849|the_kasih_villas__spa_2" HotelName="The Kasih Villas &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula Gang Baik Baik 9, Seminyak, Kuta 80361, Badung</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/3d/c53d6cf06e529a85952c3cd43e3d36de85ce4d6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.10" OriginalAmount="310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7306993656738" Longitude="115.16514480114" StarRating="4" HotelCode="17462|bali_dynasty_resort" HotelName="Bali Dynasty Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/0b/ba0b3d6223f8e822839f28e54a41b7e9ea85126a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the peaceful Tuban area, this family-friendly resort is surrounded by 2.5 hectares of lu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.15" OriginalAmount="315.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.721383" Longitude="115.170623" StarRating="4" HotelCode="13207|hard_rock_hotel_bali" HotelName="Hard Rock Hotel Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai, Banjar Pande Mas, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/5b/5c5b914977609144268d76381ee874b14b53c1ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled against the shores of Bali's famed Kuta beach on an impressive three-hectare pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.15" OriginalAmount="315.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73257754" Longitude="115.16726981" StarRating="4" HotelCode="492464|the_anvaya_beach_resorts_bali" HotelName="The Anvaya Beach Resorts Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Tuban, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/4c/614c6ff1f36df064b2173bc53ff4fd4c7ad81d41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.19" OriginalAmount="319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.717711" Longitude="115.169747" StarRating="5" HotelCode="169220|sheraton_bali_kuta_resort" HotelName="Sheraton Bali Kuta Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/70/04704625c21fbf11f66fd94a6d2eb7b69e9bf6f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.38" OriginalAmount="338.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.687729" Longitude="115.168519" StarRating="4" HotelCode="113508|villa_jerami__spa" HotelName="Villa Jerami" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Free CXL until 21/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Kitchen,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bali Delli No 1, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7d/d7/7dd7938e21ba72a2554d2a19c69a33ec937fc248.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The finca is located in one of Bali's most sought after areas of Seminyak, approximately 25 minutes'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="345.42" OriginalAmount="342.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7373414" Longitude="115.16801674" StarRating="2" HotelCode="531143|sekar_sari_inn_" HotelName="Sekar Sari Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza selatan Kuta  17x, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/52/5a52fa24086988beb5f994a3421a673b19f1d59d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.54" OriginalAmount="354.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7042222365977" Longitude="115.17350572181" StarRating="4" HotelCode="310476|legian_kriyamaha_villa" HotelName="Legian Kriyamaha Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/38/1a388cd281da314a168650ea7d7aca5da6e8c16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.81309801" Longitude="115.14486927" StarRating="5" HotelCode="450250|renaissance_bali_uluwatu_resort_spa" HotelName="Renaissance Bali Uluwatu Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Pantai Balangan 1, Ungasan, 80361 South Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/23/3a234d86b4f022dc5440100e2023a94c1afb0ee5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.64" OriginalAmount="364.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688703" Longitude="115.158432" StarRating="4" HotelCode="113527|dyana_villas" HotelName="Dyana Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camplung Tanduk Street (Ex. Abimanyu ), Gang Bunga Kecil, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/53/f053b98e5b6c610eda8fd2b8d3ff42b6bda64c6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The finca is located right in Seminyak, just 800 m from Kuta Beach and approximately 20 minutes' dri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="379.76" OriginalAmount="376.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.66190833" Longitude="115.13632448" StarRating="3" HotelCode="531510|the_haven_suites_bali_berawa" HotelName="The Haven Suites Bali Berawa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pemelisan Agung, Banjar Berawa, Desa Tibubeneng, North Kuta 80361, Badung</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/21/10214909b72f7c8feb34b1179220ca7937c4a470.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="421.17" OriginalAmount="417.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69294" Longitude="115.168007" StarRating="4" HotelCode="365028|the_seminyak_suite__private_villa" HotelName="The Seminyak Suite Privat Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 17, Kuta, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/67/9a675f4868a3ecf1815c2518f7a2bcf2de102c0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a few metres away from Bali's most cosmopolitan district, and is surrounded by qua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="481.77" OriginalAmount="477.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7134495237141" Longitude="115.1741214418" StarRating="5" HotelCode="113525|villa_de_daun" HotelName="Alaya Dedaun Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian 123B, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/bb/bbbb20eb81ff03031964a1f10d01dbc03a3d4c13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is in a location surrounded by a choice of shopping, dining and entertainment venues whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="539.34" OriginalAmount="534.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6784874861029" Longitude="115.15262911178" StarRating="4" HotelCode="292322|the_buah_bali_villas" HotelName="The Buah Bali Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Gg. Cempaka, Kerobokan, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b5/89b595e14ed111e4412e116df355b51daa46e304.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1557.42" OriginalAmount="1542.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7320607910424" Longitude="115.1715180172" StarRating="4" HotelCode="167868|best_western_resort_kuta" HotelName="Best Western Resort Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar 118, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7e/777e0f752453c4e2bf4dfc9aa47fd427207a2200.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a 10-minute walk from a variety of shops, bars and restaurants. It is 5 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3290.58" OriginalAmount="3258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.84601365" Longitude="115.17934132" StarRating="0" HotelCode="555587|nagasutra_villa" HotelName="Villa Nagasutra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Karang Putih</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/99/eb992cfd56e1f7c7d639533ded3dee8a0b3fb60e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Fax,Bicycle Rental,Nightclub,Wheelchair Access,Garden,Jacuzzi,24 Hour Front Desk,24 Hour Room Service,Babysitting,Concierge,Designated Smoking Area,Dining,Dry Cleaning,Housekeeping,Kitchen,LCD/Projector,Luggage Storage,Parking,Shopping Arcade,Spa,Swimming Pool,Valet Parking,Sauna,Coffee Shop,Meeting Room,Smoking Rooms,24 Hour Security,Airport Transfer (on Demand),Golf,Central Heating,Diet Meals,Business Centre,Elevator,Heated Pool,24 Hour Power Supply</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,HOTEL,FAMILY-FRIENDLY HOTEL,CLUB RESORT,FINCA,ECO HOTEL,BUSINESS HOTEL,SPA HOTEL,CITY HOTEL,APARTMENT HOTEL,BUNGALOW COMPLEX,VILLA,CONFERENCE HOTEL,HOTEL DE CHARME,GUEST HOUSES,APARTMENT,HOSTEL,AIRPORT HOTEL,VILLAGE</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
0074cec6-2c82-4e1c-b717-414365e2b97f|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="0074cec6-2c82-4e1c-b717-414365e2b97f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47161" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-10T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="4.0" MaxRating="5.0" />
    <HotelRef HotelId="900051|new_kuta_hotel" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="" Password="" RequestedCurrency="USD" ClientNationality="IN" ClientCountry="" 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 897|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
0074cec6-2c82-4e1c-b717-414365e2b97f|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0074cec6-2c82-4e1c-b717-414365e2b97f|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0074cec6-2c82-4e1c-b717-414365e2b97f|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="0074cec6-2c82-4e1c-b717-414365e2b97f" TimeStamp="0001-01-01T00:00:00" HotelName="New Kuta" HotelCode="900051|new_kuta_hotel" StarRating="4" GTCityId="47161" CountryCode="ID" CityName="Kuta , Bali" CountryName="Indonesia" Address="Jl. New Kuta Condotel, Kawasan Pecatu Indah Resort, Pecatu, Kuta Selatan, 80364 Bali" PostCode="80364" PhoneNo="+623618484555" FaxNo="+623618484545" Email="info@newkutacondotelbali.com" CheckInTime="14:00" CheckOutTime="12:00" Latitude="-8.80206" Longitude="115.122845" SourceId="63" Currency="USD"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-c6beaca6-2e34-57c2-b147-3b572e169565|63|NDQuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="44" TotalPrice="44.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 3.64-- service fee is included in the room rate.&lt;br/&gt;USD 4.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="44.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed)" RoomTypeCode="h-22d49a54-c224-558f-ba11-f7077e114f2d|63|NDUuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="45" TotalPrice="45.45" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 3.72-- service fee is included in the room rate.&lt;br/&gt;USD 4.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="45.45" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (twin beds) (bed type is subject to availability)" RoomTypeCode="h-d3aed905-893f-5c5b-a3bd-0b11133e5081|63|NDYuMDB8VVNEfDIwMjYtMTEtMDI=" OriginalAmount="46" TotalPrice="46.46" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 3.80-- service fee is included in the room rate.&lt;br/&gt;USD 4.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="46.46" /></CancelPenalty><CancelPenalty Start="2026-11-05T00:00:00" End="2026-11-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="46.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (twin beds)" RoomTypeCode="h-aaf00f67-72fe-5001-b689-63e244ca6338|63|NDguMDB8VVNEfDIwMjYtMTAtMzE=" OriginalAmount="48" TotalPrice="48.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 26/10/2026"><AdditionalDetails>USD 3.97-- service fee is included in the room rate.&lt;br/&gt;USD 4.36-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="48.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-4deea239-9fcf-5122-8fab-aba2a830d2cf|63|NTMuMDB8VVNEfDIwMjYtMTEtMDc=" OriginalAmount="53" TotalPrice="53.53" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/11/2026"><AdditionalDetails>USD 4.38-- service fee is included in the room rate.&lt;br/&gt;USD 4.82-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="53.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-493e2e51-4b5a-5594-93d7-68906bb8e1ec|63|NTUuMDB8VVNEfDIwMjYtMTEtMDI=" OriginalAmount="55" TotalPrice="55.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 4.55-- service fee is included in the room rate.&lt;br/&gt;USD 5.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="55.55" /></CancelPenalty><CancelPenalty Start="2026-11-05T00:00:00" End="2026-11-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="55.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed)" RoomTypeCode="h-750be8b8-54c1-55e9-9497-8f0b7e04b0c3|63|NTUuMDB8VVNEfDIwMjYtMTAtMzE=" OriginalAmount="55" TotalPrice="55.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 26/10/2026"><AdditionalDetails>USD 4.55-- service fee is included in the room rate.&lt;br/&gt;USD 5.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="55.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (twin beds)" RoomTypeCode="h-2b075908-f3f9-513b-96f9-c60f3f976381|63|NTcuMDB8VVNEfDIwMjYtMTEtMDI=" OriginalAmount="57" TotalPrice="57.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 4.71-- service fee is included in the room rate.&lt;br/&gt;USD 5.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="57.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-ae095981-1c4a-5bd2-a4f1-54c14b813c34|63|NjkuMDB8VVNEfDIwMjYtMTEtMDc=" OriginalAmount="69" TotalPrice="69.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/11/2026"><AdditionalDetails>USD 5.70-- service fee is included in the room rate.&lt;br/&gt;USD 6.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="69.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (twin beds) (transfer included)" RoomTypeCode="h-f95f6c6b-9a11-559e-92aa-4089de30c438|63|OTQuMDB8VVNEfDIwMjYtMTEtMDc=" OriginalAmount="94" TotalPrice="94.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/11/2026"><AdditionalDetails>USD 7.77-- service fee is included in the room rate.&lt;br/&gt;USD 8.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="94.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (twin beds) (bed type is subject to availability)" RoomTypeCode="h-f5f6351a-1ea5-56e3-9849-b7c29779a70c|63|MTIxLjAwfFVTRHwyMDI2LTExLTAx" OriginalAmount="121" TotalPrice="122.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><AdditionalDetails>USD 10.00-- service fee is included in the room rate.&lt;br/&gt;USD 11.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|Smoke Detector|TV|Shower/Bathtub|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-28T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="122.21" /></CancelPenalty><CancelPenalty Start="2026-11-05T00:00:00" End="2026-11-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="122.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/7d/b4/7db4ad13ab54d8ec48681aa6b6ec95d53af4db28.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e5/92/e5920e25299baab47667771556b7f250dfa57ea9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b5/ae/b5aea1869c255aa881c344411f450779af0fb102.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/08/d3/08d34df651e47150e6cf33df660b160764abf4c0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5e/b1/5eb126e97293a9102f78f94f0f412d50f49eaf03.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/90/e9/90e9cb678d02b0971831015014ae4b12a93fb862.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/53/9f/539ff83691866a2bc0c087f6921c26b93264d406.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ae/8c/ae8c209998a72863fcaccc5b9a23563f26e77a34.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c4/97/c497de6e41057d58c46b49ec2c4d77865c182a70.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/61/a4/61a494f7528898d62127aeb2fcb20d5595e31a64.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5d/96/5d9697e72c1f88e01ea932cc0d4b1f736dd91036.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/72/bd/72bd0ec550d7fa7bfb2518fa4b095cede2dabeec.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/87/87/87875daad987ddede34db2b84a8d600b4bd210ca.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/e6/38/e638fb17de4725b929b7d87d6f4f8d5798ca8236.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/28/bd/28bd9e95772580498fe9ad73d57f7dec35a0371f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5f/96/5f968e40b59c0a0ee5daef9d95d7fc17b39e10f1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/df/78/df78cf2f64d173cfb7158c59bf0c5f8a0c2a9668.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;Guests are warmly welcomed at 24-hour reception desk in the lobby. 265 rooms are available. Guests can store valuables in the safe. Wireless internet access is provided in public areas. Souvenirs can be purchased at the gift shop. Additional amenities include a newspaper stand and a TV room. Guests arriving by car can park their vehicles in the car park. Other services include a transfer service, room service, a laundry service and a hotel shuttle bus. Active guests can make use of the bicycle hire service to explore the surrounding area.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;The rooms have a living area and a bathroom. Air conditioning ensures comfortable temperatures. A balcony is among the standard features of some rooms. Rooms have a double bed or a king-size bed. Separate bedrooms are available. A safe and a minibar are also available. Additional features include a refrigerator and a tea/coffee station. A direct dial telephone, a television with satellite and cable channels and WiFi provide all the essentials for a comfortable holiday. Bathrooms are equipped with a shower.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The outdoor pool complex provides invigorating refreshment. A variety of refreshing drinks await guests at the pool bar. There are many ways to relax or stay active at the hotel, including cycling/mountain biking, golf, surfing, a gym, a spa and massage treatments. A dance club offers fun and entertainment. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;The accommodation offers breakfast, lunch and dinner.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the establishment: American Express, VISA and MasterCard.</HotelDescription><Facilities><HotelFacilities><Type>General</Type><Description>24-hour reception</Description><Value>24-hour reception</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Accessibility features</Description><Value>Accessibility features</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Laundry</Description><Value>Laundry</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Concierge services</Description><Value>Concierge services</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Dry-cleaning</Description><Value>Dry-cleaning</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast</Description><Value>Breakfast</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Internet</Type><Description>Free Wi-Fi</Description><Value>Free Wi-Fi</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Picnic area</Description><Value>Picnic area</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Parking</Description><Value>Parking</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Beach facilities</Description><Value>Beach facilities</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Beach/pool towels</Description><Value>Beach/pool towels</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Next to the beach</Description><Value>Next to the beach</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Transfer to the beach (free)</Description><Value>Transfer to the beach (free)</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Conference Hall</Description><Value>Conference Hall</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
0074cec6-2c82-4e1c-b717-414365e2b97f|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="0074cec6-2c82-4e1c-b717-414365e2b97f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47161" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-10T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="4.0" MaxRating="5.0" />
    <HotelRef HotelId="310417|grand_zuri_kuta_bali" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="" Password="" RequestedCurrency="USD" ClientNationality="IN" ClientCountry="" 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 897|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
0074cec6-2c82-4e1c-b717-414365e2b97f|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
0074cec6-2c82-4e1c-b717-414365e2b97f|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0074cec6-2c82-4e1c-b717-414365e2b97f|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="0074cec6-2c82-4e1c-b717-414365e2b97f" TimeStamp="0001-01-01T00:00:00" HotelName="Grand Zuri Kuta Bali" HotelCode="310417|1892035" StarRating="4" GTCityId="47161" CountryCode="ID" CityName="Kuta , Bali" CountryName="Indonesia" Address="Jl. Raya Kuta 81, Kuta, Bali" PostCode="" PhoneNo="+623618496655" FaxNo="+623618496649" Email="reservation.kutabali@grandzuri.com" CheckInTime="14:00" CheckOutTime="12:00" Latitude="-8.7199029" Longitude="115.18030516998" SourceId="16" Currency="USD"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed)" RoomTypeCode="h-f71a6004-8e7a-573e-9720-b527e272c466|63|NTMuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="53" TotalPrice="53.53" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 4.38-- service fee is included in the room rate.&lt;br/&gt;USD 4.82-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="53.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (twin beds)" RoomTypeCode="h-0c5911ab-a1c6-5c4e-aa47-a36464ad09d3|63|NTMuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="53" TotalPrice="53.53" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 4.38-- service fee is included in the room rate.&lt;br/&gt;USD 4.82-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="53.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Twin" RoomTypeCode="0|0|1043765245|1786427505053485B1777B0||yes|1892035|16|NDAuNzJ8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="55" TotalPrice="55.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
 No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated. 
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="55.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Double" RoomTypeCode="0|0|1043765265|1786427505053485B1777B2||yes|1892035|16|NDAuNzJ8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="55" TotalPrice="55.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
 No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated. 
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="55.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DOUBLE BED" RoomTypeCode="0|0|1285726165|1786427505067291B2151B2||no|1892035|16|NDQuMjJ8R0JQfDIwMjYtMTEtMDY=" OriginalAmount="60" TotalPrice="60.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="60.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, TWIN BEDS" RoomTypeCode="0|0|1285726145|1786427505067291B2151B5||no|1892035|16|NDQuMjJ8R0JQfDIwMjYtMTEtMDY=" OriginalAmount="60" TotalPrice="60.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="60.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (twin beds)" RoomTypeCode="h-cd088d25-835b-5c0b-a9c8-c084d15220b6|63|NjAuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="60" TotalPrice="60.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 4.96-- service fee is included in the room rate.&lt;br/&gt;USD 5.45-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="60.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed)" RoomTypeCode="h-a56ad13a-f6c5-5195-bf2b-cf70114962c2|63|NjAuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="60" TotalPrice="60.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 4.96-- service fee is included in the room rate.&lt;br/&gt;USD 5.45-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="60.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior Twin" RoomTypeCode="0|1331|1043765245|1786427505053485B1777B1||yes|1892035|16|NDUuNDV8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="61" TotalPrice="61.99" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
 No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated. 
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="61.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior Double" RoomTypeCode="0|1331|1043765265|1786427505053485B1777B3||yes|1892035|16|NDUuNDV8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="61" TotalPrice="61.99" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
 No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated. 
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="61.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DOUBLE BED" RoomTypeCode="0|1331|1285726165|1786427505067291B2151B1||no|1892035|16|NDkuMzV8R0JQfDIwMjYtMTEtMDY=" OriginalAmount="67" TotalPrice="67.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="67.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, TWIN BEDS" RoomTypeCode="0|1331|1285726145|1786427505067291B2151B4||no|1892035|16|NDkuMzV8R0JQfDIwMjYtMTEtMDY=" OriginalAmount="67" TotalPrice="67.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="67.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed) (queen size bed)" RoomTypeCode="h-7c43f2ae-3864-5449-bc3e-dd6e684b5792|63|NzYuMDB8VVNEfDIwMjYtMTEtMDM=" OriginalAmount="76" TotalPrice="76.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><AdditionalDetails>USD 6.28-- service fee is included in the room rate.&lt;br/&gt;USD 6.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="76.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior" RoomTypeCode="0|0|20229965|1786427506023056B2153B8||yes|1892035|16|NTcuOTZ8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="78" TotalPrice="79.05" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="79.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Double room (full double bed)" RoomTypeCode="h-76d711c4-132c-5945-bc43-2e63c68e5e63|63|ODIuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="82" TotalPrice="82.82" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 6.78-- service fee is included in the room rate.&lt;br/&gt;USD 7.45-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="82.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Double room (twin beds)" RoomTypeCode="h-9f4f3826-9784-55ea-a363-44730d8a624c|63|ODIuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="82" TotalPrice="82.82" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 6.78-- service fee is included in the room rate.&lt;br/&gt;USD 7.45-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="82.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior" RoomTypeCode="0|1331|20229965|1786427506012378B2073B2||yes|1892035|16|NjEuMDB8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="82" TotalPrice="83.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Check In Policy - The room can only be checked in after 2pm on Nov 10 and before 6am on Nov 11 NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="83.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-eb556f06-911c-523b-9132-100b3b257a2c|63|ODMuMDB8VVNEfDIwMjYtMTEtMDY=" OriginalAmount="83" TotalPrice="83.83" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/11/2026"><AdditionalDetails>USD 6.86-- service fee is included in the room rate.&lt;br/&gt;USD 7.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="83.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe Twin" RoomTypeCode="0|1331|1043765285|1786427505053485B1777B4||yes|1892035|16|NjQuOTJ8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="88" TotalPrice="88.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
 No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated. 
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="88.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe Double" RoomTypeCode="0|1331|1043765295|1786427505053485B1777B5||yes|1892035|16|NjQuOTJ8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="88" TotalPrice="88.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
 No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated. 
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="88.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, QUEEN BED" RoomTypeCode="0|1331|1285759435|1786427505090717B2119B10||no|1892035|16|NjcuMzB8R0JQfDIwMjYtMTEtMDc=" OriginalAmount="91" TotalPrice="91.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="91.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe" RoomTypeCode="0|1331|20229945|1786427505067291B2151B6||no|1892035|16|NzAuNTB8R0JQfDIwMjYtMTEtMDY=" OriginalAmount="95" TotalPrice="96.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="96.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, DOUBLE BED" RoomTypeCode="0|1331|1285726285|1786427506023056B2153B13||yes|1892035|16|NzEuNDh8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="97" TotalPrice="97.50" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="97.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, TWIN BEDS" RoomTypeCode="0|1331|1285726265|1786427506023056B2153B11||yes|1892035|16|NzEuNDh8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="97" TotalPrice="97.50" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="97.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, DOUBLE BED, BALCONY" RoomTypeCode="0|1331|1570285855|1786427505081841B2205B3||no|1892035|16|NzEuODh8R0JQfDIwMjYtMTEtMDc=" OriginalAmount="97" TotalPrice="98.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="98.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, TWIN BEDS, BALCONY" RoomTypeCode="0|1331|1569719155|1786427505081841B2205B4||no|1892035|16|NzEuODh8R0JQfDIwMjYtMTEtMDc=" OriginalAmount="97" TotalPrice="98.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="98.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, QUEEN BED" RoomTypeCode="0|0|1285759435|1786427505090717B2119B9||no|1892035|16|NzUuNzB8R0JQfDIwMjYtMTEtMDc=" OriginalAmount="102" TotalPrice="103.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="103.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed) (queen size bed)" RoomTypeCode="h-cca9c5c3-6875-54a8-810e-02a5113fa0cb|63|MTA1LjAwfFVTRHwyMDI2LTExLTA3" OriginalAmount="105" TotalPrice="106.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/11/2026"><AdditionalDetails>USD 8.68-- service fee is included in the room rate.&lt;br/&gt;USD 9.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="106.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, DOUBLE BED" RoomTypeCode="0|1331|1285726205|1786427506016887B2091B1||yes|1892035|16|NzkuMzl8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="107" TotalPrice="108.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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="108.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Double room (full double bed) (queen size bed)" RoomTypeCode="h-3a621272-3308-5a97-9ac2-028202fec9f1|63|MTA5LjAwfFVTRHwyMDI2LTExLTAz" OriginalAmount="109" TotalPrice="110.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><AdditionalDetails>USD 9.01-- service fee is included in the room rate.&lt;br/&gt;USD 9.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="110.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive Double room (full double bed)" RoomTypeCode="h-1db7cde1-41a0-5192-b1ba-a17129588a4f|63|MTExLjAwfFVTRHwyMDI2LTA4LTEx" OriginalAmount="111" TotalPrice="112.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 9.17-- service fee is included in the room rate.&lt;br/&gt;USD 10.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="112.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive Double room (twin beds)" RoomTypeCode="h-b0b327c0-70e1-5b72-887c-d576d3046a68|63|MTExLjAwfFVTRHwyMDI2LTA4LTEx" OriginalAmount="111" TotalPrice="112.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 9.17-- service fee is included in the room rate.&lt;br/&gt;USD 10.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="112.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Executive Twin" RoomTypeCode="0|1331|1043765685|1786427505053485B1777B6||yes|1892035|16|ODguNTN8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="120" TotalPrice="120.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
 No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated. 
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="120.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Executive Double" RoomTypeCode="0|1331|1043765715|1786427505053485B1777B7||yes|1892035|16|ODguNTN8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="120" TotalPrice="120.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
 No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated. 
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="120.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-33402b5e-e2dc-5f71-a18d-924e446b589c|63|MTI2LjAwfFVTRHwyMDI2LTA4LTEx" OriginalAmount="126" TotalPrice="127.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 10.41-- service fee is included in the room rate.&lt;br/&gt;USD 11.45-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="127.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, QUEEN BED" RoomTypeCode="0|1331|1285754255|1786427505090717B2119B15||no|1892035|16|OTYuMTN8R0JQfDIwMjYtMTEtMDc=" OriginalAmount="130" TotalPrice="131.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="131.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, EXECUTIVE" RoomTypeCode="0|1331|1285730765|1786427505067291B2151B7||no|1892035|16|OTYuMTR8R0JQfDIwMjYtMTEtMDY=" OriginalAmount="130" TotalPrice="131.13" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="131.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, DOUBLE BED, BALCONY" RoomTypeCode="0|1331|1569837955|1786427505081841B2205B5||no|1892035|16|OTguMDJ8R0JQfDIwMjYtMTEtMDc=" OriginalAmount="132" TotalPrice="133.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="133.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, TWIN BEDS" RoomTypeCode="0|1331|1285726185|1786427506023056B2153B18||yes|1892035|16|OTguMzN8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="133" TotalPrice="134.12" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="134.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive Double room (full double bed) (queen size bed)" RoomTypeCode="h-4a4e21a6-13d3-57f1-831e-04c3b52787ee|63|MTQ2LjAwfFVTRHwyMDI2LTExLTAz" OriginalAmount="146" TotalPrice="147.46" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><AdditionalDetails>USD 12.07-- service fee is included in the room rate.&lt;br/&gt;USD 13.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="147.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, QUEEN BED" RoomTypeCode="0|1331|1285754285|1786427506023056B2153B20||yes|1892035|16|MTA5LjczfEdCUHwyMDI2LTA4LTEx" OriginalAmount="148" TotalPrice="149.66" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="149.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, TWIN BEDS" RoomTypeCode="0|0|1285726265|1786427505090717B2119B11||yes|1892035|16|MTExLjY1fEdCUHwyMDI2LTA4LTEx" OriginalAmount="151" TotalPrice="152.29" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="152.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, QUEEN BED" RoomTypeCode="0|0|1285754255|1786427505090717B2119B14||yes|1892035|16|MTExLjY1fEdCUHwyMDI2LTA4LTEx" OriginalAmount="151" TotalPrice="152.29" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="152.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe" RoomTypeCode="0|0|20229945|1786427506056330B2081B8||yes|1892035|16|MTExLjcyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="151" TotalPrice="152.38" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="152.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Junior Suite" RoomTypeCode="0|1331|1043765735|1786427505053485B1777B8||yes|1892035|16|MTI2LjkwfEdCUHwyMDI2LTA4LTEx" OriginalAmount="171" TotalPrice="173.08" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
 No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated. 
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="173.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, DOUBLE BED, LARGE" RoomTypeCode="0|1331|1285744225|1786427505055744B2172B3||yes|1892035|16|MTI4LjcyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="174" TotalPrice="175.57" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="175.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, TWIN BEDS, LARGE" RoomTypeCode="0|1331|1285805215|1786427505055744B2172B4||yes|1892035|16|MTI4LjcyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="174" TotalPrice="175.57" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="175.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE" RoomTypeCode="0|1331|1291023195|1786427506056330B2081B11||yes|1892035|16|MTMwLjMzfEdCUHwyMDI2LTA4LTEx" OriginalAmount="176" TotalPrice="177.76" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="177.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Junior Suite (full double bed)" RoomTypeCode="h-9cbb15f5-77bb-5859-927f-caa5828e3147|63|MTc3LjAwfFVTRHwyMDI2LTA4LTEx" OriginalAmount="177" TotalPrice="178.77" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 14.63-- service fee is included in the room rate.&lt;br/&gt;USD 16.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="178.77" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Junior Suite (full double bed) (queen size bed)" RoomTypeCode="h-cf7f2c8d-f45f-5c9b-9eae-507a059b178d|63|MTk0LjAwfFVTRHwyMDI2LTExLTA2" OriginalAmount="194" TotalPrice="195.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/11/2026"><AdditionalDetails>USD 16.03-- service fee is included in the room rate.&lt;br/&gt;USD 17.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="195.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: JUNIOR SUITE, DOUBLE BED" RoomTypeCode="0|1331|1285739645|1786427505057760B2036B16||yes|1892035|16|MTQ4LjA1fEdCUHwyMDI2LTA4LTEx" OriginalAmount="200" TotalPrice="201.93" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="201.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Junior Suite (full double bed) (bed type is subject to availability)" RoomTypeCode="h-b5d64af3-86db-5f22-b853-eebbf16e4c39|63|MjA0LjAwfFVTRHwyMDI2LTExLTAz" OriginalAmount="204" TotalPrice="206.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><AdditionalDetails>USD 16.86-- service fee is included in the room rate.&lt;br/&gt;USD 18.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Smoke Detector|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="206.04" /></CancelPenalty><CancelPenalty Start="2026-11-05T00:00:00" End="2026-11-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="206.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE, TWIN BEDS" RoomTypeCode="0|0|1285726185|1786427505090717B2119B16||yes|1892035|16|MTUyLjM4fEdCUHwyMDI2LTA4LTEx" OriginalAmount="206" TotalPrice="207.84" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="207.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE, QUEEN BED" RoomTypeCode="0|0|1285754285|1786427505090717B2119B19||yes|1892035|16|MTUyLjM4fEdCUHwyMDI2LTA4LTEx" OriginalAmount="206" TotalPrice="207.84" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="207.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE" RoomTypeCode="0|0|1291023195|1786427506056330B2081B10||yes|1892035|16|MTUyLjQ4fEdCUHwyMDI2LTA4LTEx" OriginalAmount="206" TotalPrice="207.97" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="207.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXQUISITE, SUITE" RoomTypeCode="0|1331|1285731715|1786427506012378B2073B4||yes|1892035|16|MTcwLjUyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="230" TotalPrice="232.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Check In Policy - The room can only be checked in after 2pm on Nov 10 and before 6am on Nov 11 NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="232.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: JUNIOR SUITE, BALCONY" RoomTypeCode="0|1331|1285779705|1786427505082437B2129B1||no|1892035|16|MTgxLjc1fEdCUHwyMDI2LTExLTA5" OriginalAmount="245" TotalPrice="247.89" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/11/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, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). To arrange pick-up, guests must contact the property 72 hours prior to arrival, using the contact information on the booking confirmation. 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 IDR 100000 for adults and IDR 70000 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: IDR 200000 per vehicle (one-way, maximum occupancy 4)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;A late check-out fee will be charged&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;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;A car is required for transportation to and from this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 828375.00 IDR (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-05T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="247.89" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: JUNIOR SUITE, QUEEN BED, BALCONY" RoomTypeCode="0|1331|1449804245|1786427506056330B2081B15||yes|1892035|16|MTg2Ljc5fEdCUHwyMDI2LTA4LTEx" OriginalAmount="252" TotalPrice="254.77" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="254.77" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: JUNIOR SUITE, QUEEN BED" RoomTypeCode="0|1331|1286802485|1786427505057760B2036B19||yes|1892035|16|MjAxLjYxfEdCUHwyMDI2LTA4LTEx" OriginalAmount="272" TotalPrice="274.98" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="274.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: JUNIOR SUITE, QUEEN BED" RoomTypeCode="0|0|1286802485|1786427505090717B2119B22||yes|1892035|16|MjE4LjQ4fEdCUHwyMDI2LTA4LTEx" OriginalAmount="295" TotalPrice="297.99" 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="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="297.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/7d/37/7d37e8601ba91e9feb69063f3f0288b03041be0b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/56/a8/56a8713e3797cbb6a0e71e2cbfcda5ed30cd5567.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9f/4d/9f4dfca75206d62051ec43ad51838ef62d87e2a2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9a/eb/9aeb18159b8388175ad78c90975e6c82cbd3b40b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/71/80/71800e0f2033bc33d48aaba04059362a431c826b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/00/75/00754768c68f4a278a9d9c889bdd5c70beca118d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/99/ef/99ef6c1b4959241fd44d02faf840547429d4ed9f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/58/6f/586fb28cb988cb3a9431c988f3ddef4433e17383.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/60/f4/60f4ecdbc3a746eebab7f36d1b5727d33472a2c3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d3/ef/d3ef1eae9af6abc2dea48ad35d637ef0aef346ec.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a0/69/a0697d5fdeaf76848d45805902665996dd8d1781.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/54/5e/545e5ad9593adb26e3e313fbd8e9604a5618cbab.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/04/e6/04e6ee23dc639e5fa556c923cdba260363df9bb9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/33/fb/33fb1801a0e0c26870d92770c21b5a462becad9d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a5/26/a5262ae0de1da77077bef324367c010b0c1a5bf6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4a/93/4a93c917510b0c3cccdf24c92c428a383d05a0ed.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1a/a6/1aa634f31d70100aa5d80ecff48425a0ce5839e5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/46/1a/461aa74376eba6fbfd663545777b3c372550598b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/69/63/69630e00911ae506e0ebb4808658bda79d837931.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/47/69/47690711c7700989d070a8edd4388f87dc14852b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/26/5f/265f7365f3b0043b65db7c61a8f28ebcc010a6bb.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/63/2f/632f651fed8db6b2fa6c581ded8f7a7862c94244.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/93/71/937101c1c552d42db9588ff1c9ab52235f5cf98c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1d/b0/1db0d039bee18c05d1baa2b585278244b70d2ba1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f9/6d/f96de6eeea5781b16c1028fbfd2600f40c9ca6d7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/99/c6/99c6da34e0d8f0889125a951c722c2ae2e7ade74.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ca/73/ca73ac1e5afc6700ca5e028b54698243aee3dcd0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/8c/18/8c18adcda23c7a1ce0d21da3eb5e4848d3891c1f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/14/91/1491c301accff07e6e0ac22c8c12f57308fd14f5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/89/b5/89b595e14ed111e4412e116df355b51daa46e304.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ac/a9/aca9a96a7b600431b452e6ba1c782769cc11d7f2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ca/7d/ca7d7a75921bd0bcec30938b0d24c37fc6a92466.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ab/a8/aba870ed9a1a1e35ab8cd22934e482e3f53f6c34.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/zz/18/ad185484e71efd6f65477535f3dc510b70d12a79.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/66/9e/669e1aada3c38d7a0bb606be1d0c53a14c521b05.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/24/20/2420069644b233bb1640b522f0c5690e1434f95f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/af/e0/afe0ba1bef4b3edf3b01bee7f847fe397be5b840.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f9/fe/f9fe859e9709b6f7f28cceae0b602d0514da7ab1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0e/07/0e07b0d639d2e5c065b14cc01f397dee857348a7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/eb/72/eb7285ec4041eb430dcc4332a9e46dacba583546.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0a/66/0a6630568411dfac4e8bc249216f44d02aa3e387.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5c/d3/5cd3045b7a3a8ee0e7854851c27ef87eaea0c0d5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b4/ca/b4ca458e72c9fcb016caa4fb57ae6e0b04f38985.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/73/bb/73bb8c6c6dc5846ee76c92a8b4a11727183ede34.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in Kuta.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The friendly staff at the reception desk are happy to answer any questions. A transfer service and room service are available. Wireless internet access allows guests to stay connected while on holiday. Guests arriving by car can park their vehicles in the car park. Services include a hotel shuttle bus.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms feature a living room and a bathroom. Air conditioning ensures comfortable temperatures. A balcony is among the standard amenities of some rooms. Rooms include a double bed. A minibar is provided. A telephone, a flatscreen television and WiFi are provided as well. Guests will also find slippers in their rooms. Bathrooms are equipped with a shower.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The outdoor pool complex is ideal for exercise and relaxation. The hot tub in the pool area promises pure relaxation. There are many ways to relax or stay active at the hotel, including a gym, a spa and massage treatments. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 75,000.00 IDR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast for children costs: 75,000.00 IDR.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Pets: &lt;/b&gt;No pets allowed.&lt;br /&gt;&lt;b&gt;Transfer: &lt;/b&gt;Transfer from/to airport available. Cost: 150,000.00 IDR one way.</HotelDescription><Facilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>4</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>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Jacuzzi</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0074cec6-2c82-4e1c-b717-414365e2b97f|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="0074cec6-2c82-4e1c-b717-414365e2b97f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47161" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-10T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="4.0" MaxRating="5.0" />
    <HotelRef HotelId="173625|kuta_central_park_hotel" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="" Password="" RequestedCurrency="USD" ClientNationality="IN" ClientCountry="" 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
0074cec6-2c82-4e1c-b717-414365e2b97f|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
fdbe2241-c1d7-44b8-8609-96bd81c5196c|RestelSearch|Array dimensions exceeded supported range.|System.OutOfMemoryException: Array dimensions exceeded supported range.
   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
   at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
   at System.Linq.Enumerable.<TakeIterator>d__25`1.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at HotelSources.Restel.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Restel\Restel.cs:line 541|Restel|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0074cec6-2c82-4e1c-b717-414365e2b97f|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0074cec6-2c82-4e1c-b717-414365e2b97f|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="0074cec6-2c82-4e1c-b717-414365e2b97f" TimeStamp="0001-01-01T00:00:00" HotelName="Kuta Central Park Hotel" HotelCode="173625|564895" StarRating="4" GTCityId="47161" CountryCode="ID" CityName="Kuta , Bali" CountryName="INDONESIA" Address="Jalan Patih Jelantik, Kuta 80361, Bali" PostCode="80361" PhoneNo="+62361769222,+62361769093" FaxNo="+62361769321" Email="info@kutacentralparkhotel.com" CheckInTime="14:00" CheckOutTime="12:00" Latitude="-8.7107969361235" Longitude="115.17900502447" SourceId="16" Currency="USD"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, NO WINDOW" RoomTypeCode="0|0|1275641125|1786427509009341B2132B0||yes|564895|16|MzguODB8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="52" TotalPrice="52.92" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="52.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard" RoomTypeCode="0|0|92498805|1786427509098448B2153B0||yes|564895|16|NDAuMjB8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="54" TotalPrice="54.83" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="54.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, NO WINDOW" RoomTypeCode="0|0|1291210855|1786427509040200B2036B0||yes|564895|16|NDAuOTZ8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="55" TotalPrice="55.86" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Promotion: Non-refundable rate. No amendments permitted NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="55.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Double room (full double bed) (no window)" RoomTypeCode="h-ba0169d5-2273-5623-955b-9d47281ee107|63|NTYuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="56" TotalPrice="56.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 4.63-- service fee is included in the room rate.&lt;br/&gt;USD 5.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="56.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, DOUBLE BED, NO WINDOW" RoomTypeCode="0|0|1427198085|1786427509008810B2101B3||yes|564895|16|NDEuNTN8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="56" TotalPrice="56.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>STANDARD ROOM NO WINDOW: DW (Double Bed-Twin Bed) // SUPERIOR ROOM: D+ (Double Bed-Twin Bed) // DELUXE ROOM : 2X (Double or Twin Bed) //STUDIO ROOM: E2 (Double-Twin Bed) // SUITE 1 BEDROOM : SU (Double Bed) // STANDARD TRIPLE ROOM: 9- (Triple no window, Double Bed-Twin Bed) // STUDIO TRIPLE ROOM : E3 (Double Bed-Twin Bed) // FAMILY ROOM: KI (Family room 5 pax; double bed / twin bedï¿½+ 1 Bunk Bed) ** In case of No-Show total amount of stay will be charged as penalty ** Cancelaciones hasta una hora despues de la confirmacion sin gastos. CANCELLATIONS MADE UP TO ONE HOUR AFTER CONFIRMATION, CAN BE MADE FREE OF CHARGE. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="56.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, DOUBLE OR TWIN BED, NO WINDOW" RoomTypeCode="0|0|1275620695|1786427509025512B2095B0||yes|564895|16|NDEuNTh8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="56" TotalPrice="56.71" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Kids room is available free of charge without supervision. &amp;lt;br/&amp;gt; There is shuttle service available daily at no extra charge from 10:00 AM to 2:00 PM on fixed schedule. &amp;lt;br/&amp;gt; Nyepi Religious Day: Please be informed that Bali island celebrates Nyepi (Silent) day each year. The Nyepi (Silent) Day is a day of absolute silence throughout the island. No outdoor activities are allowed including check-in and check-out from hotels. 29 March 2025 | 19 March 2026 | 8 March 2027 | 26 March 2028 | 15 March 2029 &amp;lt;br/&amp;gt; The lobby area will be undergoing renovation from May to October 2026. During this period, some areas may be affected by noise from 09:00 AM to 05:00 PM. For further inquiries, please contact the property directly. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="56.71" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, SINGLE BED, NO WINDOW" RoomTypeCode="0|0|1511313045|1786427509036106B2081B0||yes|564895|16|NDIuMTl8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="57" TotalPrice="57.54" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="57.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, DOUBLE BED, NO WINDOW" RoomTypeCode="0|0|1275697365|1786427509036106B2081B4||yes|564895|16|NDIuMTl8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="57" TotalPrice="57.54" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="57.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Double room (full double bed) (no window, queen size bed)" RoomTypeCode="h-82a9f678-76c9-527e-abc4-ac08f47f21c2|63|NTkuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="59" TotalPrice="59.59" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 4.88-- service fee is included in the room rate.&lt;br/&gt;USD 5.36-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="59.59" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Triple room (no window)" RoomTypeCode="h-35be1313-c227-5153-b894-95d52a25c764|63|NjEuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="61" TotalPrice="61.61" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 5.04-- service fee is included in the room rate.&lt;br/&gt;USD 5.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="61.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Double room (full double bed) (no window, bed type is subject to availability)" RoomTypeCode="h-a202eec1-6685-5a5f-b39d-98ed8c1f98f8|63|NjUuMDB8VVNEfDIwMjYtMTEtMDM=" OriginalAmount="65" TotalPrice="65.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><AdditionalDetails>USD 5.37-- service fee is included in the room rate.&lt;br/&gt;USD 5.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="65.65" /></CancelPenalty><CancelPenalty Start="2026-11-05T00:00:00" End="2026-11-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="65.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, DOUBLE OR TWIN BED, NO WINDOW" RoomTypeCode="0|0|1275621065|1786427509038346B2119B15||yes|564895|16|NDkuMDd8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="66" TotalPrice="66.93" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="66.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: INNER, DOUBLE BED" RoomTypeCode="0|0|1433043335|1786427509038346B2119B11||yes|564895|16|NDkuMDd8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="66" TotalPrice="66.93" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="66.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, DOUBLE BED" RoomTypeCode="0|0|1301192815|1786427509038346B2119B18||yes|564895|16|NDkuNjd8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="67" TotalPrice="67.75" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="67.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, SINGLE" RoomTypeCode="0|0|1310839895|1786427509038346B2119B22||yes|564895|16|NDkuNjd8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="67" TotalPrice="67.75" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="67.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, NO WINDOW" RoomTypeCode="0|1331|1275641125|1786427509018934B2205B1||no|564895|16|NTIuMzd8R0JQfDIwMjYtMTEtMDc=" OriginalAmount="71" TotalPrice="71.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="71.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard Room with No Window" RoomTypeCode="0|1331|4233605|1786427508097469B1000B2||no|564895|16|NTQuMTF8R0JQfDIwMjYtMTEtMDM=" OriginalAmount="73" TotalPrice="73.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="73.80" /></CancelPenalty><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="73.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, DOUBLE OR TWIN BED, NO WINDOW" RoomTypeCode="0|1331|1275620695|1786427509025512B2095B1||yes|564895|16|NTQuMzR8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="73" TotalPrice="74.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Kids room is available free of charge without supervision. &amp;lt;br/&amp;gt; There is shuttle service available daily at no extra charge from 10:00 AM to 2:00 PM on fixed schedule. &amp;lt;br/&amp;gt; Nyepi Religious Day: Please be informed that Bali island celebrates Nyepi (Silent) day each year. The Nyepi (Silent) Day is a day of absolute silence throughout the island. No outdoor activities are allowed including check-in and check-out from hotels. 29 March 2025 | 19 March 2026 | 8 March 2027 | 26 March 2028 | 15 March 2029 &amp;lt;br/&amp;gt; The lobby area will be undergoing renovation from May to October 2026. During this period, some areas may be affected by noise from 09:00 AM to 05:00 PM. For further inquiries, please contact the property directly. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="74.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, DOUBLE BED, NO WINDOW" RoomTypeCode="0|1331|1427198085|1786427509008810B2101B2||yes|564895|16|NTUuMzl8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="75" TotalPrice="75.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>STANDARD ROOM NO WINDOW: DW (Double Bed-Twin Bed) // SUPERIOR ROOM: D+ (Double Bed-Twin Bed) // DELUXE ROOM : 2X (Double or Twin Bed) //STUDIO ROOM: E2 (Double-Twin Bed) // SUITE 1 BEDROOM : SU (Double Bed) // STANDARD TRIPLE ROOM: 9- (Triple no window, Double Bed-Twin Bed) // STUDIO TRIPLE ROOM : E3 (Double Bed-Twin Bed) // FAMILY ROOM: KI (Family room 5 pax; double bed / twin bedï¿½+ 1 Bunk Bed) ** In case of No-Show total amount of stay will be charged as penalty ** Cancelaciones hasta una hora despues de la confirmacion sin gastos. CANCELLATIONS MADE UP TO ONE HOUR AFTER CONFIRMATION, CAN BE MADE FREE OF CHARGE. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="75.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (no window)" RoomTypeCode="h-28942420-b218-583f-9b63-e9f641f97d9b|63|NzUuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="75" TotalPrice="75.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 6.20-- service fee is included in the room rate.&lt;br/&gt;USD 6.82-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="75.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard" RoomTypeCode="0|1331|92498805|1786427509098448B2153B1||yes|564895|16|NTYuMDR8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="76" TotalPrice="76.44" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="76.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, SINGLE BED, NO WINDOW" RoomTypeCode="0|1331|1511313045|1786427509036106B2081B1||yes|564895|16|NTYuMjV8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="76" TotalPrice="76.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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="76.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, DOUBLE BED, NO WINDOW" RoomTypeCode="0|1331|1275697365|1786427509036106B2081B5||yes|564895|16|NTYuMjV8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="76" TotalPrice="76.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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="76.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (no window, bed type is subject to availability)" RoomTypeCode="h-f18172d7-4a62-5b88-846a-588829492a02|63|NzguMDB8VVNEfDIwMjYtMTEtMDI=" OriginalAmount="78" TotalPrice="78.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 6.45-- service fee is included in the room rate.&lt;br/&gt;USD 7.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="78.78" /></CancelPenalty><CancelPenalty Start="2026-11-05T00:00:00" End="2026-11-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="78.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, NO WINDOW" RoomTypeCode="0|1331|1291210855|1786427509040200B2036B1||yes|564895|16|NTcuOTN8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="78" TotalPrice="79.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Promotion: Non-refundable rate. No amendments permitted NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="79.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Triple room (no window)" RoomTypeCode="h-31cf6adb-0ccf-5004-bd97-283ccb382186|63|NzkuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="79" TotalPrice="79.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 6.53-- service fee is included in the room rate.&lt;br/&gt;USD 7.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="79.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: INNER, DOUBLE OR TWIN BED" RoomTypeCode="0|0|1349128695|1786427509040200B2036B12||yes|564895|16|NTkuODd8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="81" TotalPrice="81.66" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Promotion: Non-refundable rate. No amendments permitted NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="81.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR ROOM" RoomTypeCode="0|1331|4233615|1786427508097469B1000B4||no|564895|16|NjAuMTJ8R0JQfDIwMjYtMTEtMDM=" OriginalAmount="81" TotalPrice="82.00" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="82.00" /></CancelPenalty><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="82.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-404ec116-51fc-5a31-80c7-7c54a74e205c|63|ODMuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="83" TotalPrice="83.83" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 6.86-- service fee is included in the room rate.&lt;br/&gt;USD 7.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="83.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, DOUBLE OR TWIN BED, NO WINDOW" RoomTypeCode="0|1331|1275621065|1786427509047987B2073B4||no|564895|16|NjEuODh8R0JQfDIwMjYtMTEtMDM=" OriginalAmount="84" TotalPrice="84.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Check In Policy - The room can only be checked in after 3pm on Nov 10 and before 6am on Nov 11&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="84.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR" RoomTypeCode="0|1331|81545085|1786427509008531B2151B2||yes|564895|16|NjEuOTN8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="84" TotalPrice="84.47" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Extra bed request based on available (please contact your Customer Service). Extra bed rate subject to change without notice: IDR 210.000 (include Breakfast 1 pax) valid 01 April 2025 - 31 March 2026.
&amp;amp;lt;p&amp;amp;gt;PROMO RATE - NON REFUNDABLE&amp;amp;amp;nbsp;&amp;amp;lt;/p&amp;amp;gt; NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="84.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed)" RoomTypeCode="h-1d18dbee-04ef-5c81-a3a6-8f98ece6b2d3|63|ODQuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="84" TotalPrice="84.84" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 6.94-- service fee is included in the room rate.&lt;br/&gt;USD 7.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="84.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DOUBLE OR TWIN BED" RoomTypeCode="0|1331|1275659935|1786427509040200B2036B16||no|564895|16|NjQuMTl8R0JQfDIwMjYtMTEtMDI=" OriginalAmount="87" TotalPrice="87.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="87.55" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="87.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DOUBLE BED" RoomTypeCode="0|1331|1275697325|1786427509008810B2101B8||yes|564895|16|NjUuNjZ8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="89" TotalPrice="89.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>STANDARD ROOM NO WINDOW: DW (Double Bed-Twin Bed) // SUPERIOR ROOM: D+ (Double Bed-Twin Bed) // DELUXE ROOM : 2X (Double or Twin Bed) //STUDIO ROOM: E2 (Double-Twin Bed) // SUITE 1 BEDROOM : SU (Double Bed) // STANDARD TRIPLE ROOM: 9- (Triple no window, Double Bed-Twin Bed) // STUDIO TRIPLE ROOM : E3 (Double Bed-Twin Bed) // FAMILY ROOM: KI (Family room 5 pax; double bed / twin bedï¿½+ 1 Bunk Bed) ** In case of No-Show total amount of stay will be charged as penalty ** Cancelaciones hasta una hora despues de la confirmacion sin gastos. CANCELLATIONS MADE UP TO ONE HOUR AFTER CONFIRMATION, CAN BE MADE FREE OF CHARGE. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="89.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: INNER, DOUBLE BED" RoomTypeCode="0|1331|1433043335|1786427509038346B2119B12||yes|564895|16|NjUuNzV8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="89" TotalPrice="89.68" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="89.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE ROOM" RoomTypeCode="0|1331|4240565|1786427508097469B1000B6||no|564895|16|NjYuMTN8R0JQfDIwMjYtMTEtMDM=" OriginalAmount="89" TotalPrice="90.19" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="90.19" /></CancelPenalty><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="90.19" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, DOUBLE BED" RoomTypeCode="0|1331|1301192815|1786427509038346B2119B19||yes|564895|16|NjYuMjN8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="89" TotalPrice="90.33" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="90.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, SINGLE" RoomTypeCode="0|1331|1310839895|1786427509038346B2119B23||yes|564895|16|NjYuMjN8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="89" TotalPrice="90.33" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="90.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-6a094257-0b4f-564e-8929-9787ef124843|63|OTAuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="90" TotalPrice="90.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 7.44-- service fee is included in the room rate.&lt;br/&gt;USD 8.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="90.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, SINGLE BED" RoomTypeCode="0|1331|1450592915|1786427509036106B2081B16||yes|564895|16|NjYuNjd8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="90" TotalPrice="90.93" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="90.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Double room with balcony (full double bed) (bed type is subject to availability)" RoomTypeCode="h-df25be72-5a53-50e9-b9ed-33f6bcb1090b|63|OTEuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="91" TotalPrice="91.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 7.52-- service fee is included in the room rate.&lt;br/&gt;USD 8.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="91.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, BALCONY" RoomTypeCode="0|1331|1275653635|1786427509008531B2151B4||yes|564895|16|NjguMTJ8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="92" TotalPrice="92.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Extra bed request based on available (please contact your Customer Service). Extra bed rate subject to change without notice: IDR 210.000 (include Breakfast 1 pax) valid 01 April 2025 - 31 March 2026.
&amp;amp;lt;p&amp;amp;gt;PROMO RATE - NON REFUNDABLE&amp;amp;amp;nbsp;&amp;amp;lt;/p&amp;amp;gt; NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="92.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe" RoomTypeCode="0|1331|74954975|1786427509018934B2205B3||no|564895|16|NjguOTV8R0JQfDIwMjYtMTEtMDM=" OriginalAmount="93" TotalPrice="94.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="94.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-6782f388-5fc5-587d-8b19-8ada9e43c6c1|63|OTQuMDB8VVNEfDIwMjYtMTEtMDI=" OriginalAmount="94" TotalPrice="94.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 7.77-- service fee is included in the room rate.&lt;br/&gt;USD 8.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="94.94" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="94.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Double room (full double bed)" RoomTypeCode="h-6ee33f62-2e7a-5b7c-b310-c42cd2187407|63|OTUuMDB8VVNEfDIwMjYtMTEtMDE=" OriginalAmount="95" TotalPrice="95.95" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><AdditionalDetails>USD 7.85-- service fee is included in the room rate.&lt;br/&gt;USD 8.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-28T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="95.95" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, QUEEN BED, NO WINDOW" RoomTypeCode="0|0|1288975285|1786427509038346B2119B43||no|564895|16|NzEuODV8R0JQfDIwMjYtMTEtMDI=" OriginalAmount="97" TotalPrice="98.00" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="98.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, TWIN BEDS, NO WINDOW" RoomTypeCode="0|0|1288975265|1786427509038346B2119B42||no|564895|16|NzEuODV8R0JQfDIwMjYtMTEtMDI=" OriginalAmount="97" TotalPrice="98.00" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="98.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STUDIO ROOM" RoomTypeCode="0|1331|2660825|1786427508097469B1000B0||no|564895|16|NzIuMTV8R0JQfDIwMjYtMTEtMDM=" OriginalAmount="97" TotalPrice="98.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="98.40" /></CancelPenalty><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="98.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Triple room" RoomTypeCode="h-f5a65e70-0068-57e5-822b-0906b461efdd|63|OTguMDB8VVNEfDIwMjYtMTEtMDM=" OriginalAmount="98" TotalPrice="98.98" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><AdditionalDetails>USD 8.10-- service fee is included in the room rate.&lt;br/&gt;USD 8.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="98.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, DOUBLE OR TWIN BED" RoomTypeCode="0|1331|1275660675|1786427509046095B2165B2||no|564895|16|NzMuMjF8R0JQfDIwMjYtMTEtMDI=" OriginalAmount="99" TotalPrice="99.86" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="99.86" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="99.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, QUEEN BED, NO WINDOW" RoomTypeCode="0|1331|1288975285|1786427510031201B2091B32||no|564895|16|NzMuMjh8R0JQfDIwMjYtMTEtMDM=" OriginalAmount="99" TotalPrice="99.95" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="99.95" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Studio (full double bed) (bed type is subject to availability)" RoomTypeCode="h-a895b207-5b03-5610-af3f-fca1356b36c8|63|OTkuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="99" TotalPrice="99.99" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 8.18-- service fee is included in the room rate.&lt;br/&gt;USD 9.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="99.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-9feb17fc-6dc4-5008-99a0-b99e6b68aea6|63|OTkuMDB8VVNEfDIwMjYtMDgtMTE=" OriginalAmount="99" TotalPrice="99.99" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 8.18-- service fee is included in the room rate.&lt;br/&gt;USD 9.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="99.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Studio" RoomTypeCode="0|1331|41818855|1786427509008531B2151B6||yes|564895|16|NzQuMzF8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="100" TotalPrice="101.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Extra bed request based on available (please contact your Customer Service). Extra bed rate subject to change without notice: IDR 210.000 (include Breakfast 1 pax) valid 01 April 2025 - 31 March 2026.
&amp;amp;lt;p&amp;amp;gt;PROMO RATE - NON REFUNDABLE&amp;amp;amp;nbsp;&amp;amp;lt;/p&amp;amp;gt; NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="101.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Studio" RoomTypeCode="h-f463550d-6947-5b5e-b673-16d14883a495|63|MTAyLjAwfFVTRHwyMDI2LTA4LTEx" OriginalAmount="102" TotalPrice="103.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 8.43-- service fee is included in the room rate.&lt;br/&gt;USD 9.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="103.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DOUBLE OR TWIN BED" RoomTypeCode="0|0|1275659935|1786427508097702B2176B3||no|564895|16|NzUuOTJ8R0JQfDIwMjYtMTEtMDY=" OriginalAmount="103" TotalPrice="103.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="103.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Studio (full double bed)" RoomTypeCode="h-7f65d65a-42bd-58c5-ab98-ab22d0bb20f2|63|MTAzLjAwfFVTRHwyMDI2LTExLTAx" OriginalAmount="103" TotalPrice="104.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><AdditionalDetails>USD 8.51-- service fee is included in the room rate.&lt;br/&gt;USD 9.36-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-28T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="104.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, SINGLE BED" RoomTypeCode="0|1331|1457436135|1786427509038346B2119B66||yes|564895|16|NzYuMzF8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="103" TotalPrice="104.08" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="104.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, DOUBLE BED" RoomTypeCode="0|1331|1275697225|1786427509038346B2119B64||yes|564895|16|NzYuMzF8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="103" TotalPrice="104.08" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="104.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard Triple with No Window" RoomTypeCode="0|1331|31798435|1786427508097469B1000B14||no|564895|16|NzguMTZ8R0JQfDIwMjYtMTEtMDM=" OriginalAmount="106" TotalPrice="106.61" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="106.61" /></CancelPenalty><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="106.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed)" RoomTypeCode="h-3d26d517-d044-5b29-ad63-cb2c61eb260d|63|MTA2LjAwfFVTRHwyMDI2LTExLTA1" OriginalAmount="106" TotalPrice="107.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/10/2026"><AdditionalDetails>USD 8.76-- service fee is included in the room rate.&lt;br/&gt;USD 9.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-01T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="107.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, SINGLE" RoomTypeCode="0|1331|1276651295|1786427509038346B2119B68||yes|564895|16|NzguNTV8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="106" TotalPrice="107.14" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="107.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, TWIN BEDS" RoomTypeCode="0|0|1288975335|1786427509038346B2119B44||no|564895|16|NzkuODR8R0JQfDIwMjYtMTEtMDI=" OriginalAmount="108" TotalPrice="108.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="108.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, KING BED" RoomTypeCode="0|0|1283392155|1786427509038346B2119B45||no|564895|16|NzkuODR8R0JQfDIwMjYtMTEtMDI=" OriginalAmount="108" TotalPrice="108.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="108.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STUDIO, DOUBLE BED" RoomTypeCode="0|1331|1275697195|1786427509036106B2081B22||yes|564895|16|ODAuMzN8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="108" TotalPrice="109.56" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="109.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STUDIO, SINGLE BED" RoomTypeCode="0|1331|1457461875|1786427509036106B2081B24||yes|564895|16|ODAuMzN8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="108" TotalPrice="109.56" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="109.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, TRIPLE, NO WINDOW" RoomTypeCode="0|1331|1275620825|1786427509008531B2151B10||yes|564895|16|ODAuNTF8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="109" TotalPrice="109.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Extra bed request based on available (please contact your Customer Service). Extra bed rate subject to change without notice: IDR 210.000 (include Breakfast 1 pax) valid 01 April 2025 - 31 March 2026.
&amp;amp;lt;p&amp;amp;gt;PROMO RATE - NON REFUNDABLE&amp;amp;amp;nbsp;&amp;amp;lt;/p&amp;amp;gt; NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="109.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: INNER, DOUBLE OR TWIN BED" RoomTypeCode="0|1331|1349128695|1786427509040200B2036B13||yes|564895|16|ODAuNzJ8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="109" TotalPrice="110.10" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Promotion: Non-refundable rate. No amendments permitted NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="110.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, TWIN BEDS" RoomTypeCode="0|1331|1288975335|1786427510031201B2091B22||no|564895|16|ODEuNDJ8R0JQfDIwMjYtMTEtMDM=" OriginalAmount="110" TotalPrice="111.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="111.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Quadruple room (no window)" RoomTypeCode="h-ad2ee4a2-7112-58ed-b288-7cae52702576|63|MTExLjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="111" TotalPrice="112.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 9.17-- service fee is included in the room rate.&lt;br/&gt;USD 10.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="112.11" /></CancelPenalty><CancelPenalty Start="2026-11-05T00:00:00" End="2026-11-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="112.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, DOUBLE OR TWIN BED, BALCONY" RoomTypeCode="0|1331|1275749265|1786427508097702B2176B14||no|564895|16|ODIuMzJ8R0JQfDIwMjYtMTEtMDI=" OriginalAmount="111" TotalPrice="112.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="112.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, TRIPLE" RoomTypeCode="0|1331|1275617795|1786427509098448B2153B14||no|564895|16|ODIuNzh8R0JQfDIwMjYtMTEtMDI=" OriginalAmount="112" TotalPrice="112.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="112.91" /></CancelPenalty><CancelPenalty Start="2026-11-05T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="112.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE 1 BEDROOM" RoomTypeCode="0|1331|4240575|1786427508097469B1000B8||no|564895|16|ODQuMTd8R0JQfDIwMjYtMTEtMDM=" OriginalAmount="114" TotalPrice="114.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="114.81" /></CancelPenalty><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="114.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Double room with balcony (full double bed)" RoomTypeCode="h-60d0bf12-7a88-5fe3-a160-9d737918b005|63|MTE0LjAwfFVTRHwyMDI2LTExLTAx" OriginalAmount="114" TotalPrice="115.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><AdditionalDetails>USD 9.42-- service fee is included in the room rate.&lt;br/&gt;USD 10.36-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-28T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="115.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 1 Bedroom Double Suite (full double bed) (bed type is subject to availability)" RoomTypeCode="h-9fffbdc9-5eff-5152-9c00-7efeb5126760|63|MTE1LjAwfFVTRHwyMDI2LTA4LTEx" OriginalAmount="115" TotalPrice="116.15" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 9.50-- service fee is included in the room rate.&lt;br/&gt;USD 10.45-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="116.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR" RoomTypeCode="0|0|81545085|1786427509098448B2153B11||no|564895|16|ODUuODR8R0JQfDIwMjYtMTEtMDY=" OriginalAmount="116" TotalPrice="117.08" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="117.08" /></CancelPenalty><CancelPenalty Start="2026-11-06T00:00:00" End="2026-11-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="117.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, SUITE" RoomTypeCode="0|1331|1275609015|1786427509008531B2151B8||yes|564895|16|ODYuNzB8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="117" TotalPrice="118.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Extra bed request based on available (please contact your Customer Service). Extra bed rate subject to change without notice: IDR 210.000 (include Breakfast 1 pax) valid 01 April 2025 - 31 March 2026.
&amp;amp;lt;p&amp;amp;gt;PROMO RATE - NON REFUNDABLE&amp;amp;amp;nbsp;&amp;amp;lt;/p&amp;amp;gt; NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="118.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STUDIO, DOUBLE OR TWIN BED" RoomTypeCode="0|1331|1275733585|1786427508097702B2176B7||no|564895|16|ODcuMTJ8R0JQfDIwMjYtMTEtMDI=" OriginalAmount="118" TotalPrice="118.83" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="118.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, WITH EXTRA BED" RoomTypeCode="0|1331|1275641135|1786427509028752B2129B45||yes|564895|16|ODguOTV8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="120" TotalPrice="121.32" 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, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher, a smoke detector, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). To arrange pick-up, guests must contact the property 72 hours prior to arrival, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Cash deposit: IDR 100000 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately IDR 75000 for adults and IDR 50000 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: IDR 250000.00 per vehicle (one-way, maximum occupancy 4)&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;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 395640.00 IDR (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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="121.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, SINGLE" RoomTypeCode="0|1331|1309493535|1786427509038346B2119B83||yes|564895|16|ODkuNDV8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="121" TotalPrice="122.01" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="122.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 1 Bedroom Double Suite (full double bed)" RoomTypeCode="h-8403feaa-c150-581d-b842-2b2ffa4bb853|63|MTIxLjAwfFVTRHwyMDI2LTExLTAx" OriginalAmount="121" TotalPrice="122.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><AdditionalDetails>USD 10.00-- service fee is included in the room rate.&lt;br/&gt;USD 11.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-28T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="122.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, TRIPLE, NO WINDOW" RoomTypeCode="0|1331|1275621115|1786427509047987B2073B5||no|564895|16|ODkuNjV8R0JQfDIwMjYtMTEtMDM=" OriginalAmount="121" TotalPrice="122.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Check In Policy - The room can only be checked in after 3pm on Nov 10 and before 6am on Nov 11&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="122.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: INNER, TRIPLE" RoomTypeCode="0|1331|1275620865|1786427509038346B2119B85||no|564895|16|OTAuMjh8R0JQfDIwMjYtMTAtMzE=" OriginalAmount="122" TotalPrice="123.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="123.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, SINGLE BED, WITH EXTRA BED" RoomTypeCode="0|1331|1511263645|1786427509038346B2119B88||yes|564895|16|OTAuODV8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="123" TotalPrice="123.92" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="123.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DOUBLE BED, WITH EXTRA BED" RoomTypeCode="0|1331|1275697255|1786427509038346B2119B86||yes|564895|16|OTAuODV8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="123" TotalPrice="123.92" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="123.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 1 Bedroom Double Suite (full double bed) (king size bed)" RoomTypeCode="h-a07ee8cd-44ef-5785-8365-9da2455cd189|63|MTI3LjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="127" TotalPrice="128.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 10.50-- service fee is included in the room rate.&lt;br/&gt;USD 11.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="128.27" /></CancelPenalty><CancelPenalty Start="2026-11-05T00:00:00" End="2026-11-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="128.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, TRIPLE, 3 BEDS, NO WINDOW" RoomTypeCode="0|1331|1275697105|1786427509038346B2119B94||yes|564895|16|OTQuODl8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="128" TotalPrice="129.42" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="129.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STUDIO, KING BED" RoomTypeCode="0|0|1282309115|1786427509038346B2119B47||no|564895|16|OTUuODF8R0JQfDIwMjYtMTEtMDI=" OriginalAmount="129" TotalPrice="130.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="130.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STUDIO, TWIN BEDS" RoomTypeCode="0|0|1288975345|1786427509038346B2119B46||no|564895|16|OTUuODF8R0JQfDIwMjYtMTEtMDI=" OriginalAmount="129" TotalPrice="130.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="130.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STUDIO TRIPLE ROOM" RoomTypeCode="0|1331|6910708|1786427508097469B1000B10||no|564895|16|OTYuMTl8R0JQfDIwMjYtMTEtMDM=" OriginalAmount="130" TotalPrice="131.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="131.20" /></CancelPenalty><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="131.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite" RoomTypeCode="0|1331|41839995|1786427509008810B2101B0||yes|564895|16|OTYuOTB8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="131" TotalPrice="132.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>STANDARD ROOM NO WINDOW: DW (Double Bed-Twin Bed) // SUPERIOR ROOM: D+ (Double Bed-Twin Bed) // DELUXE ROOM : 2X (Double or Twin Bed) //STUDIO ROOM: E2 (Double-Twin Bed) // SUITE 1 BEDROOM : SU (Double Bed) // STANDARD TRIPLE ROOM: 9- (Triple no window, Double Bed-Twin Bed) // STUDIO TRIPLE ROOM : E3 (Double Bed-Twin Bed) // FAMILY ROOM: KI (Family room 5 pax; double bed / twin bedï¿½+ 1 Bunk Bed) ** In case of No-Show total amount of stay will be charged as penalty ** Cancelaciones hasta una hora despues de la confirmacion sin gastos. CANCELLATIONS MADE UP TO ONE HOUR AFTER CONFIRMATION, CAN BE MADE FREE OF CHARGE. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="132.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STUDIO, KING BED" RoomTypeCode="0|1331|1282309115|1786427510031201B2091B17||no|564895|16|OTcuNzF8R0JQfDIwMjYtMTEtMDM=" OriginalAmount="132" TotalPrice="133.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="133.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STUDIO, TRIPLE" RoomTypeCode="0|1331|1275609035|1786427509008531B2151B12||yes|564895|16|OTkuMDh8R0JQfDIwMjYtMDgtMTE=" OriginalAmount="134" TotalPrice="135.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Extra bed request based on available (please contact your Customer Service). Extra bed rate subject to change without notice: IDR 210.000 (include Breakfast 1 pax) valid 01 April 2025 - 31 March 2026.
&amp;amp;lt;p&amp;amp;gt;PROMO RATE - NON REFUNDABLE&amp;amp;amp;nbsp;&amp;amp;lt;/p&amp;amp;gt; NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="135.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: STANDARD, NO WINDOW" RoomTypeCode="0|1334|1275641125|1786427509040200B2036B10||no|564895|16|MTAwLjUwfEdCUHwyMDI2LTExLTAy" OriginalAmount="136" TotalPrice="137.08" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="137.08" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="137.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Triple Studio" RoomTypeCode="h-358ff480-8089-5ec9-ae89-cbfff7264b57|63|MTM2LjAwfFVTRHwyMDI2LTA4LTEx" OriginalAmount="136" TotalPrice="137.36" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 11.24-- service fee is included in the room rate.&lt;br/&gt;USD 12.36-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="137.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Triple Room" RoomTypeCode="0|0|67583955|1786427508096162B1754B1||yes|564895|16|MTAxLjExfEdCUHwyMDI2LTA4LTEx" OriginalAmount="137" TotalPrice="137.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="137.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard Room" RoomTypeCode="0|1331|67584175|1786427508096162B1754B6||no|564895|16|MTAxLjExfEdCUHwyMDI2LTExLTAz" OriginalAmount="137" TotalPrice="137.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="137.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Standard Double room (full double bed) (no window, bed type is subject to availability)" RoomTypeCode="h-e0c7102d-f975-524b-959a-3a4a9927aab3|63|MTM3LjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="137" TotalPrice="138.37" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 11.32-- service fee is included in the room rate.&lt;br/&gt;USD 12.45-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="138.37" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="138.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Studio (twin beds)" RoomTypeCode="h-7b80d86c-ac4e-5919-a444-4ad80967ff22|63|MTM4LjAwfFVTRHwyMDI2LTExLTAx" OriginalAmount="138" TotalPrice="139.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><AdditionalDetails>USD 11.40-- service fee is included in the room rate.&lt;br/&gt;USD 12.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-28T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="139.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, SUITE, DOUBLE BED" RoomTypeCode="0|1331|1275697145|1786427509038346B2119B96||no|564895|16|MTAyLjgxfEdCUHwyMDI2LTExLTAx" OriginalAmount="139" TotalPrice="140.23" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-28T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="140.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, TRIPLE, KING BED, NO WINDOW" RoomTypeCode="0|1331|1288975365|1786427509038346B2119B98||no|564895|16|MTAzLjgwfEdCUHwyMDI2LTExLTAy" OriginalAmount="140" TotalPrice="141.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="141.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, TRIPLE, TWIN BEDS, NO WINDOW" RoomTypeCode="0|1331|1288975355|1786427509038346B2119B97||no|564895|16|MTAzLjgwfEdCUHwyMDI2LTExLTAy" OriginalAmount="140" TotalPrice="141.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="141.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, TWIN BEDS, NO WINDOW" RoomTypeCode="0|1331|1288975265|1786427509036106B2081B10||no|564895|16|MTA0LjExfEdCUHwyMDI2LTExLTAx" OriginalAmount="141" TotalPrice="142.00" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-28T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="142.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, 2 BEDS" RoomTypeCode="0|1331|1547738535|1786427509038346B2119B99||no|564895|16|MTA1Ljk4fEdCUHwyMDI2LTEwLTMx" OriginalAmount="143" TotalPrice="144.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="144.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: SUPERIOR, DOUBLE OR TWIN BED" RoomTypeCode="0|1334|1275659935|1786427509040200B2036B17||no|564895|16|MTA2Ljk2fEdCUHwyMDI2LTExLTAy" OriginalAmount="144" TotalPrice="145.88" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="145.88" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="145.88" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-a5506f10-500a-5ec0-8a32-5f99727da174|63|MTQ2LjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="146" TotalPrice="147.46" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 12.07-- service fee is included in the room rate.&lt;br/&gt;USD 13.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="147.46" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="147.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STUDIO KING QUEEN" RoomTypeCode="0|1331|31798565|1786427508097469B1000B16||no|564895|16|MTA4LjIyfEdCUHwyMDI2LTExLTAz" OriginalAmount="146" TotalPrice="147.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="147.60" /></CancelPenalty><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="147.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed)" RoomTypeCode="h-c2c07158-c84a-5b2a-ac76-e6cb87d075b0|63|MTQ4LjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="148" TotalPrice="149.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 12.23-- service fee is included in the room rate.&lt;br/&gt;USD 13.45-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="149.48" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="149.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Superior Double room (full double bed)" RoomTypeCode="h-bb9c13b7-f871-506e-b9c8-62a3ad386ffb|63|MTUwLjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="150" TotalPrice="151.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 12.40-- service fee is included in the room rate.&lt;br/&gt;USD 13.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="151.50" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="151.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STUDIO, KING BED, QUEEN BED" RoomTypeCode="0|1331|1275653795|1786427509008531B2151B14||yes|564895|16|MTExLjQ3fEdCUHwyMDI2LTA4LTEx" OriginalAmount="151" TotalPrice="152.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Extra bed request based on available (please contact your Customer Service). Extra bed rate subject to change without notice: IDR 210.000 (include Breakfast 1 pax) valid 01 April 2025 - 31 March 2026.
&amp;amp;lt;p&amp;amp;gt;PROMO RATE - NON REFUNDABLE &amp;amp;lt;/p&amp;amp;gt; NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="152.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, SUITE, KING BED" RoomTypeCode="0|0|1288975375|1786427509038346B2119B49||no|564895|16|MTExLjc2fEdCUHwyMDI2LTExLTAy" OriginalAmount="151" TotalPrice="152.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="152.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, DOUBLE BED" RoomTypeCode="0|1331|1480227945|1786427509038346B2119B100||no|564895|16|MTExLjg4fEdCUHwyMDI2LTEwLTMx" OriginalAmount="151" TotalPrice="152.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="152.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STUDIO, 3 BEDS" RoomTypeCode="0|1331|1502535025|1786427509036106B2081B29||yes|564895|16|MTEyLjM4fEdCUHwyMDI2LTA4LTEx" OriginalAmount="152" TotalPrice="153.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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="153.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY" RoomTypeCode="0|1331|1275627805|1786427509046095B2165B5||no|564895|16|MTEyLjQxfEdCUHwyMDI2LTExLTAy" OriginalAmount="152" TotalPrice="153.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="153.32" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="153.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, TRIPLE" RoomTypeCode="0|0|1275617795|1786427509098448B2153B13||yes|564895|16|MTEyLjQ2fEdCUHwyMDI2LTA4LTEx" OriginalAmount="152" TotalPrice="153.39" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="153.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Family room (no window)" RoomTypeCode="h-f013077a-d2dc-5f56-b366-6b17c347e9aa|63|MTUyLjAwfFVTRHwyMDI2LTExLTAz" OriginalAmount="152" TotalPrice="153.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><AdditionalDetails>USD 12.56-- service fee is included in the room rate.&lt;br/&gt;USD 13.82-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="153.52" /></CancelPenalty><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="153.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STUDIO, TRIPLE, 3 BEDS" RoomTypeCode="0|1331|1275718115|1786427509038346B2119B101||yes|564895|16|MTEzLjA2fEdCUHwyMDI2LTA4LTEx" OriginalAmount="153" TotalPrice="154.21" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="154.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STUDIO, TRIPLE, 1 DOUBLE AND 1 SINGLE BED" RoomTypeCode="0|1331|1275718125|1786427509038346B2119B103||yes|564895|16|MTEzLjA2fEdCUHwyMDI2LTA4LTEx" OriginalAmount="153" TotalPrice="154.21" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="154.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Studio (full double bed) (queen size bed)" RoomTypeCode="h-e705a2c7-2627-58eb-8e40-12d1d231f5f8|63|MTUzLjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="153" TotalPrice="154.53" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 12.64-- service fee is included in the room rate.&lt;br/&gt;USD 13.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="154.53" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="154.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Deluxe" RoomTypeCode="0|1334|74954975|1786427509040200B2036B22||no|564895|16|MTEzLjM3fEdCUHwyMDI2LTExLTAy" OriginalAmount="153" TotalPrice="154.63" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="154.63" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="154.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, SUITE, KING BED" RoomTypeCode="0|1331|1288975375|1786427510031201B2091B12||no|564895|16|MTEzLjk5fEdCUHwyMDI2LTExLTAz" OriginalAmount="154" TotalPrice="155.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="155.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-c81f8dee-76c0-5b25-b62d-e82e9605a446|63|MTU1LjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="155" TotalPrice="156.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 12.81-- service fee is included in the room rate.&lt;br/&gt;USD 14.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="156.55" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="156.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, DOUBLE BED" RoomTypeCode="0|1331|1310253185|1786427509038346B2119B105||yes|564895|16|MTE1Ljk2fEdCUHwyMDI2LTA4LTEx" OriginalAmount="157" TotalPrice="158.17" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="158.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Studio" RoomTypeCode="0|1334|41818855|1786427509040200B2036B26||no|564895|16|MTE5Ljc1fEdCUHwyMDI2LTExLTAy" OriginalAmount="162" TotalPrice="163.33" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="163.33" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="163.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Double Studio (full double bed) (bed type is subject to availability)" RoomTypeCode="h-04ea262a-4f70-5924-90f0-ed3fb5d5e716|63|MTY0LjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="164" TotalPrice="165.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 13.55-- service fee is included in the room rate.&lt;br/&gt;USD 14.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="165.64" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="165.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Studio" RoomTypeCode="h-8ea5a395-e8cc-54c8-bdd4-5dacb731be73|63|MTY4LjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="168" TotalPrice="169.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 13.88-- service fee is included in the room rate.&lt;br/&gt;USD 15.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="169.68" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="169.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Studio (full double bed) (king size bed)" RoomTypeCode="h-8e0ac405-91fa-5005-8197-67de0d7bc8a9|63|MTY4LjAwfFVTRHwyMDI2LTExLTAx" OriginalAmount="168" TotalPrice="169.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><AdditionalDetails>USD 13.88-- service fee is included in the room rate.&lt;br/&gt;USD 15.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-28T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="169.68" /></CancelPenalty><CancelPenalty Start="2026-11-01T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="169.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, NO WINDOW" RoomTypeCode="0|1331|1275621025|1786427509018934B2205B10||yes|564895|16|MTI1LjM2fEdCUHwyMDI2LTA4LTEx" OriginalAmount="169" TotalPrice="170.98" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="170.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: STANDARD, TRIPLE, NO WINDOW" RoomTypeCode="0|1334|1275620825|1786427509040200B2036B29||no|564895|16|MTI2LjE5fEdCUHwyMDI2LTExLTAy" OriginalAmount="170" TotalPrice="172.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="172.11" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="172.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Standard Triple room (no window)" RoomTypeCode="h-78761d06-d44a-5275-81b0-b29601c48293|63|MTcyLjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="172" TotalPrice="173.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 14.21-- service fee is included in the room rate.&lt;br/&gt;USD 15.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="173.72" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="173.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, STUDIO" RoomTypeCode="0|1331|1275651775|1786427509040200B2036B40||no|564895|16|MTI4LjMzfEdCUHwyMDI2LTExLTAy" OriginalAmount="173" TotalPrice="175.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="175.03" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="175.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Family Room with No Window" RoomTypeCode="0|1331|31798265|1786427508097469B1000B12||no|564895|16|MTMyLjI3fEdCUHwyMDI2LTExLTAz" OriginalAmount="179" TotalPrice="180.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="180.41" /></CancelPenalty><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="180.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STUDIO, 2 BEDS" RoomTypeCode="0|1331|1523111075|1786427509038346B2119B112||yes|564895|16|MTMyLjUyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="179" TotalPrice="180.75" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="180.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Quadruple room" RoomTypeCode="h-7e0813c7-8fc6-5d4e-8f83-f7ab16b778ca|63|MTc5LjAwfFVTRHwyMDI2LTA4LTEx" OriginalAmount="179" TotalPrice="180.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 14.79-- service fee is included in the room rate.&lt;br/&gt;USD 16.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="180.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: 1 BEDROOM, SUITE" RoomTypeCode="0|1334|1275609015|1786427509040200B2036B32||no|564895|16|MTMyLjYzfEdCUHwyMDI2LTExLTAy" OriginalAmount="179" TotalPrice="180.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="180.90" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="180.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: 1 Bedroom Double Suite (full double bed)" RoomTypeCode="h-a5e076d6-e0a8-5dfb-a6fd-56a214bd9dc7|63|MTgwLjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="180" TotalPrice="181.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 14.88-- service fee is included in the room rate.&lt;br/&gt;USD 16.36-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="181.80" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="181.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room" RoomTypeCode="0|0|67584175|1786427508096162B1754B5||no|564895|16|MTM0LjgxfEdCUHwyMDI2LTExLTAz" OriginalAmount="182" TotalPrice="183.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="183.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DOUBLE AND TWIN BEDS" RoomTypeCode="0|1331|1276012735|1786427509038346B2119B117||no|564895|16|MTM1LjEzfEdCUHwyMDI2LTExLTAx" OriginalAmount="182" TotalPrice="184.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-28T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="184.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Standard Quadruple room (no window)" RoomTypeCode="h-8147c99d-96e6-5e3a-9040-3235fd23db4d|63|MTg3LjAwfFVTRHwyMDI2LTExLTAx" OriginalAmount="187" TotalPrice="188.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><AdditionalDetails>USD 15.45-- service fee is included in the room rate.&lt;br/&gt;USD 17.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-28T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="188.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: STANDARD, NO WINDOW" RoomTypeCode="0|1335|1275641125|1786427509040200B2036B11||no|564895|16|MTQzLjMxfEdCUHwyMDI2LTExLTAy" OriginalAmount="194" TotalPrice="195.47" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="195.47" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="195.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: full-board" FilterMealType="FULL-BOARD" RoomType="Room 1: Standard Double room (full double bed) (no window, bed type is subject to availability)" RoomTypeCode="h-91f88844-92ce-576e-9891-b3f287c81b12|63|MTk1LjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="195" TotalPrice="196.95" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 16.12-- service fee is included in the room rate.&lt;br/&gt;USD 17.73-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="196.95" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="196.95" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: SUPERIOR, DOUBLE OR TWIN BED" RoomTypeCode="0|1335|1275659935|1786427509040200B2036B18||no|564895|16|MTQ5Ljc3fEdCUHwyMDI2LTExLTAy" OriginalAmount="202" TotalPrice="204.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="204.27" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="204.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: full-board" FilterMealType="FULL-BOARD" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-e4051b9c-6565-51a8-a9e3-1e6139682d5c|63|MjA0LjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="204" TotalPrice="206.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 16.86-- service fee is included in the room rate.&lt;br/&gt;USD 18.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="206.04" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="206.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: Deluxe" RoomTypeCode="0|1335|74954975|1786427509040200B2036B23||no|564895|16|MTU2LjE4fEdCUHwyMDI2LTExLTAy" OriginalAmount="211" TotalPrice="213.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="213.02" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="213.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: full-board" FilterMealType="FULL-BOARD" RoomType="Room 1: Superior Double room (full double bed)" RoomTypeCode="h-eac7fd8d-2f39-543f-8848-b0834bc9fc03|63|MjExLjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="211" TotalPrice="213.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 17.44-- service fee is included in the room rate.&lt;br/&gt;USD 19.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="213.11" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="213.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: full-board" FilterMealType="FULL-BOARD" RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-183a9693-ef5f-5ff7-9dc1-c5362f9623f0|63|MjEzLjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="213" TotalPrice="215.13" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 17.60-- service fee is included in the room rate.&lt;br/&gt;USD 19.36-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="215.13" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="215.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: STUDIO, KING BED, QUEEN BED" RoomTypeCode="0|1334|1275653795|1786427509040200B2036B37||no|564895|16|MTU4LjMwfEdCUHwyMDI2LTExLTAy" OriginalAmount="214" TotalPrice="215.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="215.91" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="215.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, QUADRUPLE" RoomTypeCode="0|1331|1546612625|1786427509038346B2119B125||no|564895|16|MTU4LjM5fEdCUHwyMDI2LTExLTAx" OriginalAmount="214" TotalPrice="216.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-28T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="216.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior Room" RoomTypeCode="0|1331|67583655|1786427508096162B1754B7||no|564895|16|MTU5Ljg1fEdCUHwyMDI2LTExLTAz" OriginalAmount="216" TotalPrice="218.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="218.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: Studio" RoomTypeCode="0|1335|41818855|1786427509040200B2036B27||no|564895|16|MTYyLjU3fEdCUHwyMDI2LTExLTAy" OriginalAmount="220" TotalPrice="221.74" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="221.74" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="221.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: full-board" FilterMealType="FULL-BOARD" RoomType="Room 1: Double Studio (full double bed) (bed type is subject to availability)" RoomTypeCode="h-f2ee22db-dd74-5029-aa88-28dcbb502269|63|MjIxLjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="221" TotalPrice="223.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 18.26-- service fee is included in the room rate.&lt;br/&gt;USD 20.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="223.21" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="223.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Double Studio (full double bed) (queen size bed)" RoomTypeCode="h-39b5c79e-dcac-5296-8f51-2cd2eee8fb60|63|MjIyLjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="222" TotalPrice="224.22" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 18.35-- service fee is included in the room rate.&lt;br/&gt;USD 20.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="224.22" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="224.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: STANDARD, TRIPLE, NO WINDOW" RoomTypeCode="0|1335|1275620825|1786427509040200B2036B30||no|564895|16|MTY5LjAxfEdCUHwyMDI2LTExLTAy" OriginalAmount="228" TotalPrice="230.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="230.52" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="230.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: full-board" FilterMealType="FULL-BOARD" RoomType="Room 1: Studio" RoomTypeCode="h-aff1e2ce-4327-51e3-b0cc-d9f5db9baa71|63|MjI5LjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="229" TotalPrice="231.29" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 18.93-- service fee is included in the room rate.&lt;br/&gt;USD 20.82-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="231.29" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="231.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: full-board" FilterMealType="FULL-BOARD" RoomType="Room 1: Standard Triple room (no window)" RoomTypeCode="h-95ae8845-e5fc-5c7c-bbd7-704826e9c5ad|63|MjMwLjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="230" TotalPrice="232.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 19.01-- service fee is included in the room rate.&lt;br/&gt;USD 20.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="232.30" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="232.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: FAMILY, STUDIO" RoomTypeCode="0|1334|1275651775|1786427509040200B2036B41||no|564895|16|MTcxLjEwfEdCUHwyMDI2LTExLTAy" OriginalAmount="231" TotalPrice="233.37" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="233.37" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="233.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: 1 BEDROOM, SUITE" RoomTypeCode="0|1335|1275609015|1786427509040200B2036B33||no|564895|16|MTc1LjQ0fEdCUHwyMDI2LTExLTAy" OriginalAmount="237" TotalPrice="239.29" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="239.29" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="239.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, BUNK BED, NO WINDOW" RoomTypeCode="0|1331|1288975385|1786427509038346B2119B127||no|564895|16|MTc1LjY0fEdCUHwyMDI2LTExLTAy" OriginalAmount="237" TotalPrice="239.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="239.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, DOUBLE AND TWIN BEDS, NO WINDOW" RoomTypeCode="0|1331|1609914845|1786427509036106B2081B35||no|564895|16|MTc2LjE4fEdCUHwyMDI2LTExLTAx" OriginalAmount="238" TotalPrice="240.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-28T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="240.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: full-board" FilterMealType="FULL-BOARD" RoomType="Room 1: 1 Bedroom Double Suite (full double bed)" RoomTypeCode="h-5ec28932-664c-5f2c-b26b-bc3cfa6e5d09|63|MjM4LjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="238" TotalPrice="240.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 19.67-- service fee is included in the room rate.&lt;br/&gt;USD 21.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="240.38" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="240.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, DOUBLE AND BUNK BED, NO WINDOW" RoomTypeCode="0|1331|1275718085|1786427510031201B2091B6||no|564895|16|MTc5LjE0fEdCUHwyMDI2LTExLTAz" OriginalAmount="242" TotalPrice="244.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="244.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Room" RoomTypeCode="0|0|67583925|1786427508096162B1754B0||yes|564895|16|MTgxLjk5fEdCUHwyMDI2LTA4LTEx" OriginalAmount="246" TotalPrice="248.23" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="248.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: CONNECTING, STANDARD, TRIPLE, NO WINDOW" RoomTypeCode="0|1331|1275617105|1786427509028752B2129B10||yes|564895|16|MTgyLjEwfEdCUHwyMDI2LTA4LTEx" OriginalAmount="246" TotalPrice="248.37" 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, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher, a smoke detector, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). To arrange pick-up, guests must contact the property 72 hours prior to arrival, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Cash deposit: IDR 100000 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately IDR 75000 for adults and IDR 50000 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: IDR 250000.00 per vehicle (one-way, maximum occupancy 4)&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;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 814923.00 IDR (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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="248.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: FAMILY, NO WINDOW" RoomTypeCode="0|1334|1275621025|1786427509040200B2036B45||no|564895|16|MTgzLjk0fEdCUHwyMDI2LTExLTAy" OriginalAmount="248" TotalPrice="250.88" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="250.88" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="250.88" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: full-board" FilterMealType="FULL-BOARD" RoomType="Room 1: Standard Quadruple room (no window)" RoomTypeCode="h-c9f52ec6-d1db-5209-a32c-13ec5dad07f5|63|MjQ5LjAwfFVTRHwyMDI2LTExLTAx" OriginalAmount="249" TotalPrice="251.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><AdditionalDetails>USD 20.58-- service fee is included in the room rate.&lt;br/&gt;USD 22.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-28T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="251.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Family room (no window)" RoomTypeCode="h-7c5a409b-21f5-5544-a180-541e238e1917|63|MjUwLjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="250" TotalPrice="252.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 20.66-- service fee is included in the room rate.&lt;br/&gt;USD 22.73-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="252.50" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="252.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: CONNECTING, STANDARD, TRIPLE, 3 BEDS, NO WINDOW" RoomTypeCode="0|1331|1275618965|1786427509038346B2119B128||yes|564895|16|MTg2LjQ2fEdCUHwyMDI2LTA4LTEx" OriginalAmount="252" TotalPrice="254.32" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="254.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: CONNECTING, STANDARD, TRIPLE, 1 DOUBLE AND 1 SINGLE BED, NO WINDOW" RoomTypeCode="0|1331|1275619035|1786427509038346B2119B130||yes|564895|16|MTg2LjQ2fEdCUHwyMDI2LTA4LTEx" OriginalAmount="252" TotalPrice="254.32" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="254.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Studio Room" RoomTypeCode="0|0|67584045|1786427508096162B1754B3||no|564895|16|MTkyLjU5fEdCUHwyMDI2LTExLTAz" OriginalAmount="260" TotalPrice="262.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="262.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Studio Room" RoomTypeCode="0|1331|67584045|1786427508096162B1754B4||no|564895|16|MTkyLjU5fEdCUHwyMDI2LTExLTAz" OriginalAmount="260" TotalPrice="262.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="262.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, SUITE" RoomTypeCode="0|1331|1275609045|1786427509025512B2095B22||yes|564895|16|MTk0LjUzfEdCUHwyMDI2LTA4LTEx" OriginalAmount="263" TotalPrice="265.33" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Kids room is available free of charge without supervision. &amp;lt;br/&amp;gt; There is shuttle service available daily at no extra charge from 10:00 AM to 2:00 PM on fixed schedule. &amp;lt;br/&amp;gt; Nyepi Religious Day: Please be informed that Bali island celebrates Nyepi (Silent) day each year. The Nyepi (Silent) Day is a day of absolute silence throughout the island. No outdoor activities are allowed including check-in and check-out from hotels. 29 March 2025 | 19 March 2026 | 8 March 2027 | 26 March 2028 | 15 March 2029 &amp;lt;br/&amp;gt; The lobby area will be undergoing renovation from May to October 2026. During this period, some areas may be affected by noise from 09:00 AM to 05:00 PM. For further inquiries, please contact the property directly. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="265.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: CONNECTING, TRIPLE" RoomTypeCode="0|1331|1502569735|1786427509038346B2119B132||yes|564895|16|MTk3LjM5fEdCUHwyMDI2LTA4LTEx" OriginalAmount="267" TotalPrice="269.23" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="269.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: STUDIO, KING BED, QUEEN BED" RoomTypeCode="0|1335|1275653795|1786427509040200B2036B38||no|564895|16|MjAxLjExfEdCUHwyMDI2LTExLTAy" OriginalAmount="272" TotalPrice="274.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="274.31" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="274.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe" RoomTypeCode="0|0|74954975|1786427509098448B2153B15||yes|564895|16|MjA0LjgyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="277" TotalPrice="279.37" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="279.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, TRIPLE" RoomTypeCode="0|1331|1275620895|1786427509025512B2095B24||yes|564895|16|MjA1LjgwfEdCUHwyMDI2LTA4LTEx" OriginalAmount="278" TotalPrice="280.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Kids room is available free of charge without supervision. &amp;lt;br/&amp;gt; There is shuttle service available daily at no extra charge from 10:00 AM to 2:00 PM on fixed schedule. &amp;lt;br/&amp;gt; Nyepi Religious Day: Please be informed that Bali island celebrates Nyepi (Silent) day each year. The Nyepi (Silent) Day is a day of absolute silence throughout the island. No outdoor activities are allowed including check-in and check-out from hotels. 29 March 2025 | 19 March 2026 | 8 March 2027 | 26 March 2028 | 15 March 2029 &amp;lt;br/&amp;gt; The lobby area will be undergoing renovation from May to October 2026. During this period, some areas may be affected by noise from 09:00 AM to 05:00 PM. For further inquiries, please contact the property directly. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="280.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: full-board" FilterMealType="FULL-BOARD" RoomType="Room 1: Double Studio (full double bed) (queen size bed)" RoomTypeCode="h-ea37267f-e6a0-53d5-a41c-6fa40c3232e1|63|MjgzLjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="283" TotalPrice="285.83" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 23.39-- service fee is included in the room rate.&lt;br/&gt;USD 25.73-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="285.83" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="285.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: CONNECTING, TRIPLE, NO WINDOW" RoomTypeCode="0|1331|1275749255|1786427508098980B2172B12||no|564895|16|MjExLjI1fEdCUHwyMDI2LTExLTAy" OriginalAmount="285" TotalPrice="288.13" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="288.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: FAMILY, STUDIO" RoomTypeCode="0|1335|1275651775|1786427509040200B2036B42||no|564895|16|MjEzLjkxfEdCUHwyMDI2LTExLTAy" OriginalAmount="289" TotalPrice="291.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="291.76" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="291.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Studio" RoomTypeCode="0|0|41818855|1786427509098448B2153B17||yes|564895|16|MjE2Ljc1fEdCUHwyMDI2LTA4LTEx" OriginalAmount="293" TotalPrice="295.64" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="295.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard Triple Room" RoomTypeCode="0|1331|67583955|1786427508096162B1754B2||no|564895|16|MjI2LjI5fEdCUHwyMDI2LTExLTAz" OriginalAmount="306" TotalPrice="308.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="308.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: FAMILY, NO WINDOW" RoomTypeCode="0|1335|1275621025|1786427509040200B2036B46||no|564895|16|MjI2Ljc2fEdCUHwyMDI2LTExLTAy" OriginalAmount="306" TotalPrice="309.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="309.28" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="309.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: full-board" FilterMealType="FULL-BOARD" RoomType="Room 1: Family room (no window)" RoomTypeCode="h-61d5b9f0-d1c6-5498-8b5f-61ba53511473|63|MzA5LjAwfFVTRHwyMDI2LTExLTAy" OriginalAmount="309" TotalPrice="312.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/10/2026"><AdditionalDetails>USD 25.54-- service fee is included in the room rate.&lt;br/&gt;USD 28.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-29T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="312.09" /></CancelPenalty><CancelPenalty Start="2026-11-02T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="312.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite One Bedroom" RoomTypeCode="0|1331|67584105|1786427508096162B1754B9||no|564895|16|MjM1LjkyfEdCUHwyMDI2LTExLTAz" OriginalAmount="319" TotalPrice="321.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="321.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 2 Bedrooms Quadruple Suite" RoomTypeCode="h-67588cca-3c3c-5f98-a755-f3431ff9dd00|63|MzIxLjAwfFVTRHwyMDI2LTA4LTEx" OriginalAmount="321" TotalPrice="324.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 26.53-- service fee is included in the room rate.&lt;br/&gt;USD 29.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="324.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Studio Triple" RoomTypeCode="0|1331|67584075|1786427508096162B1754B8||no|564895|16|MjY5LjYyfEdCUHwyMDI2LTExLTAz" OriginalAmount="364" TotalPrice="367.74" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
100% charge applies for no show. No check-in and check-out on 31st December - 1st January.
Please be advised that the local government of Bali has introduced a new Tourist Tax for all visitors to be paid upon arrival.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="367.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (king size bed, no window)" RoomTypeCode="h-4bb4d489-6320-5de0-a6b2-cfe8ebf5ea01|63|Mzg3LjAwfFVTRHwyMDI2LTA4LTEx" OriginalAmount="387" TotalPrice="390.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>USD 31.98-- service fee is included in the room rate.&lt;br/&gt;USD 35.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="390.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, QUADRUPLE, NO WINDOW" RoomTypeCode="0|1331|1275627765|1786427509028752B2129B2||yes|564895|16|Mjg4LjA2fEdCUHwyMDI2LTA4LTEx" OriginalAmount="389" TotalPrice="392.90" 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, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher, a smoke detector, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). To arrange pick-up, guests must contact the property 72 hours prior to arrival, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Cash deposit: IDR 100000 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately IDR 75000 for adults and IDR 50000 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: IDR 250000.00 per vehicle (one-way, maximum occupancy 4)&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;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 1282074.00 IDR (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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="392.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, QUADRUPLE, NO WINDOW" RoomTypeCode="0|1331|1478855725|1786427509036106B2081B38||yes|564895|16|MjkyLjUyfEdCUHwyMDI2LTA4LTEx" OriginalAmount="395" TotalPrice="398.98" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="398.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, QUADRUPLE, KING BED, NO WINDOW" RoomTypeCode="0|1331|1275718095|1786427509038346B2119B138||yes|564895|16|Mjk0LjM5fEdCUHwyMDI2LTA4LTEx" OriginalAmount="398" TotalPrice="401.53" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="401.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, BUNK BED" RoomTypeCode="0|1331|1550211645|1786427509038346B2119B142||yes|564895|16|MzYxLjI4fEdCUHwyMDI2LTA4LTEx" OriginalAmount="488" TotalPrice="492.77" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="492.77" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, SUITE, TWIN BEDS" RoomTypeCode="0|1331|1275618905|1786427509036106B2081B40||yes|564895|16|NDExLjE5fEdCUHwyMDI2LTA4LTEx" OriginalAmount="555" TotalPrice="560.84" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="560.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, SUITE, DOUBLE BED" RoomTypeCode="0|1331|1275618945|1786427509038346B2119B146||yes|564895|16|NDEzLjk4fEdCUHwyMDI2LTA4LTEx" OriginalAmount="559" TotalPrice="564.64" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="564.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, 2 BEDS" RoomTypeCode="0|1331|1546520575|1786427509038346B2119B148||yes|564895|16|NDg1LjI2fEdCUHwyMDI2LTA4LTEx" OriginalAmount="655" TotalPrice="661.86" 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="false" 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|Satellite/cable TV|Radio|Stereo|Internet access|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-11T00:00:00" End="2026-11-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="661.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/a5/63/a563bf5f4afab32ffe7fa75c43ecd1c496ee0887.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/bd/27/bd27e462f961148bc1a7746b967882af6af3f200.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/74/3b/743b3c40b215aca3903fc776a0e914c03e82f69c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ed/77/ed77bd62c445310e3a95c90edc11f0b1b22b5096.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/60/07/6007ad6cbe5b57a7b342822a17384d4a8d05aef1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e6/53/e653fd6b67f41ff8cc4a449e6f5e6ad86573a7c9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f2/83/f283b9361cbc88beb710a0694dab9164ce81b580.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/fb/33/fb337240f60cb92e2bc36d95facb0da13a24ae85.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/87/0b/870b5446cf711f1d67b2d1a98531a02a310cb624.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5f/53/5f539fdfb475604fcf20ea20ae21a21761fc23d0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5f/0a/5f0ad32e8f650da691c5d3b7fbb896d38ca156c7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/35/59/35593ef797589ad866895bac74ac1b82cad68a77.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/11/c5/11c5bd3f2212138c8ad543340210733d7fc57e20.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/66/d3/66d37aa01f60db5ed78c771f5c9bd0a686acd6d7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e3/eb/e3eba44e9a231e93a547b21f9c7440cba1174531.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/eb/5b/eb5b5c6c942c7607136d93836815f76caf126147.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;The hotel is located in the midst of Kuta's Central Park area on the pulse of all goods things in Bali. While the hotel's immediate neighbourhood is ideal for exploring by foot, the hotel’s location makes it also an ideal vantage point from which to explore the rest of the island. Guests can reach the hotel within 15 minutes' drive from Ngurah Rai International Airport.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has 8 suites, 53 studios, 75 single rooms and 148 double rooms, which are located on 3 storeys and are reachable by lift. Check-in and check-out are possible at any time at the 24-hour reception desk. Amenities include a cloakroom, a safe and a currency exchange service. Wireless internet access allows guests to stay connected while on holiday. The grounds of the hotel feature a playground and a lovely garden. Additional facilities include a TV room. Guests arriving by car can park their vehicles in the garage or in the car park. Further services and facilities include medical assistance, 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. Some rooms include a balcony. Rooms have a double bed or a king-size bed. Valuables can be securely stored in a safe. Additional features include a refrigerator and a tea/coffee station. An ironing set is provided for guests' convenience. A direct dial telephone, a television with satellite/cable channels, a radio, a stereo system and WiFi are provided as well. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. Wheelchair-accessible rooms can also be booked.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;Whether more active or in need of rest and relaxation, guests can unwind at the pool complex, which includes a children's area and a total of 2 swimming pools. Comfortable sun loungers are available on the terrace. The pool bar serves a selection of refreshing drinks. With water skiing, jet skiing, motorboat rides, banana boat rides and aquafit available, fans of water sports will have plenty to choose from. Sport and leisure facilities at the hotel include a gym and badminton. Various wellness options are available at the hotel, including a spa, a sauna, a steam bath, massage treatments and a solarium. Parents can unwind while the kids can participate in an entertainment programme full of fun activities. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;A variety of catering options can be booked. Guests can choose between bed and breakfast, half board and all-inclusive. Breakfast, lunch and dinner are available. Staff are also happy to provide special dietary cuisine. The accommodation also offers special catering options. Drinks are included in the price for travellers.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the hotel: American Express, VISA, Diners Club, JCB and MasterCard.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>6-236-176-9321</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>6-236-176-9222</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>2011</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2012</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Garden (m²)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Terrace (m²)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>223</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>75</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>148</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>8</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Studios</Description><Value>53</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>Payment</Type><Description>EC Card</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Beach</Type><Description>Sandy Beach</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Beach</Type><Description>Pebble Beach</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Beach</Type><Description>Sun loungers</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Beach</Type><Description>Parasols</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>24-hour check-in</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>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>Medical Assistance</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Kids Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Playground</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>TV Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Facilities</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half Board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Lunch 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>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>All inclusive</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Drinks Included</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Special Diet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Special Offers</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Continental Breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Swimming Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Children's Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Pool bar</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun loungers</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Aqua aerobics</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Steam bath</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Banana Boat</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Water Skiing</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Jet Skiing</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Speed Boating</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Children's Entertainment</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Badminton</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Tanning Studio/Solarium</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Tourist Centre</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Beach</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Sea</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>River</Description><Value>500 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Shopping opportunities</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Restaurants</Description><Value>400 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Nightclub</Description><Value>1000 Meters</Value></HotelFacilities></Facilities></HotelRoomRS>||True